fix: Fixed customize mode being transparent on auto-theme, b=(closes #8104), c=no-component

This commit is contained in:
mr. m
2025-05-06 14:32:36 +02:00
parent 2942ab3c08
commit 53332937c2

View File

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