Update blueberries.css
Fixed missing closing bracket in rule ".compose-form__poll-wrapper select option"
This commit is contained in:
parent
73d7591ef4
commit
d28b88a08f
@ -552,7 +552,8 @@
|
|||||||
So this exists to mitigate contrast issues with the (unstylable) selected item. */
|
So this exists to mitigate contrast issues with the (unstylable) selected item. */
|
||||||
.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