From d7a2aece4efc83bc0e0297514c04d31520bb783c Mon Sep 17 00:00:00 2001 From: Wagner Maciel Date: Fri, 14 Jul 2023 08:50:30 -0400 Subject: [PATCH] fix(material/chips): increase specificity of chip ripple selector * avoids issues where chip ripple styles are overriden by mat-ripple styles --- src/material/chips/chip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/chips/chip.scss b/src/material/chips/chip.scss index edfd708032cb..fa620a8c69dc 100644 --- a/src/material/chips/chip.scss +++ b/src/material/chips/chip.scss @@ -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