diff --git a/app/imports/ui/properties/components/actions/ActionCard.vue b/app/imports/ui/properties/components/actions/ActionCard.vue index 251d42df..c119f6b3 100644 --- a/app/imports/ui/properties/components/actions/ActionCard.vue +++ b/app/imports/ui/properties/components/actions/ActionCard.vue @@ -2,7 +2,6 @@
@@ -157,6 +156,7 @@ export default { 'theme--light': !this.theme.isDark, 'muted-text': this.model.insufficientResources, 'shrink': this.activated, + 'elevation-8': this.hovering, } }, actionTypeIcon() { @@ -199,6 +199,9 @@ export default {