Skip to content

Commit 25c79cd

Browse files
andrewseguinjelbourn
authored andcommitted
fix(material-experimental/mdc-chips): add checkmark container (#17694)
1 parent f800900 commit 25c79cd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<ng-content select="mat-chip-avatar, [matChipAvatar]"></ng-content>
2-
<svg *ngIf="_chipListMultiple" class="mdc-chip__checkmark-svg" viewBox="-2 -3 30 30">
3-
<path class="mdc-chip__checkmark-path" fill="none" stroke="black"
4-
d="M1.73,12.91 8.1,19.28 22.79,4.59"/>
5-
</svg>
2+
<div class="mdc-chip__checkmark" *ngIf="_chipListMultiple">
3+
<svg class="mdc-chip__checkmark-svg" viewBox="-2 -3 30 30">
4+
<path class="mdc-chip__checkmark-path" fill="none" stroke="black"
5+
d="M1.73,12.91 8.1,19.28 22.79,4.59"/>
6+
</svg>
7+
</div>
68
<div class="mdc-chip__text"><ng-content></ng-content></div>
79
<ng-content select="mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"></ng-content>

0 commit comments

Comments
 (0)