CASH-191 fix button hover.

This commit is contained in:
Bryan Mauger 2025-02-18 13:05:31 -05:00
parent 826b67c178
commit 96e20cbce1

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;
}
}
}