Skip to content

Commit ece5544

Browse files
committed
fix option color for country dropdown in form
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent bda5ca5 commit ece5544

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/wp-content/themes/lfevents/src/scss/modules/_non-event-footer.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124
&:focus::placeholder {
125125
color: rgba($pure-white, 0.5);
126126
}
127+
128+
option {
129+
font-weight: normal;
130+
color: black;
131+
}
127132
}
128133

129134
// Control autocomplete styles.

0 commit comments

Comments
 (0)