From ccac142ec6bd0fceb754d9e61b5d36fdf3e86fc6 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Thu, 25 Mar 2021 13:08:48 +0200 Subject: [PATCH] Fixed some cards not animating elevation change --- app/imports/ui/properties/components/actions/ActionCard.vue | 5 ++++- .../ui/properties/components/attributes/ResourceCard.vue | 3 +++ app/imports/ui/vueSetup.js | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 {