From 728e00b1b0fb7c89dffe864d3fc1d4ba89d687a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 14 Sep 2017 12:02:25 +0200 Subject: [PATCH] Fix github color highlighter 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 3c2917f0ad..262d3888f8 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -161,7 +161,7 @@ kbd { /* Submenu fix for icon */ > .app-navigation-entry-bullet + a, > a[class*='icon-'], - > a[style*='background-image:'], + > a[style*='background-image'], .app-navigation-entry-bullet { margin-left: -32px; /* 44px padding - 12px padding */ } @@ -236,7 +236,7 @@ kbd { /* padding in case of icon or bullet */ > .app-navigation-entry-bullet + a, > a[class*='icon-'], - > a[style*='background-image:'] { + > a[style*='background-image'] { padding-left: 44px; }