Merge pull request #275 from Safelite/CSR-269-QA-fix

Remove focus outline on iPhone.
This commit is contained in:
bmauger 2022-03-07 11:38:31 -05:00 committed by GitHub
commit 747f60b788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,7 @@ export default {
&:checked + label {
background: $blue-100;
box-shadow: 0 0 0 1px $blue;
outline: none;
z-index: 2;
}
&:checked + label p:first-child {