Issue #2891236 by droplet, krina.addweb: Regression in #2542050: Toolbar menus always expanded

8.4.x
Lauri Eskola 2017-07-03 18:13:34 +03:00
parent ffc1f75728
commit b5a3346f32
2 changed files with 16 additions and 0 deletions

View File

@ -13,6 +13,14 @@
position: relative;
width: auto;
}
/**
* Hidden vertical toolbar sub-menus by default.
*/
.toolbar .toolbar-tray-vertical .toolbar-menu ul {
display: none;
}
/**
* Hidden horizontal toolbar handle icon.
*/

View File

@ -13,6 +13,14 @@
position: relative;
width: auto;
}
/**
* Hidden vertical toolbar sub-menus by default.
*/
.toolbar .toolbar-tray-vertical .toolbar-menu ul {
display: none;
}
/**
* Hidden horizontal toolbar handle icon.
*/