Skip to content

Commit

Permalink
fixup! refactor(material/chips): switch to lazy ripple rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Jul 13, 2023
1 parent d9d71e9 commit 7f8c2fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/material/chips/chip-row.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<ng-container *ngIf="!_isEditing">
<span class="mat-mdc-chip-focus-overlay"></span>
</ng-container>

<span class="mdc-evolution-chip__cell mdc-evolution-chip__cell--primary" role="gridcell"
matChipAction
[tabIndex]="tabIndex"
Expand Down

0 comments on commit 7f8c2fa

Please sign in to comment.