mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-06 13:27:50 +00:00
fix: Fixed customize mode being transparent on auto-theme, b=(closes #8104), c=no-component
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/browser/themes/shared/customizableui/customizeMode.css b/browser/themes/shared/customizableui/customizeMode.css
|
||||
index 6d318b05df9c48c8e6f50c5ac57a67a034dfdbc8..40eb134e0547aafc4304c4e401b36b6fa2362b07 100644
|
||||
--- a/browser/themes/shared/customizableui/customizeMode.css
|
||||
+++ b/browser/themes/shared/customizableui/customizeMode.css
|
||||
@@ -28,7 +28,7 @@ toolbar[overflowable][customizing] > .customization-target {
|
||||
#customization-container {
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
- background-color: var(--toolbar-bgcolor);
|
||||
+ background-color: light-dark(#f9f9fb, rgb(43, 42, 51));
|
||||
color: var(--toolbar-color);
|
||||
color-scheme: var(--toolbar-color-scheme);
|
||||
|
||||
Reference in New Issue
Block a user