Describe the bug
Hovering over labels triggers hover styles on element, for example when using the form control component.
This is expected default browser behavior, but imo not a great feeling UX. I should add pointer-events:none; to the label stying to prevent this from happening.
Describe the bug Hovering over labels triggers hover styles on element, for example when using the form control component. This is expected default browser behavior, but imo not a great feeling UX. I should add
pointer-events:none;
to the label stying to prevent this from happening.