Fix header app name clickability issue, fix #12165

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-11-01 05:07:26 +01:00
parent 9d5982ba4b
commit 62028160ac
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
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 */