Skip to content

Commit 4b6ce4b

Browse files
committed
hotfix (scss): missing dark-theme select option background-color
1 parent ff1838f commit 4b6ce4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/forms/_form-select.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@
6969
@include font-size($form-select-font-size-lg);
7070
@include border-radius($form-select-border-radius-lg);
7171
}
72+
73+
//temp fix for dark-theme select options
74+
.dark-theme .form-select > option {
75+
background-color: #44454e;
76+
}

0 commit comments

Comments
 (0)