From 60d23cf4d2e1f65c20b7bda03d1a1e99110cb2f5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 27 Feb 2015 19:35:24 -0800 Subject: [PATCH] Restore outlines for focused links. --- src/General/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 104f34549..ababa55fa 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -64,9 +64,6 @@ a[href="javascript:;"] { body.hasDropDownNav{ margin-top: 5px; } -a { - outline: none !important; -} .painted { border-radius: 3px; padding: 0px 2px;