From 41f99dd793246312fd2b7bc2155798de48a11d19 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 30 Jun 2013 23:26:33 -0700 Subject: [PATCH] fixed main menu focus underlining --- UI/Content/menu.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UI/Content/menu.less b/UI/Content/menu.less index 9034e5117..549301b0b 100644 --- a/UI/Content/menu.less +++ b/UI/Content/menu.less @@ -4,6 +4,7 @@ i:before { font-size : 35px; } + i { width : 40px; } @@ -11,7 +12,10 @@ #in-sub-nav li a { color : #b9b9b9; +} +#in-sub-nav li a:focus { + text-decoration: none; } #in-sub-nav {