Override font size of select on desktop

Regression, related commit:
- c7d196d472
This commit is contained in:
Raymond Hill 2020-05-04 14:08:03 -04:00
parent 6103bc76a2
commit b69d802f17
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ select {
--webkit-appearance: none;
background-color: var(--select-surface);
font: inherit;
font-size: var(--font-size);
}
.hidden {