1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

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

View File

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