Merge pull request #297 from taigaio/issue/2099/kanban-drag-icon
Kanban drag&drop icon is over points text on hoverstable
commit
0cdfc57abd
|
@ -20,4 +20,3 @@ div.kanban-task-inner(ng-class="{'task-archived': us.isArchived}")
|
|||
p Drag & drop again to undo
|
||||
|
||||
a.icon.icon-edit(tg-check-permission="modify_us", href="", title="Edit", ng-hide="us.isArchived")
|
||||
a.icon.icon-drag-h(tg-check-permission="modify_us", href="", title="Drag&Drop", ng-hide="us.isArchived")
|
||||
|
|
|
@ -9,6 +9,3 @@ div.taskboard-task-inner
|
|||
tg-nav="project-tasks-detail:project=project.slug,ref=task.ref")
|
||||
a.icon.icon-edit(tg-check-permission="modify_task",
|
||||
href="", title="Edit task")
|
||||
|
||||
a.icon.icon-drag-h(tg-check-permission="modify_task",
|
||||
href="", title="Drag&Drop")
|
||||
|
|
|
@ -20,4 +20,3 @@ div.kanban-task-inner(ng-class="{'task-archived': us.isArchived}")
|
|||
p Drag & drop again to undo
|
||||
|
||||
a.icon.icon-edit(tg-check-permission="modify_us", href="", title="Edit", ng-hide="us.isArchived")
|
||||
a.icon.icon-drag-h(tg-check-permission="modify_us", href="", title="Drag&Drop", ng-hide="us.isArchived")
|
||||
|
|
|
@ -31,4 +31,4 @@ $button-gray-hover: #879b89;
|
|||
|
||||
$postit: #fff8e4;
|
||||
$postit-hover: #f1e8cd;
|
||||
$postit-dark-hover: #e4d6ad;
|
||||
$postit-dark-hover: #cfc29b;
|
||||
|
|
Loading…
Reference in New Issue