davidtheclark / react-aria-modal

A fully accessible React modal built according WAI-ARIA Authoring Practices
http://davidtheclark.github.io/react-aria-modal/demo/
MIT License
1.03k stars 96 forks source link

[Minor change] Changed cursor in dialogStyle #124

Closed tavoyne closed 1 year ago

tavoyne commented 2 years ago

Set cursor: 'auto' instead of cursor: 'default' in dialogStyle. We should leave the browser decide what cursor to use based on the current context (e.g., text when hovering text) and not force it to use the default one.