Merge pull request #465 from Safelite/brm-footer-button-hover-state

Remove hover state per Rachel.
This commit is contained in:
bmauger 2022-05-18 08:46:15 -04:00 committed by GitHub
commit b090aab6bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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