Skip to content

Commit ba6b405

Browse files
mouadennacirimmalerba
authored andcommitted
fix(MatPseudoCheckbox): fix checkmark pseudo-element box-sizing (#14971)
1 parent f4b4e61 commit ba6b405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/core/selection/pseudo-checkbox/pseudo-checkbox.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ $_mat-pseudo-checkmark-size: $mat-checkbox-size - (2 * $_mat-pseudo-checkbox-pad
6464
border-left: $mat-checkbox-border-width solid currentColor;
6565
transform: rotate(-45deg);
6666
opacity: 1;
67+
box-sizing: content-box;
6768
}

0 commit comments

Comments
 (0)