Skip to content

Commit bd83336

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'webdev/MAGETWO-45139' into PR
2 parents de6d6c5 + 789c516 commit bd83336

File tree

1 file changed

+7
-1
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module

1 file changed

+7
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/_menu.less

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@
321321
margin-bottom: 4.5rem;
322322

323323
// Section title
324-
> a, // ToDo UI: Should be deleted after template changes a -> strong.submenu-group-title
325324
.submenu-group-title {
326325
color: @submenu-section-label__color;
327326
display: block;
@@ -502,6 +501,12 @@
502501
}
503502
}
504503
}
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+
}
505510
}
506511

507512
.admin__menu-overlay {
@@ -526,3 +531,4 @@
526531
}
527532
}
528533
}
534+

0 commit comments

Comments
 (0)