fix: btn-link style
This commit is contained in:
parent
933ca52cfd
commit
6c76c97306
2 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
@ -17,7 +17,7 @@ use.like-icon {
|
|||
stroke: var(--gray-500);
|
||||
}
|
||||
|
||||
.icon > .close {
|
||||
.close {
|
||||
fill: var(--gray-900);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue