Fix click app names

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2019-01-14 00:48:09 +01:00
parent 71e26d12c0
commit 349687ac09
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
2 changed files with 6 additions and 5 deletions

View File

@ -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>
</a>
<span>
<?php p($entry['name']); ?>
</span>
</a>
</li>
<?php endforeach; ?>
<li id="more-apps" class="menutoggle"