@@ -242,8 +242,8 @@ $_mat-checkbox-mark-stroke-size: 2 / 15 * $mat-checkbox-size !default;
242
242
@extend %mat-checkbox-outer-box ;
243
243
244
244
background-color : transparent ;
245
- transition :
246
- border-color $mat-checkbox-transition-duration $mat-linear-out-slow-in-timing-function ;
245
+ transition : border-color $mat-checkbox-transition-duration
246
+ $mat-linear-out-slow-in-timing-function ;
247
247
border : {
248
248
width : $mat-checkbox-border-width ;
249
249
style : solid ;
@@ -437,8 +437,8 @@ $_mat-checkbox-mark-stroke-size: 2 / 15 * $mat-checkbox-size !default;
437
437
}
438
438
439
439
.mat-checkbox-mixedmark {
440
- animation :
441
- $mat-checkbox-transition-duration linear 0 ms mat- checkbox- unchecked- indeterminate- mixedmark;
440
+ animation : $mat-checkbox-transition-duration linear 0 ms
441
+ mat- checkbox- unchecked- indeterminate- mixedmark;
442
442
}
443
443
}
444
444
@@ -448,32 +448,32 @@ $_mat-checkbox-mark-stroke-size: 2 / 15 * $mat-checkbox-size !default;
448
448
}
449
449
450
450
.mat-checkbox-checkmark-path {
451
- animation :
452
- $mat-checkbox-transition-duration linear 0 ms mat- checkbox- checked- unchecked- checkmark- path;
451
+ animation : $mat-checkbox-transition-duration linear 0 ms
452
+ mat- checkbox- checked- unchecked- checkmark- path;
453
453
}
454
454
}
455
455
456
456
& -checked-indeterminate {
457
457
.mat-checkbox-checkmark {
458
- animation :
459
- $mat-checkbox-transition-duration linear 0 ms mat- checkbox- checked- indeterminate- checkmark;
458
+ animation : $mat-checkbox-transition-duration linear 0 ms
459
+ mat- checkbox- checked- indeterminate- checkmark;
460
460
}
461
461
462
462
.mat-checkbox-mixedmark {
463
- animation :
464
- $mat-checkbox-transition-duration linear 0 ms mat- checkbox- checked- indeterminate- mixedmark;
463
+ animation : $mat-checkbox-transition-duration linear 0 ms
464
+ mat- checkbox- checked- indeterminate- mixedmark;
465
465
}
466
466
}
467
467
468
468
& -indeterminate-checked {
469
469
.mat-checkbox-checkmark {
470
- animation :
471
- $indeterminate-change-duration linear 0 ms mat- checkbox- indeterminate- checked- checkmark;
470
+ animation : $indeterminate-change-duration linear 0 ms
471
+ mat- checkbox- indeterminate- checked- checkmark;
472
472
}
473
473
474
474
.mat-checkbox-mixedmark {
475
- animation :
476
- $indeterminate-change-duration linear 0 ms mat- checkbox- indeterminate- checked- mixedmark;
475
+ animation : $indeterminate-change-duration linear 0 ms
476
+ mat- checkbox- indeterminate- checked- mixedmark;
477
477
}
478
478
}
479
479
@@ -483,9 +483,8 @@ $_mat-checkbox-mark-stroke-size: 2 / 15 * $mat-checkbox-size !default;
483
483
}
484
484
485
485
.mat-checkbox-mixedmark {
486
- animation :
487
- $indeterminate-change-duration * 0.6 linear 0ms
488
- mat- checkbox- indeterminate- unchecked- mixedmark;
486
+ animation : $indeterminate-change-duration * 0.6 linear 0ms
487
+ mat- checkbox- indeterminate- unchecked- mixedmark;
489
488
}
490
489
}
491
490
}
0 commit comments