From 0a81f9b9d990734810a571d43f44db6c67e7cd5e Mon Sep 17 00:00:00 2001 From: Simounet Date: Sun, 19 Jan 2020 10:54:56 +0100 Subject: Sidebar sub entries not conditioned by hover anymore --- app/Resources/static/themes/material/css/article.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app/Resources/static/themes/material/css/article.scss') diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index 75658a58..f1a11da0 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss @@ -172,18 +172,18 @@ &:hover { width: 260px !important; - .collapsible-body { - height: auto; - - li a i.material-icons { - margin: auto 5px auto -8px; - } - } - span { opacity: 1; } } + + .collapsible-body { + height: auto; + + li a i.material-icons { + margin: auto 5px auto -8px; + } + } } .progress { -- cgit v1.2.3