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:focus,
&.btn.btn-primary:focus-visible {
color: $gray;
background: $gray-200;
box-shadow: none;
color: $gray !important;
background: $gray-200 !important;
box-shadow: none !important;
}
}