From d3b326a47a65a48150b4d952f455e30b72797589 Mon Sep 17 00:00:00 2001 From: esarbanis Date: Mon, 30 Sep 2013 00:30:20 +0300 Subject: [PATCH] Added the input element of checkbox to the dom with 0 opacity, so that it ca This closes issue #103, but the general "element focusing" issue needs to be addressed in a common manner. --- src/modules/checkbox.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/checkbox.less b/src/modules/checkbox.less index 8e7a2f3e6..7274453da 100755 --- a/src/modules/checkbox.less +++ b/src/modules/checkbox.less @@ -28,7 +28,7 @@ vertical-align: middle; } .ui.checkbox input { - visibility: hidden; + opacity: 0; outline: none; }