Other Properties
Cursor
The cursor
property sets the mouse cursor, if any, to show when the mouse pointer is over a view.
/* Keyword value */
cursor: auto;
cursor: pointer;
/* … */
cursor: zoom-out;
Pointer Events
The pointer-events
property sets under what circumstances (if any) a view can become the target of pointer events.
/* Keyword values */
pointer-events: auto;
pointer-events: none;