benivo-ui-library 1.9.12 → 1.9.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/checkbox.less +1 -9
  2. package/package.json +1 -1
package/checkbox.less CHANGED
@@ -47,6 +47,7 @@
47
47
  content: '';
48
48
  top: 1px;
49
49
  left: 18px;
50
+ transform: none;
50
51
  }
51
52
  }
52
53
  }
@@ -186,15 +187,6 @@
186
187
  left: inherit;
187
188
  right: 0;
188
189
  }
189
-
190
- input {
191
- &:checked {
192
- &+.checkbox-box:after {
193
- left: inherit;
194
- right: 0.25rem;
195
- }
196
- }
197
- }
198
190
  }
199
191
 
200
192
  .form-check-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "benivo-ui-library",
3
- "version": "1.9.12",
3
+ "version": "1.9.13",
4
4
  "description": "Benivo UI library",
5
5
  "main": "index.js",
6
6
  "license": "MIT",