From f1f5c1bee16f132797200e4d0ac7269729251896 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 21 Mar 2016 20:49:30 +0300 Subject: [PATCH] fix pointer cursor on inputs --- awesome-bootstrap-checkbox.css | 2 ++ awesome-bootstrap-checkbox.scss | 2 ++ demo/build.css | 2 ++ 3 files changed, 6 insertions(+) diff --git a/awesome-bootstrap-checkbox.css b/awesome-bootstrap-checkbox.css index 5221cdb..3758b08 100644 --- a/awesome-bootstrap-checkbox.css +++ b/awesome-bootstrap-checkbox.css @@ -31,6 +31,7 @@ color: #55595c; } .abc-checkbox input[type="checkbox"], .abc-checkbox input[type="radio"] { + cursor: pointer; opacity: 0; z-index: 1; } .abc-checkbox input[type="checkbox"]:focus + label::before, @@ -186,6 +187,7 @@ transform: scale(0, 0); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); } .abc-radio input[type="radio"] { + cursor: pointer; opacity: 0; z-index: 1; } .abc-radio input[type="radio"]:focus + label::before { diff --git a/awesome-bootstrap-checkbox.scss b/awesome-bootstrap-checkbox.scss index 48c84b9..e78e35e 100644 --- a/awesome-bootstrap-checkbox.scss +++ b/awesome-bootstrap-checkbox.scss @@ -74,6 +74,7 @@ $check-icon: $fa-var-check !default; input[type="checkbox"], input[type="radio"] { + cursor: pointer; opacity: 0; z-index: 1; @@ -194,6 +195,7 @@ $check-icon: $fa-var-check !default; } input[type="radio"]{ + cursor: pointer; opacity: 0; z-index: 1; diff --git a/demo/build.css b/demo/build.css index 3cdf4db..1c22e34 100644 --- a/demo/build.css +++ b/demo/build.css @@ -31,6 +31,7 @@ color: #55595c; } .abc-checkbox input[type="checkbox"], .abc-checkbox input[type="radio"] { + cursor: pointer; opacity: 0; z-index: 1; } .abc-checkbox input[type="checkbox"]:focus + label::before, @@ -186,6 +187,7 @@ transform: scale(0, 0); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); } .abc-radio input[type="radio"] { + cursor: pointer; opacity: 0; z-index: 1; } .abc-radio input[type="radio"]:focus + label::before {