From b659c816e3fd47bd8e6aaaa0da00d1b4808bd9df Mon Sep 17 00:00:00 2001 From: cmddog Date: Tue, 22 Jul 2025 20:13:40 +0200 Subject: [PATCH] #26584: Remove css rule --- src/material/chips/chip.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/material/chips/chip.scss b/src/material/chips/chip.scss index 27b9640c9dd1..170c5e57de2b 100644 --- a/src/material/chips/chip.scss +++ b/src/material/chips/chip.scss @@ -547,15 +547,6 @@ $fallbacks: m3-chip.get-tokens(); .mat-mdc-standard-chip { -webkit-tap-highlight-color: transparent; - // MDC sets `overflow: hidden` on these elements in order to truncate the text. This is - // unnecessary since our chips don't truncate their text and it makes it difficult to style - // the strong focus indicators so we need to override it. - .mdc-evolution-chip__cell--primary, - .mdc-evolution-chip__action--primary, - .mat-mdc-chip-action-label { - overflow: visible; - } - // MDC sizes and positions this element using `width`, `height` and `padding`. // This usually works, but it's common for apps to add `box-sizing: border-box` // to all elements on the page which can cause the graphic to be clipped.