From 07cbdbff522075e824115871698e5ac3648ce206 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 26 Jan 2017 20:35:22 +0100 Subject: Blue shadow fix 2 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 | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'core/css') diff --git a/core/css/apps.scss b/core/css/apps.scss index c5f0c584f83..ad45e2b0266 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -60,6 +60,18 @@ em { width: inherit; overflow: auto; box-sizing: border-box; + > li { + &:focus, + &:hover, + &.active, + a.selected { + &, + > a { + opacity: 1; + box-shadow: inset 2px 0 #0082c9; + } + } + } } li { position: relative; @@ -96,15 +108,6 @@ em { color: #000; opacity: .57; } - > ul > li:hover > a, - > ul > li:focus > a, - .selected, - .selected > a, - .active, - .active > a { - opacity: 1; - box-shadow: inset 2px 0 #0082c9; - } li > a:first-child img { margin-bottom: -3px; margin-right: 11px; -- cgit v1.2.3