Skip to content

Commit

Permalink
fix(material/chips): increase specificity of chip ripple selector (#2…
Browse files Browse the repository at this point in the history
…7457)

* avoids issues where chip ripple styles
  are overriden by mat-ripple styles
  • Loading branch information
wagnermaciel authored Jul 17, 2023
1 parent 6bbf2ea commit 8b06180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/chips/chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
}

// The ripple container should match the bounds of the entire chip.
.mat-mdc-chip-ripple {
.mat-ripple.mat-mdc-chip-ripple {
@include layout-common.fill;

// Disable pointer events for the ripple container and state overlay because the container
Expand Down

0 comments on commit 8b06180

Please sign in to comment.