File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
src/material/core/focus-indicators Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments