rio
rio copied to clipboard
Incorrect Mouse Cursor on `Checkbox` Hover When `is_sensitive = False`
Describe the bug
When a checkbox has is_sensitive = False
, the mouse cursor still changes on hover. However, since the checkbox is disabled, the cursor should not change to indicate it's clickable.
Steps to Reproduce
- Create a checkbox with
is_sensitive = False
. - Hover over the checkbox.
- Observe that the cursor changes to a pointer even though the checkbox is disabled
Screenshots/Videos
No response
Operating System
No response
What browsers are you seeing the problem on?
No response
Browser version
No response
What device are you using?
No response
Additional context
No response