cprodhomme/arctic_admin

Active menu expands whole tree

zorar4ik opened this issue ยท 4 comments

Current behaviour:
When you have nested menu within your sidebar on click it expands whole tree of childish menus like on image:
image

Expected behaviour:
By default all nested menus are hidden and open on click only:
image

      &.open, &.current {
        & > a:nth-child(1) {
          position: relative;

          &:after {
            @include icon("\f0d8");
          }
        }

-      ul {
+      & > ul {
          display: block;
        }
      }

@cprodhomme this wasn't applied on the webpacker version

@gabrieldesar

Done !

i publish also the version 4.0.1.

If someone know how to setup action for automatic publish version, i need it :)

@cprodhomme probably i can help you with that.