Skip to content

Commit

Permalink
fix(select): <fix inherited ellipsis color for list items in selects>
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 609800978
  • Loading branch information
material-web-copybara authored and copybara-github committed Feb 23, 2024
1 parent e50b478 commit c43b343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-list/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ $ripple-target: variables.$ripple-target;
@mixin list-primary-text-ink-color($color, $query: feature-targeting.all()) {
$feat-color: feature-targeting.create-target($query, color);

.mdc-list-item__content,
.mdc-list-item__primary-text {
@include feature-targeting.targets($feat-color) {
@include theme.property(color, $color);
Expand Down

0 comments on commit c43b343

Please sign in to comment.