]> source.dussan.org Git - nextcloud-server.git/commitdiff
Blue shadow fix 2 3260/head
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 26 Jan 2017 19:35:22 +0000 (20:35 +0100)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 26 Jan 2017 19:35:22 +0000 (20:35 +0100)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
core/css/apps.scss

index c5f0c584f8390f46bb9f1e9aaa10872e4f659193..ad45e2b0266cac6b44be75bb2a64221ce4d54e7c 100644 (file)
@@ -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;