change denied-dragging-animation to drop-grid-item-blocker and call it the vuejs way instead of vanilla js

This commit is contained in:
chfhtw
2026-04-17 11:44:25 +02:00
parent 131edf1293
commit fef756f508
2 changed files with 16 additions and 29 deletions
+1 -1
View File
@@ -174,7 +174,7 @@
color: var(--fhc-dashboard-section-info-color-hover);
}
.denied-dragging-animation {
.drop-grid-item-blocker [pinned='true'] {
animation: wiggle 0.5s linear;
color: var(--fhc-dashboard-denied-dragging-animation-color) !important;
}