Merge pull request #530 from battaglr/use-longhand-outline

Use explicit `outline-width` property instead of `outline`
This commit is contained in:
Jonathan Neal 2016-03-15 17:20:19 -04:00
commit c3da6c1226

4
normalize.css vendored
View File

@ -90,12 +90,12 @@ a {
/**
* Improve readability of focused elements when they are also in an
* active/hover state.
* active/hover state (opinionated).
*/
a:active,
a:hover {
outline: 0;
outline-width: 0;
}
/* Text-level semantics