Merge branch 'next' into 'next'

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

See merge request soapbox-pub/soapbox-fe!1280
This commit is contained in:
marcin mikołajczak 2022-04-30 12:24:55 +00:00
commit 5f8d66a6c2
1 changed files with 1 additions and 2 deletions

View File

@ -208,14 +208,13 @@
} }
select { 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; box-sizing: border-box;
font-size: 14px; font-size: 14px;
display: inline-block; display: inline-block;
width: auto; width: auto;
outline: 0; outline: 0;
font-family: inherit; font-family: inherit;
background-color: var(--foreground-color);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right 8px center; background-position: right 8px center;
background-size: auto 16px; background-size: auto 16px;