Merge pull request #828 from Safelite/bugfix/CSR-818-2

CSR-818: adjust focus styling on primary button
This commit is contained in:
AdamCaouetteSafelite 2022-11-18 15:15:40 -05:00 committed by GitHub
commit 7c57eec36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,11 +185,11 @@ html {
pointer-events: all;
font-weight: $font-weight-normal;
}
&.btn.btn-primary:hover {
&.btn.btn-primary:hover,
&.btn.btn-primary:focus {
background: $gray-200;
box-shadow: none;
}
&.btn.btn-primary:focus,
&.btn.btn-primary:focus-visible {
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $gray-700;
}