Cursor not set to pointer between label and switch in igx-switch
#15218
Labels
🐛 bug
Any issue that describes a bug
checkbox
radio-button
switch
version: 18.2.x
version: 19.0.x
version: 19.1.x
Description
The cursor behavior for the igx-switch component is inconsistent when hovering between the label and the switch. Instead of maintaining the pointer cursor, it reverts to the default cursor and despite this clicks in this area are still registered and change the state of the switch, which might confuse users.
Steps to reproduce
<igx-switch>Enable Feature</igx-switch>
Result
The cursor changes from pointer to default when hovering in the area between the label and the switch control.
Expected result
The cursor should remain as pointer throughout the clickable region, including the gap between the label and the switch control, to ensure a consistent and intuitive experience.
Attachments
The text was updated successfully, but these errors were encountered: