File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/material-examples/toolbar-multirow Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 < mat-toolbar-row >
77 < span > Second Line</ span >
88 < span class ="example-spacer "> </ span >
9- < mat-icon class ="example-icon "> verified_user</ mat-icon >
9+ < mat-icon class ="example-icon " aria-hidden =" false " aria-label =" Example user verified icon " > verified_user</ mat-icon >
1010 </ mat-toolbar-row >
1111
1212 < mat-toolbar-row >
1313 < span > Third Line</ span >
1414 < span class ="example-spacer "> </ span >
15- < mat-icon class ="example-icon "> favorite</ mat-icon >
16- < mat-icon class ="example-icon "> delete</ mat-icon >
15+ < mat-icon class ="example-icon " aria-hidden =" false " aria-label =" Example heart icon " > favorite</ mat-icon >
16+ < mat-icon class ="example-icon " aria-hidden =" false " aria-label =" Example delete icon " > delete</ mat-icon >
1717 </ mat-toolbar-row >
1818</ mat-toolbar >
You can’t perform that action at this time.
0 commit comments