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

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-09 05:42:02 +02:00
parent adffaff081
commit 04929640ac
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 4 additions and 4 deletions

View File

@ -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;