fix: New container tab popup menu displayed incorrectly (#11160)

This commit is contained in:
Ivaon
2025-11-05 12:59:52 +01:00
committed by GitHub
parent 37eb6f85eb
commit 3a9e205730

View File

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