Skip to content
Snippets Groups Projects
Unverified Commit 62028160 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Fix header app name clickability issue, fix #12165

parent 9d5982ba
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment