[Frontend] Changed cursor property

#755
Changed s-timeline-gantt.mid to
use cursor: move instead of
ew-resize; Need to verify on Linux;
This commit is contained in:
Charles Hacskaylo 2016-03-16 17:36:07 -07:00
parent 1f09b7b0ac
commit 9c775c6715

View File

@ -59,7 +59,7 @@
.handle {
cursor: col-resize;
&.mid {
cursor: ew-resize;
cursor: move;
}
}
}