diff --git a/awesome-bootstrap-checkbox.css b/awesome-bootstrap-checkbox.css index 3758b08..b78e37a 100644 --- a/awesome-bootstrap-checkbox.css +++ b/awesome-bootstrap-checkbox.css @@ -7,6 +7,7 @@ position: relative; padding-left: 5px; } .abc-checkbox label::before { + cursor: pointer; content: ""; display: inline-block; position: absolute; @@ -18,6 +19,7 @@ border-radius: 3px; background-color: #fff; } .abc-checkbox label::after { + cursor: pointer; display: inline-block; position: absolute; width: 16px; @@ -164,6 +166,7 @@ padding-left: 5px; } .abc-radio label::before { content: ""; + cursor: pointer; display: inline-block; position: absolute; width: 17px; @@ -174,6 +177,7 @@ border-radius: 50%; background-color: #fff; } .abc-radio label::after { + cursor: pointer; display: inline-block; position: absolute; content: " "; diff --git a/awesome-bootstrap-checkbox.scss b/awesome-bootstrap-checkbox.scss index e78e35e..464893d 100644 --- a/awesome-bootstrap-checkbox.scss +++ b/awesome-bootstrap-checkbox.scss @@ -44,6 +44,7 @@ $check-icon: $fa-var-check !default; padding-left: 5px; &::before{ + cursor: pointer; content: ""; display: inline-block; position: absolute; @@ -58,6 +59,7 @@ $check-icon: $fa-var-check !default; } &::after{ + cursor: pointer; display: inline-block; position: absolute; width: 16px; @@ -163,6 +165,7 @@ $check-icon: $fa-var-check !default; padding-left: 5px; &::before{ + cursor: pointer; content: ""; display: inline-block; position: absolute; @@ -177,6 +180,7 @@ $check-icon: $fa-var-check !default; } &::after{ + cursor: pointer; display: inline-block; position: absolute; content: " "; diff --git a/demo/build.css b/demo/build.css index 1c22e34..0f58805 100644 --- a/demo/build.css +++ b/demo/build.css @@ -7,6 +7,7 @@ position: relative; padding-left: 5px; } .abc-checkbox label::before { + cursor: pointer; content: ""; display: inline-block; position: absolute; @@ -18,6 +19,7 @@ border-radius: 3px; background-color: #fff; } .abc-checkbox label::after { + cursor: pointer; display: inline-block; position: absolute; width: 16px; @@ -163,6 +165,7 @@ position: relative; padding-left: 5px; } .abc-radio label::before { + cursor: pointer; content: ""; display: inline-block; position: absolute; @@ -174,6 +177,7 @@ border-radius: 50%; background-color: #fff; } .abc-radio label::after { + cursor: pointer; display: inline-block; position: absolute; content: " "; diff --git a/package.json b/package.json index 277bd6b..cb92297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awesome-bootstrap-checkbox", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "Font Awesome Bootstrap Checkboxes & Radios. Pure css way to make inputs look prettier.", "main": "awesome-bootstrap-checkbox.css", "scripts": {