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