Merge pull request #275 from Safelite/CSR-269-QA-fix
Remove focus outline on iPhone.
This commit is contained in:
commit
747f60b788
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ export default {
|
||||||
&:checked + label {
|
&:checked + label {
|
||||||
background: $blue-100;
|
background: $blue-100;
|
||||||
box-shadow: 0 0 0 1px $blue;
|
box-shadow: 0 0 0 1px $blue;
|
||||||
|
outline: none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
&:checked + label p:first-child {
|
&:checked + label p:first-child {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue