fix: don't rotate kanban cards while dragging
continuous-integration/drone/push Build is passing Details

The way I implemented that had a few annoying side effects like wiggling around when clicking on the bucket
This commit is contained in:
kolaente 2022-02-27 19:43:05 +01:00
parent b144802203
commit 7f2189b455
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 4 deletions

View File

@ -653,10 +653,6 @@ $filter-container-height: '1rem - #{$switch-view-height}';
border-radius: $radius;
}
}
.sortable-chosen .task {
transform: rotate(3deg);
}
.bucket {
border-radius: $radius;