mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
add aria label (#5186)
This commit is contained in:
committed by
Eugenio Romano
parent
e667ec4f2f
commit
7b52a31001
+1
@@ -17,6 +17,7 @@
|
|||||||
mat-icon-button
|
mat-icon-button
|
||||||
(click)="toggleEdit()"
|
(click)="toggleEdit()"
|
||||||
[attr.title]="'CORE.METADATA.ACTIONS.EDIT' | translate"
|
[attr.title]="'CORE.METADATA.ACTIONS.EDIT' | translate"
|
||||||
|
[attr.aria-label]="'CORE.METADATA.ACTIONS.EDIT' | translate"
|
||||||
data-automation-id="meta-data-card-toggle-edit">
|
data-automation-id="meta-data-card-toggle-edit">
|
||||||
<mat-icon>mode_edit</mat-icon>
|
<mat-icon>mode_edit</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user