From 9513e7a14bbcaca385c6b447ef6fcc7279d7e419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 26 Jan 2017 20:26:15 +0100 Subject: [PATCH] Blue left shadow fix #3288 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 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 2b6a85e0e8ead..c5f0c584f8390 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -96,13 +96,12 @@ em { color: #000; opacity: .57; } - li:hover > a, - li:focus > a, - a:focus, + > ul > li:hover > a, + > ul > li:focus > a, .selected, - .selected a, + .selected > a, .active, - .active a { + .active > a { opacity: 1; box-shadow: inset 2px 0 #0082c9; }