fix(kanban): transition animation for bucket footer when adding a new task
This commit is contained in:
parent
6d0cbc51f6
commit
f54f533700
1 changed files with 2 additions and 0 deletions
|
@ -768,6 +768,7 @@ $filter-container-height: '1rem - #{$switch-view-height}';
|
|||
background-color: var(--grey-100);
|
||||
border-bottom-left-radius: $radius;
|
||||
border-bottom-right-radius: $radius;
|
||||
transform: none;
|
||||
|
||||
.button {
|
||||
background-color: transparent;
|
||||
|
@ -779,6 +780,7 @@ $filter-container-height: '1rem - #{$switch-view-height}';
|
|||
}
|
||||
}
|
||||
|
||||
// FIXME: This does not seem to work
|
||||
.task-dragging {
|
||||
transform: rotateZ(3deg);
|
||||
transition: transform 0.18s ease;
|
||||
|
|
Loading…
Reference in a new issue