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 809e1e8 commit 67094b4Copy full SHA for 67094b4
src/material/chips/chip-row.html
@@ -3,11 +3,9 @@
3
}
4
5
@if (!_isEditing && editIcon) {
6
- <span
7
- class="mdc-evolution-chip__cell mdc-evolution-chip__cell--primary"
8
- role="gridcell">
+ <span class="mdc-evolution-chip__cell mdc-evolution-chip__cell--primary" role="gridcell">
9
<ng-content select="[matChipEdit]"></ng-content>
10
-</span>
+ </span>
11
12
<span class="mdc-evolution-chip__cell mdc-evolution-chip__cell--primary" role="gridcell"
13
matChipAction
0 commit comments