fix: targeting new container tab context menu with a higher specificity and removing opacity rule, p=#11166

This commit is contained in:
Ivaon
2025-11-05 23:36:48 +01:00
committed by GitHub
parent 3a9e205730
commit 5ca4553e70

View File

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