We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e008e commit 1182ea4Copy full SHA for 1182ea4
webextensions/resources/ui-color.css
@@ -392,4 +392,10 @@ hr {
392
--bg-color: var(--in-content-page-background);
393
--text-color: var(--in-content-text-color);
394
}
395
+
396
+ /* Dropdown popups have blight colors on the dark mode. We define readable combination of colors for safety. */
397
+ option:not(:hover):not(:focus):not(:active) {
398
+ background: canvas;
399
+ color: canvastext;
400
+ }
401
0 commit comments