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
This commit is contained in:
parent
b144802203
commit
7f2189b455
@ -654,10 +654,6 @@ $filter-container-height: '1rem - #{$switch-view-height}';
|
||||
}
|
||||
}
|
||||
|
||||
.sortable-chosen .task {
|
||||
transform: rotate(3deg);
|
||||
}
|
||||
|
||||
.bucket {
|
||||
border-radius: $radius;
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user