Skip to content

Commit

Permalink
IBX-2089: Hide menu toggler if level is collapsed (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Jan 28, 2022
1 parent c2fe480 commit 08e318e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_main-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@

&--hidden {
@include hidden-main-menu-node;

.ibexa-main-menu__toggler-container {
display: none;
}
}

&--collapsed {
Expand Down

0 comments on commit 08e318e

Please sign in to comment.