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; -}