Removed animation breaking things and open submenu which arent .collapsible by default

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/6399/head
John Molakvoæ (skjnldsv) 9 years ago
parent adffaff081
commit 04929640ac
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
  1. 8
      core/css/apps.scss

@ -113,16 +113,13 @@ kbd {
}
}
&.open > ul {
max-height: 2000px;
display: block;
}
/* Second level nesting for lists */
> ul {
flex: 1 0 100%;
padding-left: 44px;
width: inherit;
max-height: 0;
overflow: hidden;
transition: all 500ms ease-in-out;
> li {
display: inline-flex;
flex-wrap: wrap;
@ -224,6 +221,9 @@ kbd {
}
.collapsible {
border-width: 0 1 0 0 !important;
> ul {
display: none;
}
> .collapse {
position: absolute;
height: 44px;

Loading…
Cancel
Save