mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Fixed downloads panels, b=(no-bug), c=common
This commit is contained in:
@@ -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");
|
@@ -373,3 +373,12 @@ menuitem {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#downloadsHistory {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.downloadButton {
|
||||
padding: 0 !important;
|
||||
min-width: unset !important;
|
||||
}
|
||||
|
@@ -165,7 +165,7 @@
|
||||
) !important;
|
||||
box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.6) !important;
|
||||
backdrop-filter: none !important;
|
||||
border-radius: 1.1rem !important;
|
||||
border-radius: 12px !important;
|
||||
outline: 0.5px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15)) !important;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user