diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-01 05:07:26 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-01 05:09:56 +0100 |
commit | 62028160acca6e68a2df5d683a31d4644d9f9d66 (patch) | |
tree | 9e8459fc75c192ca5f027bde2cc4fc02734a6a80 /core | |
parent | 9d5982ba4bb07ba949d461f1d4ebff08c73c30c6 (diff) | |
download | nextcloud-server-62028160acca6e68a2df5d683a31d4644d9f9d66.tar.gz nextcloud-server-62028160acca6e68a2df5d683a31d4644d9f9d66.zip |
Fix header app name clickability issue, fix #12165
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index e790f719a1f..879734097ae 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -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 */ |