From b897385bce17e194485481c1763d58c66ec8c23c Mon Sep 17 00:00:00 2001 From: "Lincoln Baxter, III" Date: Fri, 9 Sep 2011 02:54:50 -0300 Subject: [PATCH] Removed outline from links when focused (cleans up the topbar Navigation menus) --- lib/reset.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/reset.less b/lib/reset.less index 9e2c6befe7ce..7d2526d987fa 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -27,8 +27,8 @@ html { -ms-text-size-adjust: 100%; } // Focus states -a:focus { - outline: thin dotted; +a, a:active, a:focus, a:hover { + outline: none; } // Display in IE6-9 and FF3