Skip to content

Commit

Permalink
fix: Poll duration menu shows as all-white except for the option you'…
Browse files Browse the repository at this point in the history
…re hovering over

Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Apr 30, 2022
1 parent 1588f9c commit 057c86d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/styles/polls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 057c86d

Please sign in to comment.