We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de6d6c5 + 789c516 commit bd83336Copy full SHA for bd83336
app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/_menu.less
@@ -321,7 +321,6 @@
321
margin-bottom: 4.5rem;
322
323
// Section title
324
- > a, // ToDo UI: Should be deleted after template changes a -> strong.submenu-group-title
325
.submenu-group-title {
326
color: @submenu-section-label__color;
327
display: block;
@@ -502,6 +501,12 @@
502
501
}
503
504
+
505
+ // This part hides Submenu Group Titles only for menus with single groups.
506
+ .submenu .column:only-of-type .submenu-group-title,
507
+ .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title {
508
+ display: none;
509
+ }
510
511
512
.admin__menu-overlay {
@@ -526,3 +531,4 @@
526
531
527
532
528
533
534
0 commit comments