wtf-forms icon indicating copy to clipboard operation
wtf-forms copied to clipboard

Added pointer-events on checkboxes and radios

Open getninjaN opened this issue 11 years ago • 2 comments

Makes it work with FastClick on mobile devices.

getninjaN avatar Jun 30 '14 13:06 getninjaN

@mdo Ping.

cvrebert avatar Feb 13 '15 01:02 cvrebert

I also had trouble getting wtf-forms to work with FastClick. This fix didn't work for me though. Instead I added the following to my stylesheet (suggested here https://github.com/ftlabs/fastclick/issues/60).

label > * { pointer-events: none; }

mcrowe avatar Oct 20 '15 05:10 mcrowe