From 43f3fad41bcfaf13dc0c5b92926fe7ef942b87a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 12 Sep 2017 05:44:46 +0200 Subject: [PATCH] Icon fix for sub-items 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index 8dc1ba2fa33..db0d6d5dda6 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -133,6 +133,13 @@ kbd { opacity: 1; } } + /* Submenu fix for icon */ + > a { + &[class*='icon-'], + &[style*='background-image:'] { + margin-left: -32px; /* 44px padding - 12px padding */ + } + } } } }