Skip to content

Commit 3b2b5ad

Browse files
davidglezzandrewseguin
authored andcommitted
refactor(material/checkbox): remove xml:space attr from svg checkmark (#24461)
It seems that it was accidentally added in the first version of the component. unneeded attribute xml:space is removed. (cherry picked from commit 2f06a67)
1 parent d04e7c9 commit 3b2b5ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/checkbox/checkbox.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
focusable="false"
3131
class="mat-checkbox-checkmark"
3232
viewBox="0 0 24 24"
33-
xml:space="preserve"
3433
aria-hidden="true">
3534
<path class="mat-checkbox-checkmark-path"
3635
fill="none"

0 commit comments

Comments
 (0)