mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Merge pull request #530 from battaglr/use-longhand-outline
Use explicit `outline-width` property instead of `outline`
This commit is contained in:
commit
c3da6c1226
4
normalize.css
vendored
4
normalize.css
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user