Merge pull request #2310 from Safelite/CASH-191-button-fix
CASH-191 fix button hover.
This commit is contained in:
commit
0f5cd2105b
1 changed files with 8 additions and 0 deletions
|
|
@ -152,6 +152,14 @@ export default {
|
||||||
&.btn {
|
&.btn {
|
||||||
&.btn-secondary {
|
&.btn-secondary {
|
||||||
border: none;
|
border: none;
|
||||||
|
&:hover,
|
||||||
|
&:active,
|
||||||
|
&:focus,
|
||||||
|
&:focus-visible {
|
||||||
|
color: $blue-700;
|
||||||
|
background: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue