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
Prior to 4b35cb7, radio button and checkbox labels had cursor: pointer (or maybe cursor: default, I can't remember). Now they inherit cursor: text, and it's not obvious that when clicking them they will select the checkbox or radio button. This contradicts the style of a regular <label> and <input type="checkbox">as seen here
This does not seem desirable. I think the change should be reverted.
The text was updated successfully, but these errors were encountered:
Prior to 4b35cb7, radio button and checkbox labels had
cursor: pointer
(or maybecursor: default
, I can't remember). Now they inheritcursor: text
, and it's not obvious that when clicking them they will select the checkbox or radio button. This contradicts the style of a regular<label>
and<input type="checkbox">
as seen hereThis does not seem desirable. I think the change should be reverted.
The text was updated successfully, but these errors were encountered: