fix(kanban): transition animation for bucket footer when adding a new task

This commit is contained in:
kolaente 2022-02-26 14:20:53 +01:00
parent 6d0cbc51f6
commit f54f533700
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -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;