Commit 4e1c51cd authored by Ben Mullins's avatar Ben Mullins Committed by Sascha Eggenberger
Browse files

Issue #3373019: Admin toolbar loads fully expanded

parent 1a6fb153
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -323,3 +323,7 @@
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.toolbar-loading .menu-item--expanded > .toolbar-menu {
  display: none;
}
+6 −0
Original line number Diff line number Diff line
@@ -266,3 +266,9 @@
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
  }
}

// Classes that hide submenus are not available until the toolbar has
// initialized, so hide them until loading is complete.
.toolbar-loading .menu-item--expanded > .toolbar-menu {
  display: none;
}