mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Minor change to outline value (none to 0)
This commit is contained in:
parent
0c08646b9d
commit
c71f67d42a
2
normalize.css
vendored
2
normalize.css
vendored
@ -115,7 +115,7 @@ a:focus {
|
||||
|
||||
a:hover,
|
||||
a:active {
|
||||
outline: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* ............................................................................................................. General typography */
|
||||
|
Loading…
Reference in New Issue
Block a user