Skip to content

Commit

Permalink
fix(chips): remove background from unstyled chip (#5777)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored and kara committed Jul 20, 2017
1 parent 6f5dcd5 commit 0f7be2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/chips/_chips-theme.scss
Expand Up @@ -45,7 +45,7 @@ $mat-chip-line-height: 16px;
$selected-background: if($is-dark-theme, mat-color($background, app-bar), #808080);
$selected-foreground: if($is-dark-theme, mat-color($foreground, text), $light-selected-foreground);

.mat-chip {
.mat-chip:not(.mat-basic-chip) {
@include mat-chips-color($unselected-foreground, $unselected-background);
}

Expand Down

0 comments on commit 0f7be2e

Please sign in to comment.