From 54abd673f1281469ef2c194c9e717929b3381e60 Mon Sep 17 00:00:00 2001 From: reizumi Date: Tue, 2 Sep 2025 17:34:25 +0800 Subject: [PATCH] fix: hide manage themes option in customize toolbar, p=#10201 * fix: hide firefox themes option in customize toolbar * Update zen-single-components.css Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> --------- Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> --- src/zen/common/styles/zen-single-components.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 8218e2ebf..43c7ff56d 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -23,6 +23,12 @@ display: none !important; } +@media -moz-pref('zen.theme.disable-lightweight') { + #customization-lwtheme-link { + display: none !important; + } +} + .private-browsing-indicator-with-label { display: none !important; }