Update blueberries.css
Fixed missing closing bracket in rule ".compose-form__poll-wrapper select option"
This commit is contained in:
parent
73d7591ef4
commit
d28b88a08f
@ -553,6 +553,7 @@
|
|||||||
.compose-form__poll-wrapper select option {
|
.compose-form__poll-wrapper select option {
|
||||||
background-color: hsl(var(--hue), 16%, 19%);
|
background-color: hsl(var(--hue), 16%, 19%);
|
||||||
/* color: hsl(var(--hue), 17%, 15%); */
|
/* color: hsl(var(--hue), 17%, 15%); */
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.poll__option input[type="text"]:focus {
|
.poll__option input[type="text"]:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user