@@ -79,18 +79,10 @@ $outlined-theme: $material-outlined;
7979 background : var-get ($flat-theme , ' focus-visible-background' );
8080 border-color : var-get ($flat-theme , ' focus-visible-border-color' );
8181
82- ::slotted (igc-icon ) {
83- color : var-get ($flat-theme , ' icon-color' );
84- }
85-
8682 & :hover {
8783 color : var-get ($flat-theme , ' focus-hover-foreground' );
8884 background : var-get ($flat-theme , ' focus-hover-background' );
8985 border-color : var-get ($flat-theme , ' focus-visible-border-color' );
90-
91- ::slotted (igc-icon ) {
92- color : var-get ($flat-theme , ' icon-color-hover' );
93- }
9486 }
9587
9688 & :active {
@@ -140,17 +132,9 @@ $outlined-theme: $material-outlined;
140132 background : var-get ($outlined-theme , ' focus-visible-background' );
141133 border-color : var-get ($outlined-theme , ' focus-visible-border-color' );
142134
143- ::slotted (igc-icon ) {
144- color : var-get ($outlined-theme , ' icon-color' );
145- }
146-
147135 & :hover {
148136 color : var-get ($outlined-theme , ' focus-hover-foreground' );
149137 background : var-get ($outlined-theme , ' focus-hover-background' );
150-
151- ::slotted (igc-icon ) {
152- color : var-get ($outlined-theme , ' icon-color-hover' );
153- }
154138 }
155139
156140 & :active {
@@ -200,17 +184,9 @@ $outlined-theme: $material-outlined;
200184 background : var-get ($contained-theme , ' focus-visible-background' );
201185 border-color : var-get ($contained-theme , ' focus-visible-border-color' );
202186
203- ::slotted (igc-icon ) {
204- color : var-get ($contained-theme , ' icon-color' );
205- }
206-
207187 & :hover {
208188 color : var-get ($contained-theme , ' focus-hover-foreground' );
209189 background : var-get ($contained-theme , ' focus-hover-background' );
210-
211- ::slotted (igc-icon ) {
212- color : var-get ($contained-theme , ' icon-color-hover' );
213- }
214190 }
215191
216192 & :active {
@@ -260,17 +236,9 @@ $outlined-theme: $material-outlined;
260236 background : var-get ($fab-theme , ' focus-visible-background' );
261237 border-color : var-get ($fab-theme , ' focus-visible-border-color' );
262238
263- ::slotted (igc-icon ) {
264- color : var-get ($fab-theme , ' icon-color' );
265- }
266-
267239 & :hover {
268240 color : var-get ($fab-theme , ' focus-hover-foreground' );
269241 background : var-get ($fab-theme , ' focus-hover-background' );
270-
271- ::slotted (igc-icon ) {
272- color : var-get ($fab-theme , ' icon-color-hover' );
273- }
274242 }
275243
276244 & :active {
0 commit comments