mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Use explicit outline-width
property instead of outline
This commit is contained in:
parent
9924969c5f
commit
0542f0423f
4
normalize.css
vendored
4
normalize.css
vendored
@ -90,12 +90,12 @@ a {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Improve readability of focused elements when they are also in an
|
* Improve readability of focused elements when they are also in an
|
||||||
* active/hover state.
|
* active/hover state (opinionated).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
a:active,
|
a:active,
|
||||||
a:hover {
|
a:hover {
|
||||||
outline: 0;
|
outline-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Text-level semantics
|
/* Text-level semantics
|
||||||
|
Loading…
Reference in New Issue
Block a user