Bring back update badge hover
This commit is contained in:
@@ -393,10 +393,18 @@ h1, h2, h3 {
|
||||
|
||||
.scale {
|
||||
transition: transform 100ms ease-out;
|
||||
|
||||
&:hover {
|
||||
transform: scale(2)
|
||||
}
|
||||
}
|
||||
|
||||
.scale:hover {
|
||||
transform: scale(2)
|
||||
.scale-small {
|
||||
transition: transform 100ms ease-out;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.5)
|
||||
}
|
||||
}
|
||||
|
||||
.page-wrapper {
|
||||
|
||||
@@ -454,7 +454,7 @@
|
||||
<!-- we check the version here because the box updater does not know when an app gets updated -->
|
||||
<div class="app-update-badge" ng-show="config.update.apps[app.id].manifest.version && config.update.apps[app.id].manifest.version !== app.manifest.version && (app | installSuccess)">
|
||||
<a href="" ng-click="showUpdate(app, config.update.apps[app.id].manifest)" title="Update Available">
|
||||
<span class="fa-stack fa-lg">
|
||||
<span class="fa-stack fa-lg scale-small">
|
||||
<i class="fa fa-circle fa-stack-2x text-success"></i>
|
||||
<i class="fa fa-refresh fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user