mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 14:51:22 +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;
|
padding: 0 10px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
|
||||||
&.active {
|
|
||||||
background-color: $lang-select-active-bg;
|
|
||||||
color: $lang-select-active-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: $lang-select-pressed-bg;
|
background-color: $lang-select-pressed-bg;
|
||||||
color: $lang-select-pressed-text;
|
color: $lang-select-pressed-text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
background-color: $lang-select-active-bg;
|
||||||
|
color: $lang-select-active-text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue