From 9510d8838f0067e237b016177d49886f1e9a2edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 12 Sep 2017 17:59:01 +0200 Subject: [PATCH] Retro compatibility collapse button hide 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index cf546641b8..16f73a1ac0 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -246,6 +246,11 @@ kbd { * Collapsible menus */ .collapsible { + /* Fallback for old collapse button. + TODO: to be removed. Leaved here for retro compatibility */ + .collapse { + display: none; + } &:after { position: absolute; height: 44px;