Remove outline from lang selector links, add focus style

This commit is contained in:
Robert Lord 2015-01-23 20:39:40 -06:00
parent 5ad521614d
commit eb5235ff8c

View file

@ -307,8 +307,9 @@ html, body {
text-decoration: none; text-decoration: none;
padding: 0 10px; padding: 0 10px;
line-height: 30px; line-height: 30px;
outline: 0;
&:active { &:active, &:focus {
background-color: $lang-select-pressed-bg; background-color: $lang-select-pressed-bg;
color: $lang-select-pressed-text; color: $lang-select-pressed-text;
} }