mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Update selected tab to not darken on mousedown
This commit is contained in:
parent
d71ae97f7a
commit
7dead4c392
1 changed files with 5 additions and 5 deletions
|
|
@ -226,15 +226,15 @@ html, body {
|
|||
padding: 0 10px;
|
||||
line-height: 30px;
|
||||
|
||||
&.active {
|
||||
background-color: $lang-select-active-bg;
|
||||
color: $lang-select-active-text;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: $lang-select-pressed-bg;
|
||||
color: $lang-select-pressed-text;
|
||||
}
|
||||
|
||||
&.active {
|
||||
background-color: $lang-select-active-bg;
|
||||
color: $lang-select-active-text;
|
||||
}
|
||||
}
|
||||
|
||||
&:after {
|
||||
|
|
|
|||
Loading…
Reference in a new issue