Minor fixes in taskboard task
parent
288d508046
commit
1600a55b65
|
@ -7,6 +7,6 @@ div.taskboard-task-inner
|
|||
figcaption {{ usersById[task.assigned_to].full_name_display }}
|
||||
p.taskboard-text
|
||||
span.task-num(ng-bind="task.ref")
|
||||
span.task-name(ng-bind="task.subject")
|
||||
a.task-name(href="", title="task.subject", ng-bind="task.subject")
|
||||
a.icon.icon-edit(href="", title="Edit", ng-click="ctrl.editTask(task)")
|
||||
a.icon.icon-drag-h(href="", title="Drag&Drop")
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
@extend %large;
|
||||
bottom: .2rem;
|
||||
color: $postit-hover;
|
||||
cursor: move;
|
||||
display: none;
|
||||
position: absolute;
|
||||
&:hover {
|
||||
|
@ -58,6 +57,7 @@
|
|||
}
|
||||
.icon-drag-h {
|
||||
@extend %xlarge;
|
||||
cursor: move;
|
||||
right: 45%;
|
||||
}
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue