]> source.dussan.org Git - nextcloud-server.git/commitdiff
show active indicator on current app even when hovering other icons 4101/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 27 Mar 2017 17:36:11 +0000 (19:36 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 27 Mar 2017 18:18:37 +0000 (20:18 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/header.scss

index 6f41dd8154f913b66f5ca63e6d12abde986ff958..3fcb8a2260c980fefa7c82a270fdf63af7c931a1 100644 (file)
@@ -494,7 +494,7 @@ nav {
                display: inline-block;
        }
 
-
+       /* show triangle below active app */
        li:hover a:before,
        li a.active:before {
                content: ' ';
@@ -517,11 +517,6 @@ nav {
                display: none !important;
        }
 
-       /* do not show active indicator when hovering other icons */
-       &:hover li:not(:hover) a:before {
-               display: none;
-       }
-
        li.hidden {
                display: none;
        }