Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@
}
.toolbar-menu__trigger,
.menu-item-title,
.toolbar .menu-item-title,
.menu-item-sub-title {
display: none !important;
}
......
......@@ -122,7 +122,7 @@
}
.toolbar-menu__trigger,
.menu-item-title,
.toolbar .menu-item-title,
.menu-item-sub-title {
display: none !important;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment