From 7f2189b45552da08c742bb9ef798b57533581d52 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 27 Feb 2022 19:43:05 +0100 Subject: [PATCH] fix: don't rotate kanban cards while dragging The way I implemented that had a few annoying side effects like wiggling around when clicking on the bucket --- src/views/list/ListKanban.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/list/ListKanban.vue b/src/views/list/ListKanban.vue index d25a0af4c..43b45d589 100644 --- a/src/views/list/ListKanban.vue +++ b/src/views/list/ListKanban.vue @@ -653,10 +653,6 @@ $filter-container-height: '1rem - #{$switch-view-height}'; border-radius: $radius; } } - - .sortable-chosen .task { - transform: rotate(3deg); - } .bucket { border-radius: $radius;