Commit 283cf8a Hai Nguyen
committed
File tree 1 file changed +5
-5
lines changed
docs/dist/less/components
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 52
52
box-sizing : @checkbox-box-box-sizing ;
53
53
height : @checkbox-box-size ;
54
54
position : @checkbox-box-position ;
55
- transform : @checkbox-box-transform ;
55
+ .lh- transform( @checkbox-box-transform ) ;
56
56
transform-origin : @checkbox-box-transform-origin ;
57
57
width : @checkbox-box-size ;
58
58
}
65
65
height : @checkbox-check-height ;
66
66
left : @checkbox-check-fix-left ;
67
67
position : @checkbox-check-position ;
68
- transform : @checkbox-check-transform ;
68
+ .lh- transform( @checkbox-check-transform ) ;
69
69
transform-origin : @checkbox-check-transform-origin ;
70
70
width : @checkbox-check-height ;
71
71
}
72
72
73
73
& .mui-checked {
74
74
.mui-checkbox-box {
75
75
.ease-out ;
76
- transform : rotate (45deg ) scale (0 );
76
+ .lh- transform( rotate (45deg ) scale (0 ) );
77
77
}
78
78
79
79
.mui-checkbox-check {
80
80
.ease-out ;
81
81
height : @checkbox-checked-check-height ;
82
- transform : @checkbox-checked-check-transform ;
82
+ .lh- transform( @checkbox-checked-check-transform ) ;
83
83
transition-delay : @checkbox-checked-check-transition-delay ;
84
84
width : @checkbox-checked-check-width ;
85
85
}
86
86
}
87
- }
87
+ }
You can’t perform that action at this time.
0 commit comments