From 9699cb74d52b6b7906d4dbc8ad225f0ab5d92c99 Mon Sep 17 00:00:00 2001 From: Alex Welch Date: Tue, 17 Feb 2015 09:42:18 -0700 Subject: [PATCH] Remove outline from any focused links [#88233750] --- app/assets/stylesheets/panamax.css.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/panamax.css.scss b/app/assets/stylesheets/panamax.css.scss index 3fe666c9..7eb86a7b 100644 --- a/app/assets/stylesheets/panamax.css.scss +++ b/app/assets/stylesheets/panamax.css.scss @@ -7,6 +7,11 @@ body { min-width: 960px; } + +a:focus { + outline: none; +} + body > header { background: $ctl_light_green; width: 100%; @@ -1015,7 +1020,3 @@ pre.prettyprint { :-ms-input-placeholder { font-style: italic; } - -.plain-contents a:focus { - outline: none; -}