File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 28
28
padding-inline-end : 0 ;
29
29
}
30
30
31
- .trailing.icon , [ name = " trailing-icon " ]::slotted( * ) {
31
+ .trailing.icon {
32
32
color : var (--_trailing-icon-color );
33
33
height : var (--_icon-size );
34
34
width : var (--_icon-size );
35
35
}
36
36
37
37
[name = " trailing-icon" ]::slotted(md-icon) {
38
38
--md-icon-size : var (--_icon-size );
39
+ color : inherit ;
39
40
}
40
41
41
42
:where(:hover ) .trailing.icon {
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ export function renderRemoveButton({
34
34
@focus=${ focusListener } >
35
35
< md-focus-ring part ="trailing-focus-ring "> </ md-focus-ring >
36
36
< md-ripple ?disabled =${ disabled } > </ md-ripple >
37
- < slot name ="trailing-icon ">
38
- < svg class =" trailing icon " viewBox ="0 96 960 960 " aria-hidden ="true ">
37
+ < slot name ="trailing-icon " class =" trailing icon " >
38
+ < svg viewBox ="0 96 960 960 " aria-hidden ="true ">
39
39
< path
40
40
d ="m249 849-42-42 231-231-231-231 42-42 231 231 231-231 42 42-231 231 231 231-42 42-231-231-231 231Z " />
41
41
</ svg >
You can’t perform that action at this time.
0 commit comments