Merge pull request #814 from Safelite/CSR-933-qa-fix-focus-state

CSR-933 qa fix focus state.
This commit is contained in:
bmauger 2022-11-11 14:08:49 -05:00 committed by GitHub
commit c1574d4e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ html {
}
.form-check-input {
&:focus {
@include box-shadow-hover($red-200);
box-shadow: 0 0 0 2.5px $red;
}
}
// END HOVER