diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-11-01 08:09:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 08:09:00 +0100 |
commit | c4d71c35ce77b8853c36f58b818c5adbef910287 (patch) | |
tree | 2715438f9bc461053836559d81e6d690269a1fcf | |
parent | 3503329b52bcc7d5d37ccf99567673f0d0cd4955 (diff) | |
parent | 62028160acca6e68a2df5d683a31d4644d9f9d66 (diff) | |
download | nextcloud-server-c4d71c35ce77b8853c36f58b818c5adbef910287.tar.gz nextcloud-server-c4d71c35ce77b8853c36f58b818c5adbef910287.zip |
Merge pull request #12181 from nextcloud/fix-header-clickability
Fix header app name clickability issue, fix #12165
-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 */ |