Skip to content

Commit 7dead4c

Browse files
committed
Update selected tab to not darken on mousedown
1 parent d71ae97 commit 7dead4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/stylesheets/screen.css.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,15 @@ html, body {
226226
padding: 0 10px;
227227
line-height: 30px;
228228

229-
&.active {
230-
background-color: $lang-select-active-bg;
231-
color: $lang-select-active-text;
232-
}
233-
234229
&:active {
235230
background-color: $lang-select-pressed-bg;
236231
color: $lang-select-pressed-text;
237232
}
233+
234+
&.active {
235+
background-color: $lang-select-active-bg;
236+
color: $lang-select-active-text;
237+
}
238238
}
239239

240240
&:after {

0 commit comments

Comments
 (0)