Skip to content

Commit

Permalink
fix cursor and bump version to 1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaSavchenko committed May 4, 2016
1 parent 3aa1113 commit a297d2d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions awesome-bootstrap-checkbox.css
Expand Up @@ -7,6 +7,7 @@
position: relative;
padding-left: 5px; }
.abc-checkbox label::before {
cursor: pointer;
content: "";
display: inline-block;
position: absolute;
Expand All @@ -18,6 +19,7 @@
border-radius: 3px;
background-color: #fff; }
.abc-checkbox label::after {
cursor: pointer;
display: inline-block;
position: absolute;
width: 16px;
Expand Down Expand Up @@ -164,6 +166,7 @@
padding-left: 5px; }
.abc-radio label::before {
content: "";
cursor: pointer;
display: inline-block;
position: absolute;
width: 17px;
Expand All @@ -174,6 +177,7 @@
border-radius: 50%;
background-color: #fff; }
.abc-radio label::after {
cursor: pointer;
display: inline-block;
position: absolute;
content: " ";
Expand Down
4 changes: 4 additions & 0 deletions awesome-bootstrap-checkbox.scss
Expand Up @@ -44,6 +44,7 @@ $check-icon: $fa-var-check !default;
padding-left: 5px;

&::before{
cursor: pointer;
content: "";
display: inline-block;
position: absolute;
Expand All @@ -58,6 +59,7 @@ $check-icon: $fa-var-check !default;
}

&::after{
cursor: pointer;
display: inline-block;
position: absolute;
width: 16px;
Expand Down Expand Up @@ -163,6 +165,7 @@ $check-icon: $fa-var-check !default;
padding-left: 5px;

&::before{
cursor: pointer;
content: "";
display: inline-block;
position: absolute;
Expand All @@ -177,6 +180,7 @@ $check-icon: $fa-var-check !default;
}

&::after{
cursor: pointer;
display: inline-block;
position: absolute;
content: " ";
Expand Down
4 changes: 4 additions & 0 deletions demo/build.css
Expand Up @@ -7,6 +7,7 @@
position: relative;
padding-left: 5px; }
.abc-checkbox label::before {
cursor: pointer;
content: "";
display: inline-block;
position: absolute;
Expand All @@ -18,6 +19,7 @@
border-radius: 3px;
background-color: #fff; }
.abc-checkbox label::after {
cursor: pointer;
display: inline-block;
position: absolute;
width: 16px;
Expand Down Expand Up @@ -163,6 +165,7 @@
position: relative;
padding-left: 5px; }
.abc-radio label::before {
cursor: pointer;
content: "";
display: inline-block;
position: absolute;
Expand All @@ -174,6 +177,7 @@
border-radius: 50%;
background-color: #fff; }
.abc-radio label::after {
cursor: pointer;
display: inline-block;
position: absolute;
content: " ";
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit a297d2d

Please sign in to comment.