Skip to content

Commit

Permalink
Remove a:focus outline normalization
Browse files Browse the repository at this point in the history
My hypothesis is that it's more important for a user to get the focus
style they expect *within* their browser than it is to have consistent focus
styles *between* browsers. In particular, replacing Chrome's default focus
style (esp. just for links) seems presumptuous.

Component designers/developers can make the decision on when to modify
these browser defaults.

Fix necolasgh-216
  • Loading branch information
necolas committed Jan 16, 2014
1 parent ccbb28b commit 4b94eb7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ a {
background: transparent;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
Expand Down

0 comments on commit 4b94eb7

Please sign in to comment.