1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Fix epicker's transparency issue with dark theme

Related discussion:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2120210

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2062
This commit is contained in:
Raymond Hill 2022-03-22 13:57:37 -04:00
parent b932e01910
commit 5523b345c7
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -299,8 +299,6 @@
/* https://material.io/design/color/dark-theme.html */
:root.dark {
color-scheme: dark;
--elevation-down-surface: black;
--elevation-down1-opacity: 16%;
--elevation-down2-opacity: 32%;
@ -373,6 +371,12 @@
--logger-redirected-surface: rgb(var(--yellow-5) / 40%);
}
:root.dark input,
:root.dark select,
:root.dark textarea {
color-scheme: dark;
}
/*
* Shared declarations
* */