Remove hover state per Rachel.

This commit is contained in:
bmauger 2022-05-18 08:43:08 -04:00
parent b42f99f2c2
commit c0cd993f86

View file

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