Update selected tab to not darken on mousedown

This commit is contained in:
Robert Lord 2014-06-11 21:21:28 -07:00
parent d71ae97f7a
commit 7dead4c392

View file

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