Merge pull request #5520 from nextcloud/disable-click-on-hint
[Small] Hint should not be clickable
This commit is contained in:
commit
5d5b1285ec
|
@ -58,10 +58,10 @@
|
|||
class="app-icon"/>
|
||||
<div class="icon-loading-small-dark"
|
||||
style="display:none;"></div>
|
||||
<span>
|
||||
</a>
|
||||
<span>
|
||||
<?php p($entry['name']); ?>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
<li id="more-apps" class="menutoggle">
|
||||
|
|
Loading…
Reference in New Issue