🎉 New cursors in viewport

This commit is contained in:
alonso.torres 2020-06-02 10:44:32 +02:00
parent b3237524bd
commit bedd244f44
10 changed files with 49 additions and 34 deletions

View file

@ -145,15 +145,6 @@
g.controls {
rect.main { pointer-events: none; }
circle.rotate { cursor: ns-resize; } // TODO
.top-left { cursor: nwse-resize; }
.bottom-right { cursor: nwse-resize; }
.top-right { cursor: nesw-resize; }
.bottom-left { cursor: nesw-resize; }
.top { cursor: ns-resize; }
.bottom { cursor: ns-resize; }
.left { cursor: ew-resize; }
.right { cursor: ew-resize; }
}
}