]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix header app name clickability issue, fix #12165 12181/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 1 Nov 2018 04:07:26 +0000 (05:07 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 1 Nov 2018 04:09:56 +0000 (05:09 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/header.scss

index e790f719a1f1af8ba435ddd6d21d2f7f4091c67b..879734097ae3fd2867d5ba43d15ed5dd51492291 100644 (file)
@@ -561,6 +561,7 @@ nav[role='navigation'] {
                        span {
                                opacity: .6;
                                bottom: 2px;
+                               z-index: -1; /* fix clickability issue - otherwise we need to move the span into the link */
                        }
 
                        /* Prominent app title for current and hovered/focused app */