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; + } +}