mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-15 16:03:43 +00:00
fix: New container tab popup menu displayed incorrectly (#11160)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user