Merge pull request #89 from Safelite/feature-CSR-74_remove-blue-line-iphone

Accounting for blue highlight in iphone view
This commit is contained in:
max-dempsey 2021-12-10 10:17:08 -05:00 committed by GitHub
commit 1a7351d487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
opacity: 0;
position: fixed;
width: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
&:focus-visible + label {
box-shadow: 0 0 0 2px $blue;
}