From 70491de737997eb0b0972d0c9c0a5036afc98a70 Mon Sep 17 00:00:00 2001 From: getninjaN Date: Mon, 30 Jun 2014 15:26:11 +0200 Subject: [PATCH] Added pointer-events on checkboxes and radios Makes it work with FastClick on mobile devices. --- wtf-forms.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wtf-forms.css b/wtf-forms.css index 644ff95..3102145 100644 --- a/wtf-forms.css +++ b/wtf-forms.css @@ -45,6 +45,7 @@ -moz-user-select: none; -ms-user-select: none; user-select: none; + pointer-events: none; } /* Hover state */