Wikiki / bulma-checkradio

Bulma's extension to display better checkbox and radio imputs
MIT License
71 stars 43 forks source link

Label highlight #4

Closed stef-k closed 7 years ago

stef-k commented 7 years ago

I do not know if this is intentional but when clicking the element rapidly, the text in the label gets highlighted.

image

If it is not intentional behavior then it can be fixed with the following

.is-checkbox[type=checkbox]+label, .is-radio[type=radio]+label {
  user-select: none;
}

Browser support for this rule is at 88.69%

Wikiki commented 7 years ago

Hi @stef-k,

I thought about adding user-select but I prefer to let the user able to select the text associated to a checkbox or radio. I agree the double click is a little bit too sensitive.

Regards,

stef-k commented 7 years ago

Ah, ok then, thanks by the way for all these extensions, they are the missing piece from the framework.