CASH-191 fix button hover.
This commit is contained in:
parent
826b67c178
commit
96e20cbce1
1 changed files with 8 additions and 0 deletions
|
|
@ -152,6 +152,14 @@ export default {
|
|||
&.btn {
|
||||
&.btn-secondary {
|
||||
border: none;
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus,
|
||||
&:focus-visible {
|
||||
color: $blue-700;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue