From 04a0c3cfaf6ccb4a8d45239d8197cb1b303323ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 14 Sep 2017 11:02:16 +0200 Subject: [PATCH] Hide bullet & icons if menu has loading icon 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index 64011ff07f9..9d9606a4b7d 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -165,6 +165,16 @@ kbd { position: relative; width: 100%; box-sizing: border-box; + /* Align items */ + &.icon-loading-small { + &:after { + left: 22px; + } + > a, + > .app-navigation-entry-bullet { + background: none !important; + } + } /* Main entry link */ > a { background-size: 16px 16px;