Skip to content

Commit

Permalink
Remove focus outline.
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-searle committed Dec 4, 2018
1 parent 57b2010 commit b49362d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
white-space: nowrap;

&:focus {
outline: 2px solid getColor('teal-90');
outline: none;
}
}
}

0 comments on commit b49362d

Please sign in to comment.