mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 03:38:22 +02:00
🎉 New cursors in viewport
This commit is contained in:
parent
b3237524bd
commit
bedd244f44
10 changed files with 49 additions and 34 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue