You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several elements, such as switches, checkboxes, radios, and segmented radio groups would benefit from having the cursor-pointer class applied to them.
The W3C APG shows a pointer on button and checkbox switches, and states:
To help people with visual impairments identify the switch as an interactive element, the cursor is changed to a pointer when hovering over the switch.
To make it easier to perceive that clicking either the label or checkbox will activate the checkbox, when a pointer hovers over either the checkbox or label, the background color changes, a border appears, and the cursor changes to a pointer
The cursor is changed to a pointer when hovering over the radio button to help people with visual impairments identify it as an interactive element.
The UK gov design guidelines also show pointers over checkboxes and radios. They do not cover switches or toggles.
Flux version
v1.1.2
Livewire version
v3.5.18
What is the problem?
Several elements, such as switches, checkboxes, radios, and segmented radio groups would benefit from having the
cursor-pointer
class applied to them.The W3C APG shows a pointer on button and checkbox switches, and states:
There are also examples of pointers on checkboxes and radio groups.
The UK gov design guidelines also show pointers over checkboxes and radios. They do not cover switches or toggles.
Code snippets
How do you expect it to work?
The mouse cursor should change to a pointer when hovering over each element.
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: