We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b4e61 commit ba6b405Copy full SHA for ba6b405
src/lib/core/selection/pseudo-checkbox/pseudo-checkbox.scss
@@ -64,4 +64,5 @@ $_mat-pseudo-checkmark-size: $mat-checkbox-size - (2 * $_mat-pseudo-checkbox-pad
64
border-left: $mat-checkbox-border-width solid currentColor;
65
transform: rotate(-45deg);
66
opacity: 1;
67
+ box-sizing: content-box;
68
}
0 commit comments