mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:48:28 +02:00
✨ Improved selection handlers
This commit is contained in:
parent
ca5091d8b0
commit
f199317f47
5 changed files with 176 additions and 121 deletions
|
@ -146,14 +146,14 @@
|
|||
g.controls {
|
||||
rect.main { pointer-events: none; }
|
||||
circle.rotate { cursor: ns-resize; } // TODO
|
||||
circle.top-left { cursor: nwse-resize; }
|
||||
circle.bottom-right { cursor: nwse-resize; }
|
||||
circle.top-right { cursor: nesw-resize; }
|
||||
circle.bottom-left { cursor: nesw-resize; }
|
||||
circle.top { cursor: ns-resize; }
|
||||
circle.bottom { cursor: ns-resize; }
|
||||
circle.left { cursor: ew-resize; }
|
||||
circle.right { cursor: ew-resize; }
|
||||
.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; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue