Use explicit outline-width property instead of outline

This commit is contained in:
battaglr 2016-03-14 22:30:13 -03:00
parent 9924969c5f
commit 0542f0423f

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