Commit 7dead4c3 authored by Robert Lord's avatar Robert Lord

Update selected tab to not darken on mousedown

parent d71ae97f
...@@ -226,15 +226,15 @@ html, body { ...@@ -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 {
......
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