mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Override font size of select on desktop
Regression, related commit:
- c7d196d472
This commit is contained in:
parent
6103bc76a2
commit
b69d802f17
@ -210,6 +210,7 @@ select {
|
|||||||
--webkit-appearance: none;
|
--webkit-appearance: none;
|
||||||
background-color: var(--select-surface);
|
background-color: var(--select-surface);
|
||||||
font: inherit;
|
font: inherit;
|
||||||
|
font-size: var(--font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
Loading…
Reference in New Issue
Block a user