Skip to content

Commit 79f7dd2

Browse files
asyncLizcopybara-github
authored andcommitted
chore(chips): move trailing icon aria-hidden
PiperOrigin-RevId: 590311910
1 parent 8e75343 commit 79f7dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chips/internal/trailing-icons.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ export function renderRemoveButton({
3434
@focus=${focusListener}>
3535
<md-focus-ring part="trailing-focus-ring"></md-focus-ring>
3636
<md-ripple ?disabled=${disabled}></md-ripple>
37-
<span class="trailing icon">
37+
<span class="trailing icon" aria-hidden="true">
3838
<slot name="remove-trailing-icon">
39-
<svg viewBox="0 96 960 960" aria-hidden="true">
39+
<svg viewBox="0 96 960 960">
4040
<path
4141
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" />
4242
</svg>

0 commit comments

Comments
 (0)