mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-18 01:18:24 +00:00
chore: Remove unused CSS color property
This commit is contained in:
13
src/toolkit/actors/SelectParent-sys-mjs.patch
Normal file
13
src/toolkit/actors/SelectParent-sys-mjs.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/toolkit/actors/SelectParent.sys.mjs b/toolkit/actors/SelectParent.sys.mjs
|
||||
index fa8ce002f0cd64395d04bcd1f93f6f8a89417a62..c7d2865e8e78015e253f0ef1a82f1ec57a4fe255 100644
|
||||
--- a/toolkit/actors/SelectParent.sys.mjs
|
||||
+++ b/toolkit/actors/SelectParent.sys.mjs
|
||||
@@ -103,7 +103,7 @@ export var SelectParentHelper = {
|
||||
}
|
||||
|
||||
menupopup.setAttribute("style", "");
|
||||
- menupopup.style.colorScheme = isDarkBackground ? "dark" : "light";
|
||||
+ //menupopup.style.colorScheme = isDarkBackground ? "dark" : "light";
|
||||
menupopup.style.direction = selectStyle.direction;
|
||||
|
||||
stylesheet = doc.createElementNS("http://www.w3.org/1999/xhtml", "style");
|
||||
@@ -380,7 +380,6 @@ hbox.editBMPanel_folderRow {
|
||||
menu, menuitem {
|
||||
&:where([_moz-menuactive]:not([disabled="true"])) {
|
||||
background-color: var(--button-hover-bgcolor);
|
||||
color: light-dark(black, white);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user