diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index c63cb3f84..181d9004a 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -61,10 +61,11 @@ $filter-container-height: '1rem - #{$switch-view-height}'; -ms-user-select: none; // Internet Explorer/Edge user-select: none; // Non-prefixed version, currently supported by Chrome, Opera and Firefox - transition: $ease-out; + //transition: $ease-out; cursor: pointer; box-shadow: $shadow-xs; display: block; + border: 3px solid transparent; font-size: .9rem; padding: .5rem; @@ -205,7 +206,7 @@ $filter-container-height: '1rem - #{$switch-view-height}'; } } - .drop-preview { + .ghost { border-radius: $radius; margin: 0 .5rem .5rem; background: transparent; @@ -213,6 +214,13 @@ $filter-container-height: '1rem - #{$switch-view-height}'; } } + .move-card-move { + transition: transform 0s; + } + .no-move { + transition: transform 0s; + } + h2 { font-size: 1rem; margin: 0; diff --git a/src/views/list/views/Kanban.vue b/src/views/list/views/Kanban.vue index ca21ff936..8c752a99c 100644 --- a/src/views/list/views/Kanban.vue +++ b/src/views/list/views/Kanban.vue @@ -108,28 +108,43 @@
- - + - + + + + + + + + + + + + + + + + + + - - - + :task="task" + /> + + + +