fix: btn-link style

This commit is contained in:
Suraj Shetty 2020-08-21 16:43:38 +05:30
parent 933ca52cfd
commit 6c76c97306
2 changed files with 9 additions and 1 deletions

View file

@ -374,4 +374,12 @@ kbd {
.dropdown-menu {
margin-top: var(--margin-xs);
box-shadow: var(--shadow-sm);
}
.btn-link {
box-shadow: none !important;
outline: none;
.icon {
text-decoration: none !important;
}
}

View file

@ -17,7 +17,7 @@ use.like-icon {
stroke: var(--gray-500);
}
.icon > .close {
.close {
fill: var(--gray-900);
}