Skip to content

Commit d813e40

Browse files
committed
fix
1 parent e4cea72 commit d813e40

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/material/core/focus-indicators/_private.scss

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,13 @@ $default-border-radius: 4px;
112112
}
113113

114114
@mixin _chip-label-overflow-visible {
115-
// MDC sets `overflow: hidden` on these elements in order to truncate the text. This conflicts
116-
// with how we structure and style the strong focus indicators so we need to override it.
117-
.mdc-evolution-chip__cell--primary,
118-
.mdc-evolution-chip__action--primary,
119-
.mat-mdc-chip-action-label {
120-
overflow: visible;
115+
.mat-mdc-standard-chip {
116+
// MDC sets `overflow: hidden` on these elements in order to truncate the text. This conflicts
117+
// with how we structure and style the strong focus indicators so we need to override it.
118+
.mdc-evolution-chip__cell--primary,
119+
.mdc-evolution-chip__action--primary,
120+
.mat-mdc-chip-action-label {
121+
overflow: visible;
122+
}
121123
}
122124
}

0 commit comments

Comments
 (0)