mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix element picker issue with explicit dark theme
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3624
This commit is contained in:
parent
cdd46c5c7b
commit
0130fdf4a1
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@
|
|||
}
|
||||
|
||||
:root.dark {
|
||||
color-scheme: dark;
|
||||
color-scheme: dark light;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue