We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71ae97 commit 7dead4cCopy full SHA for 7dead4c
source/stylesheets/screen.css.scss
@@ -226,15 +226,15 @@ html, body {
226
padding: 0 10px;
227
line-height: 30px;
228
229
- &.active {
230
- background-color: $lang-select-active-bg;
231
- color: $lang-select-active-text;
232
- }
233
-
234
&:active {
235
background-color: $lang-select-pressed-bg;
236
color: $lang-select-pressed-text;
237
}
+
+ &.active {
+ background-color: $lang-select-active-bg;
+ color: $lang-select-active-text;
+ }
238
239
240
&:after {
0 commit comments