From 04929640ac50823248ffac97bd5663df5754c8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sat, 9 Sep 2017 05:42:02 +0200 Subject: [PATCH] Removed animation breaking things and open submenu which arent .collapsible by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 1027ae44e91..9680ddb198c 100644 --- a/core/css/apps.scss +++ b/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;