Feature request: Change DnD components to register grab/grabbing icons #2073
Labels
Component: UX/Design
Issues related to UI/UX features and improvements, style system, and design principle
good first issue
Good for newcomers
Studio Core Team
Opened by a member of the Studio core team
Type: Feature Request
Milestone
Similar requests
How are you using Legend?
Legend Studio
What problems are you trying to solve?
Currently for our styling, we have
cursor: move;
in our draggable containers for when the user wants to hold and drag something. In addition, the cursor will default to pointer when dragging out of borders of the draggable container. Ideally however, we would like to have the cursor turn tograb
andgrabbing
insteadSee the note:
Describe the solution you would like to see implemented
It would be nice for improved UX if cursor was switched to be instead
cursor: grab
upon hover andcursor: grabbing
while it is active.Describe alternatives you have considered
No response
Documentation, Design, Adoption, Migration Strategy
https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
Contribution
The text was updated successfully, but these errors were encountered: