mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Switch a:active and a:hover order
This commit is contained in:
parent
a5a0686ed9
commit
91d958cef9
5
normalize.css
vendored
5
normalize.css
vendored
@ -113,8 +113,9 @@ a:focus {
|
||||
* people.opera.com/patrickl/experiments/keyboard/test
|
||||
*/
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
a:hover,
|
||||
a:active
|
||||
{
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user