Fix long-term hover bug in cog icon

This commit is contained in:
Johannes Zellner
2020-03-04 14:33:33 -08:00
parent 66a95fb130
commit 08a6ad8bd3
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@
</div>
<div class="grid-item-actions" ng-show="user.isAtLeastAdmin">
<a ng-href="#/app/{{ app.id}}/display"><i class="fas fa-cogs scale"></i></a>
<a ng-href="#/app/{{ app.id}}/display" class="scale"><i class="fas fa-cogs"></i></a>
</div>
<!-- we check the version here because the box updater does not know when an app gets updated -->