From 5ca4553e70ae77b3c125b5fab22963ba29412992 Mon Sep 17 00:00:00 2001 From: Ivaon <155267770+Ivaon@users.noreply.github.com> Date: Wed, 5 Nov 2025 23:36:48 +0100 Subject: [PATCH] fix: targeting new container tab context menu with a higher specificity and removing opacity rule, p=#11166 --- src/zen/common/styles/zen-single-components.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 4ab836e02..8c7fa89cd 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -611,11 +611,8 @@ body > #confetti { } /* Contextual new tab popup menu */ -#tabs-newtab-button > .new-tab-popup > menuitem { +#navigator-toolbox #titlebar #TabsToolbar #tabs-newtab-button > .new-tab-popup > menuitem { & > :is(.menu-highlightable-text, .menu-accel) { - display: none !important; - } - & > label { - opacity: 1 !important; + display: none; } }