Skip to content

Commit 7f8c2fa

Browse files
committed
fixup! refactor(material/chips): switch to lazy ripple rendering
1 parent d9d71e9 commit 7f8c2fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material/chips/chip-row.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<ng-container *ngIf="!_isEditing">
2+
<span class="mat-mdc-chip-focus-overlay"></span>
3+
</ng-container>
4+
15
<span class="mdc-evolution-chip__cell mdc-evolution-chip__cell--primary" role="gridcell"
26
matChipAction
37
[tabIndex]="tabIndex"

0 commit comments

Comments
 (0)