mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Remove outline from lang selector links, add focus style
This commit is contained in:
parent
5ad521614d
commit
eb5235ff8c
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue