Add move cursor when shape is displaced on viewport.

This commit is contained in:
Andrey Antukh 2017-03-01 19:13:10 +01:00
parent 4dc728378c
commit 99f935863a
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
9 changed files with 50 additions and 18 deletions

View file

@ -204,6 +204,10 @@ h4 {
padding: 0 !important;
}
.move-cursor {
cursor: move;
}
hr {
border-top: solid 1px $color-gray-light;
border-right: 0;