Merge pull request #514 from taigaio/issue/2843/remove-drag-icon-in-kanban-with-anonymous-users
remove drag icon in kanban with anonymous usersstable
commit
519cef0c6d
|
@ -42,6 +42,7 @@ div.kanban-table(tg-kanban-squish-column)
|
|||
|
||||
div.kanban-task(ng-repeat="us in usByStatus[s.id] track by us.id",
|
||||
tg-kanban-userstory, ng-model="us", tg-bind-scope,
|
||||
tg-class-permission="{'readonly': '!modify_task'}"
|
||||
ng-class="ctrl.getCardClass(s.id)")
|
||||
|
||||
div.kanban-column-intro(ng-if="s.is_archived", tg-kanban-archived-status-intro="s")
|
||||
|
|
|
@ -49,6 +49,9 @@ $column-margin: 0 10px 0 0;
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
.readonly {
|
||||
cursor: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.kanban-table-header {
|
||||
|
|
Loading…
Reference in New Issue