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