Merge pull request #734 from Safelite/revert-727-bugfix/CSR-818-r2

Revert "CSR-818: add focus style for greyed out button"
This commit is contained in:
AdamCaouetteSafelite 2022-09-13 16:56:39 -04:00 committed by GitHub
commit 3eef2ec588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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