Commit eb5235ff authored by Robert Lord's avatar Robert Lord

Remove outline from lang selector links, add focus style

parent 5ad52161
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment