Skip to content

Commit

Permalink
adding outline none to focus of links to remove some bugginess with s…
Browse files Browse the repository at this point in the history
…haped links in chrome
  • Loading branch information
Brent Lagerman committed Sep 18, 2015
1 parent 23b505d commit 55046c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/_base.scss
Expand Up @@ -96,6 +96,7 @@ Base is for standard things that don't change from project to project
//See http://stackoverflow.com/questions/3461441/prevent-flicker-on-webkit-transition-of-webkit-transform
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
outline: none;
}


Expand Down

0 comments on commit 55046c4

Please sign in to comment.