Browse Source

Fix header app name clickability issue, fix #12165

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v15.0.0beta1
Jan-Christoph Borchardt 5 years ago
parent
commit
62028160ac
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/css/header.scss

+ 1
- 0
core/css/header.scss 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 */

Loading…
Cancel
Save