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 {
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 {
......
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