Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bantikyan committed Sep 21, 2019
1 parent b27fbb7 commit a80d597
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "icheck-material",
"description": "Pure css material checkboxes and radio buttons.",
"version": "1.0.0",
"version": "1.0.1",
"main": "icheck-material.css",
"keywords": [
"checkbox",
Expand Down
1 change: 1 addition & 0 deletions _icheck-material-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
-webkit-appearance: none;
-ms-appearance: none;
display: block;
pointer-events: none;
width: 22px;
height: 22px;
outline: none;
Expand Down
2 changes: 1 addition & 1 deletion icheck-material-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
-webkit-appearance: none;
-ms-appearance: none;
display: block;
pointer-events: none;
width: 22px;
height: 22px;
outline: none;
Expand Down Expand Up @@ -139,4 +140,3 @@
.icheck-material-custom > input[type="radio"]:first-child:checked + label::after,
.icheck-material-custom > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #333; }

2 changes: 1 addition & 1 deletion icheck-material-custom.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion icheck-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
-webkit-appearance: none;
-ms-appearance: none;
display: block;
pointer-events: none;
width: 22px;
height: 22px;
outline: none;
Expand Down Expand Up @@ -494,4 +495,3 @@
.icheck-material-bluegrey > input[type="radio"]:first-child:checked + label::after,
.icheck-material-bluegrey > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #607d8b; }

2 changes: 1 addition & 1 deletion icheck-material.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions icheck-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>icheck-material</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>icheck-material</title>
<authors>Hovhannes Bantikyan</authors>
<owners>bantikyan</owners>
<licenseUrl>https://github.com/bantikyan/icheck-material/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/bantikyan/icheck-material</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Pure css material checkboxes and radio buttons.</description>
<copyright>Copyright 2018</copyright>
<copyright>Copyright 2019</copyright>
<tags>checkbox radio material pure css</tags>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icheck-material",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pure css material checkboxes and radio buttons.",
"main": "icheck-material.css",
"files": [
Expand Down

0 comments on commit a80d597

Please sign in to comment.