fix: Poll duration menu shows as all-white except for the option you're hovering over

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-04-30 14:04:00 +02:00
parent 1588f9c94a
commit 057c86da75

View file

@ -208,14 +208,13 @@
}
select {
@apply border border-solid border-primary-600;
@apply border border-solid border-primary-600 bg-white dark:bg-slate-800;
box-sizing: border-box;
font-size: 14px;
display: inline-block;
width: auto;
outline: 0;
font-family: inherit;
background-color: var(--foreground-color);
background-repeat: no-repeat;
background-position: right 8px center;
background-size: auto 16px;