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 6
6
< mat-toolbar-row >
7
7
< span > Second Line</ span >
8
8
< 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 >
10
10
</ mat-toolbar-row >
11
11
12
12
< mat-toolbar-row >
13
13
< span > Third Line</ span >
14
14
< 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 >
17
17
</ mat-toolbar-row >
18
18
</ mat-toolbar >
You can’t perform that action at this time.
0 commit comments