Skip to content

Commit 0b739b0

Browse files
authored
Fix dark theme optgroup color in Firefox
Opt groups have same issue as options themselves.
1 parent b4af0dd commit 0b739b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/themes/dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $theme-prefix: "dark" !default;
5656

5757
// Fix Firefox option color
5858
@-moz-document url-prefix("") {
59-
select:not([multiple]) option {
59+
select:not([multiple]) option, select optgroup {
6060
color: initial;
6161
}
6262
}

0 commit comments

Comments
 (0)