Elevate CSS features two distinct compound properties for customizing the user’s cursor as well as pointer events. These properties include:
cursor Property Modifiers
| Property | Expected Values | Example |
|---|
cursor | default, pointer, text, crosshair, not-allowed, progress, wait, help, context-menu, col-resize, row-resize, n-resize, e-resize, s-resize, w-resize, ne-resize, nw-resize, se-resize, sw-resize, grab, grabbing, move | pointer:grabbing |
events Property Modifiers
| Property | Expected Values | Example |
|---|
events | auto, none, visiblePainted, visibleFill, visibleStroke, visible, fill, stroke, all | events:none |