Closed paynecodes closed 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
label > * { pointer-events: none; }
Seems reasonable, unless @zurbrandon disagrees. We'd love to see a PR for this.
Yeah, a PR would be chill.
Ill close this for now, but feel free to submit a PR for fast click.
Is this still an open issue?
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