Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Jan 31, 2024
1 parent 8abf4af commit c0e842e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/material/chips/chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
}

.mat-mdc-chip-selected .mat-mdc-chip-remove::after {
@include token-utils.create-token-slot(background, selected-trailing-action-state-layer-color);
@include token-utils.create-token-slot(
background, selected-trailing-action-state-layer-color);
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/material/core/tokens/m2/mat/_chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ $prefix: (mat, chip);
$grey-50: map.get(palette.$grey-palette, 50);
$grey-900: map.get(palette.$grey-palette, 900);
$foreground: if($is-dark, $grey-50, $grey-900);
} @else {
}
@else {
$foreground: inspection.get-theme-color($theme, $palette-name, default-contrast);
}
@return (
Expand Down
2 changes: 2 additions & 0 deletions src/material/core/tokens/m2/mdc/_chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ $prefix: (mdc, chip);
flat-container-elevation: null,
// Our chips do not have a border.
flat-disabled-outline-color: null,
// Not used by MDC.
flat-disabled-selected-container-opacity: null,
// Unused.
flat-disabled-selected-outline-color: null,
// Unused.
Expand Down

0 comments on commit c0e842e

Please sign in to comment.