Why is the sx={{ cursor: ‘pointer’ }} property not working in my Material-UI project? Despite applying this style, the cursor does not change to a pointer when hovering over the element. How can I troubleshoot this to ensure the property works correctly?
- checked parent styles.
- validate the element type.
- Inspected with developer tools.
- Also i have done this : input: { cursor: ‘pointer’ }.
New contributor
Natasha Chandrawat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.