From 3a9e20573035d161f18ce9a2c25fe57a26e08e9a Mon Sep 17 00:00:00 2001 From: Ivaon <155267770+Ivaon@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:59:52 +0100 Subject: [PATCH] fix: New container tab popup menu displayed incorrectly (#11160) --- src/zen/common/styles/zen-single-components.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 077cb2b72..4ab836e02 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -609,3 +609,13 @@ body > #confetti { #widget-overflow-list { flex-direction: column-reverse; } + +/* Contextual new tab popup menu */ +#tabs-newtab-button > .new-tab-popup > menuitem { + & > :is(.menu-highlightable-text, .menu-accel) { + display: none !important; + } + & > label { + opacity: 1 !important; + } +}