Skip to content

Commit 283cf8a

Browse files
author
Hai Nguyen
committed
Merge pull request #37 from AntouanK/master
2 parents 93ee535 + e0175e3 commit 283cf8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/dist/less/components/checkbox.less

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
box-sizing: @checkbox-box-box-sizing;
5353
height: @checkbox-box-size;
5454
position: @checkbox-box-position;
55-
transform: @checkbox-box-transform;
55+
.lh-transform(@checkbox-box-transform);
5656
transform-origin: @checkbox-box-transform-origin;
5757
width: @checkbox-box-size;
5858
}
@@ -65,23 +65,23 @@
6565
height: @checkbox-check-height;
6666
left: @checkbox-check-fix-left;
6767
position: @checkbox-check-position;
68-
transform: @checkbox-check-transform;
68+
.lh-transform(@checkbox-check-transform);
6969
transform-origin: @checkbox-check-transform-origin;
7070
width: @checkbox-check-height;
7171
}
7272

7373
&.mui-checked {
7474
.mui-checkbox-box {
7575
.ease-out;
76-
transform: rotate(45deg) scale(0);
76+
.lh-transform(rotate(45deg) scale(0));
7777
}
7878

7979
.mui-checkbox-check {
8080
.ease-out;
8181
height: @checkbox-checked-check-height;
82-
transform: @checkbox-checked-check-transform;
82+
.lh-transform(@checkbox-checked-check-transform);
8383
transition-delay: @checkbox-checked-check-transition-delay;
8484
width: @checkbox-checked-check-width;
8585
}
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)