From eb5235ff8c8dcc53c7ced75e4b6ad9e0a4d62919 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Fri, 23 Jan 2015 20:39:40 -0600 Subject: [PATCH] Remove outline from lang selector links, add focus style --- source/stylesheets/screen.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 6880e1b..d64b323 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -307,8 +307,9 @@ html, body { text-decoration: none; padding: 0 10px; line-height: 30px; + outline: 0; - &:active { + &:active, &:focus { background-color: $lang-select-pressed-bg; color: $lang-select-pressed-text; }