Skip to content

Commit

Permalink
⚗️ Try to remove focus outline on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaltoft committed Aug 25, 2022
1 parent b4300a0 commit c7df88e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ $min-screen-width: 375px;
border-radius: utils.$border-radius-round;
}

// TODO: Improve this - an attempt to remove focus outline on iOS
&:focus {
outline: none;
}

display: inline-block;
position: relative;
max-width: calc(100vw - #{$margin-horizontal-total});
Expand Down

0 comments on commit c7df88e

Please sign in to comment.