mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #12181 from nextcloud/fix-header-clickability
Fix header app name clickability issue, fix #12165
This commit is contained in:
commit
c4d71c35ce
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue