Active menu expands whole tree
zorar4ik opened this issue ยท 4 comments
zorar4ik commented
Current behaviour:
When you have nested menu within your sidebar on click it expands whole tree of childish menus like on image:
Expected behaviour:
By default all nested menus are hidden and open on click only:
&.open, &.current {
& > a:nth-child(1) {
position: relative;
&:after {
@include icon("\f0d8");
}
}
- ul {
+ & > ul {
display: block;
}
}
cprodhomme commented
Fix in the version https://github.com/cprodhomme/arctic_admin/releases/tag/V3.2.2
guiferrpereira commented
@cprodhomme this wasn't applied on the webpacker version
cprodhomme commented
Done !
i publish also the version 4.0.1.
If someone know how to setup action for automatic publish version, i need it :)
guiferrpereira commented
@cprodhomme probably i can help you with that.