Remove a:focus outline normalization

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 gh-216
This commit is contained in:
Nicolas Gallagher 2014-01-15 21:32:00 -08:00
parent ccbb28b123
commit 4b94eb7d4d

8
normalize.css vendored
View File

@ -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.
*/