chore: Remove unused CSS color property

This commit is contained in:
Mauro Balades
2024-07-19 16:55:00 +02:00
parent 40b652869d
commit 69e352624e
2 changed files with 13 additions and 1 deletions

View 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");

View File

@@ -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);
}
}