rio icon indicating copy to clipboard operation
rio copied to clipboard

Incorrect Mouse Cursor on `Checkbox` Hover When `is_sensitive = False`

Open Sn3llius opened this issue 5 months ago • 0 comments

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

  1. Create a checkbox with is_sensitive = False.
  2. Hover over the checkbox.
  3. 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

Sn3llius avatar Sep 09 '24 18:09 Sn3llius