Commit 3d30ccba authored by Keith Bremner's avatar Keith Bremner Committed by Sascha Eggenberger
Browse files

Issue #3274506: Add scope to `.menu-item-title` selector so rule only impacts...

Issue #3274506: Add scope to `.menu-item-title` selector so rule only impacts items within the toolbar
parent 9c298c10
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
}

.toolbar-menu__trigger,
.menu-item-title,
.toolbar .menu-item-title,
.menu-item-sub-title {
  display: none !important;
}
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@
}

.toolbar-menu__trigger,
.menu-item-title,
.toolbar .menu-item-title,
.menu-item-sub-title {
  display: none !important;
}