fix: Fixed downloads panels, b=(no-bug), c=common

This commit is contained in:
Mr. M
2025-05-01 15:32:09 +02:00
parent 9c13275aca
commit 9300004cbd
3 changed files with 10 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
diff --git a/toolkit/actors/SelectParent.sys.mjs b/toolkit/actors/SelectParent.sys.mjs
index 3e1d4b73b3d84a550222827230917c10ce9b8448..1d2ada14a8ca2ee45a2abdc118068a708816365c 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");