Merge pull request #14279 from nextcloud/bugfix/14220/header-label

Fix header label visibility on open menu
This commit is contained in:
Morris Jobke 2019-02-19 11:35:42 +01:00 committed by GitHub
commit 600cdc5d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -572,11 +572,6 @@ nav[role='navigation'] {
li a:focus::before {
z-index: 101;
}
&.menu-open li:hover a::before,
&.menu-open li a.active::before,
&.menu-open li:hover span {
display: none !important;
}
li.hidden {
display: none;