You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're finding yourself setting the property on many places it might be easier to switch the default instead. The default for --lumo-clickable-cursor is default which - according to Vaadins documentation - mimics a "desktop approach". When developing a web application the "web approach" using --lumo-clickable-cursor: pointer in styles.css might be less work.
I don't think changing the default is the way to go. Other cursor could be handy like: crosshair, not-allowed, copy ...
Not a big deal, but feels that LumoUtility.Cursor.* is missing
Sample:
Describe your motivation
I find my shelf setting style cursor: pointer many places. Maybe LumoUtility.Cursor.POINTER and other valid constants could be added?
Describe the solution you'd like
LumoUtility.Cursor.POINTER
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: