Accounting for blue highlight in iphone view

This commit is contained in:
Max 2021-12-10 10:10:09 -05:00
parent 91fb99a1a6
commit 8ed6a6ff71

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;
}