Remove focus outline on iPhone.

This commit is contained in:
bmauger 2022-03-07 09:34:41 -05:00
parent c5bd647183
commit c7e18f2ded

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 {