@@ -103,7 +103,7 @@ MDC Data Table component auto instantiates `MDCCheckbox` for header row checkbox
103
103
<div class =" mdc-checkbox mdc-data-table__header-row-checkbox mdc-checkbox--selected" >
104
104
<input type =" checkbox" class =" mdc-checkbox__native-control" aria-label =" Checkbox for header row selection" />
105
105
<div class =" mdc-checkbox__background" >
106
- <svg class =" mdc-checkbox__checkmark" viewbox =" 0 0 24 24" >
106
+ <svg class =" mdc-checkbox__checkmark" viewBox =" 0 0 24 24" >
107
107
<path class =" mdc-checkbox__checkmark-path" fill =" none" d =" M1.73,12.91 8.1,19.28 22.79,4.59" />
108
108
</svg >
109
109
<div class =" mdc-checkbox__mixedmark" ></div >
@@ -124,7 +124,7 @@ MDC Data Table component auto instantiates `MDCCheckbox` for header row checkbox
124
124
<div class =" mdc-checkbox mdc-data-table__row-checkbox" >
125
125
<input type =" checkbox" class =" mdc-checkbox__native-control" aria-labelledby =" u0" />
126
126
<div class =" mdc-checkbox__background" >
127
- <svg class =" mdc-checkbox__checkmark" viewbox =" 0 0 24 24" >
127
+ <svg class =" mdc-checkbox__checkmark" viewBox =" 0 0 24 24" >
128
128
<path class =" mdc-checkbox__checkmark-path" fill =" none" d =" M1.73,12.91 8.1,19.28 22.79,4.59" />
129
129
</svg >
130
130
<div class =" mdc-checkbox__mixedmark" ></div >
@@ -143,7 +143,7 @@ MDC Data Table component auto instantiates `MDCCheckbox` for header row checkbox
143
143
<div class =" mdc-checkbox mdc-data-table__row-checkbox mdc-checkbox--selected" >
144
144
<input type =" checkbox" class =" mdc-checkbox__native-control" checked aria-labelledby =" u1" />
145
145
<div class =" mdc-checkbox__background" >
146
- <svg class =" mdc-checkbox__checkmark" viewbox =" 0 0 24 24" >
146
+ <svg class =" mdc-checkbox__checkmark" viewBox =" 0 0 24 24" >
147
147
<path class =" mdc-checkbox__checkmark-path" fill =" none" d =" M1.73,12.91 8.1,19.28 22.79,4.59" />
148
148
</svg >
149
149
<div class =" mdc-checkbox__mixedmark" ></div >
@@ -162,7 +162,7 @@ MDC Data Table component auto instantiates `MDCCheckbox` for header row checkbox
162
162
<div class =" mdc-checkbox mdc-data-table__row-checkbox mdc-checkbox--selected" >
163
163
<input type =" checkbox" class =" mdc-checkbox__native-control" checked aria-labelledby =" u2" />
164
164
<div class =" mdc-checkbox__background" >
165
- <svg class =" mdc-checkbox__checkmark" viewbox =" 0 0 24 24" >
165
+ <svg class =" mdc-checkbox__checkmark" viewBox =" 0 0 24 24" >
166
166
<path class =" mdc-checkbox__checkmark-path" fill =" none" d =" M1.73,12.91 8.1,19.28 22.79,4.59" />
167
167
</svg >
168
168
<div class =" mdc-checkbox__mixedmark" ></div >
@@ -181,7 +181,7 @@ MDC Data Table component auto instantiates `MDCCheckbox` for header row checkbox
181
181
<div class =" mdc-checkbox mdc-data-table__row-checkbox" >
182
182
<input type =" checkbox" class =" mdc-checkbox__native-control" aria-labelledby =" u3" />
183
183
<div class =" mdc-checkbox__background" >
184
- <svg class =" mdc-checkbox__checkmark" viewbox =" 0 0 24 24" >
184
+ <svg class =" mdc-checkbox__checkmark" viewBox =" 0 0 24 24" >
185
185
<path class =" mdc-checkbox__checkmark-path" fill =" none" d =" M1.73,12.91 8.1,19.28 22.79,4.59" />
186
186
</svg >
187
187
<div class =" mdc-checkbox__mixedmark" ></div >
0 commit comments