Merge pull request #12181 from nextcloud/fix-header-clickability

Fix header app name clickability issue, fix #12165
This commit is contained in:
Roeland Jago Douma 2018-11-01 08:09:00 +01:00 committed by GitHub
commit c4d71c35ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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 */