Tagged Questions
3
votes
3answers
227 views
Why don't most forms have a hover state?
I've been looking at a bunch of forms and noticed that most form inputs do not have a hover state. Is there a good reason for this, that I'm missing?
A slight hover state, to me, is effective because ...
6
votes
2answers
482 views
Should the cursor change to pointer over radio buttons, checkboxes, their labels and selects?
I always do so because to me it feels nicer; it implies an action will happen on click. Especially for radio/checkbox labels, where the for attribute is correctly used.
This is not the default ...