Merge pull request #733 from Safelite/bugfix/CSR-818

Bugfix/CSR-818
This commit is contained in:
AdamCaouetteSafelite 2022-09-13 16:57:12 -04:00 committed by GitHub
commit bb4edb43fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,11 +138,13 @@ html {
pointer-events: all;
font-weight: $font-weight-normal;
}
&.btn.btn-primary:hover,
&.btn.btn-primary:focus,
&.btn.btn-primary:focus-visible {
&.btn.btn-primary:hover {
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 $blue-700;
}
}
}