mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix scrollbars not following dark theme
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3604
This commit is contained in:
parent
dfd42ebf5f
commit
c15dc9d8ff
1 changed files with 1 additions and 3 deletions
|
|
@ -381,9 +381,7 @@
|
|||
--logger-scriptlet-surface: rgb(var(--yellow-30) / 40%);
|
||||
}
|
||||
|
||||
:root.dark input,
|
||||
:root.dark select,
|
||||
:root.dark textarea {
|
||||
:root.dark {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue