Merge pull request #13566 from nextcloud/fix/13519/click-app-names

Fix click app names
This commit is contained in:
Morris Jobke 2019-01-14 12:24:47 +01:00 committed by GitHub
commit eeec3c7e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -482,7 +482,7 @@ nav[role='navigation'] {
a.active {
opacity: 1;
}
&:hover a + span,
a:focus + span,
&:hover span,
@ -504,7 +504,7 @@ nav[role='navigation'] {
width: 20px;
height: 20px;
}
/* App title */
span {
opacity: 0;
@ -516,6 +516,7 @@ nav[role='navigation'] {
overflow: hidden;
text-overflow: ellipsis;
transition: all var(--animation-quick) ease;
pointer-events: none;
}
/* Set up transitions for showing app titles on hover */

View File

@ -59,10 +59,10 @@
</svg>
<div class="icon-loading-small-dark"
style="display:none;"></div>
<span>
<?php p($entry['name']); ?>
</span>
</a>
<span>
<?php p($entry['name']); ?>
</span>
</li>
<?php endforeach; ?>
<li id="more-apps" class="menutoggle"