diff --git a/app/styles/modules/kanban/kanban-table.scss b/app/styles/modules/kanban/kanban-table.scss index a10330ba..30a06e50 100644 --- a/app/styles/modules/kanban/kanban-table.scss +++ b/app/styles/modules/kanban/kanban-table.scss @@ -11,15 +11,18 @@ $column-margin: 0 10px 0 0; width: 100%; .vfold { &.task-colum-name { + @include table-flex(); @include align-items(center); @include justify-content(center); @include transition(opacity .3s linear); cursor: pointer; opacity: .8; - padding: .5rem; + padding: .5rem 0; &:hover { - @include transition(opacity .3s linear); - opacity: 1; + .icon.hunfold { + @include transition(opacity .3s linear); + opacity: 1; + } } .icon-plus, .icon-bulk, @@ -28,6 +31,11 @@ $column-margin: 0 10px 0 0; span { display: none; } + .hunfold { + @include transition(opacity .3s linear); + margin: 0; + opacity: 0; + } } &.task-colum-name, &.task-column {