Merge pull request #2310 from Safelite/CASH-191-button-fix

CASH-191 fix button hover.
This commit is contained in:
bmauger 2025-02-18 13:18:09 -05:00 committed by GitHub
commit 0f5cd2105b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,6 +152,14 @@ export default {
&.btn {
&.btn-secondary {
border: none;
&:hover,
&:active,
&:focus,
&:focus-visible {
color: $blue-700;
background: none;
box-shadow: none;
}
}
}