From: John Molakvoæ (skjnldsv) Date: Thu, 26 Jan 2017 19:26:15 +0000 (+0100) Subject: Blue left shadow fix #3288 X-Git-Tag: v12.0.0beta1~610^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9513e7a14bbcaca385c6b447ef6fcc7279d7e419;p=nextcloud-server.git Blue left shadow fix #3288 Signed-off-by: John Molakvoæ (skjnldsv) --- diff --git a/core/css/apps.scss b/core/css/apps.scss index 2b6a85e0e8e..c5f0c584f83 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; }