foundation / foundation-sites

The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.
https://get.foundation
MIT License
29.66k stars 5.48k forks source link

Objections to Fastclick Fix for inline form labels #4099

Closed paynecodes closed 10 years ago

paynecodes commented 10 years ago

Any objection to adding this to Foundation? https://github.com/ftlabs/fastclick/issues/60

Basically, all that would be needed is to add label > * { pointer-events: none; } to the foundation _forms.scss

thedeerchild commented 10 years ago

Seems reasonable, unless @zurbrandon disagrees. We'd love to see a PR for this.

zurbrandon commented 10 years ago

Yeah, a PR would be chill.

zurbrandon commented 10 years ago

Ill close this for now, but feel free to submit a PR for fast click.

mhuggins commented 10 years ago

Is this still an open issue?