From 91d958cef94da074bcec105713c7b2b3518ea9f3 Mon Sep 17 00:00:00 2001 From: necolas Date: Fri, 27 May 2011 01:52:19 +0100 Subject: [PATCH] Switch a:active and a:hover order --- normalize.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index 74abe62..0febdbc 100644 --- a/normalize.css +++ b/normalize.css @@ -113,8 +113,9 @@ a:focus { * people.opera.com/patrickl/experiments/keyboard/test */ -a:active, -a:hover { +a:hover, +a:active + { outline: none; }