mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-30 12:21:55 +00:00
fix: targeting new container tab context menu with a higher specificity and removing opacity rule, p=#11166
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user