* change cursor to move for execution item in kanban.

This commit is contained in:
Hao Sun
2021-11-18 10:27:44 +08:00
parent ebae1b755e
commit 5a7dbcbfd3
+1
View File
@@ -5,3 +5,4 @@
#kanbanList .kanban-col[data-type="project"] .kanban-lane-items {height: 100%; display: flex; flex-direction: column; justify-content: center;}
#kanbanList .kanban-lane-name {width: 5px; margin-right: 15px;}
#kanbanList .kanban-lane-name > .text {display: none;}
#kanbanList .kanban-item.link-block > a {cursor: move;}