CSR-436 attempted fix for button color issue.

This commit is contained in:
bmauger 2022-03-22 13:46:37 -04:00
parent 70d69d8057
commit 81c1186085

View file

@ -76,9 +76,9 @@
&.btn.btn-primary:hover, &.btn.btn-primary:hover,
&.btn.btn-primary:focus, &.btn.btn-primary:focus,
&.btn.btn-primary:focus-visible { &.btn.btn-primary:focus-visible {
color: $gray; color: $gray !important;
background: $gray-200; background: $gray-200 !important;
box-shadow: none; box-shadow: none !important;
} }
} }