[ACS-4051] 880283, 880284, 880285 Critical CSV issues buttons must have discernible text fixed (#8001)

* 880283, 880284, 880285 buttons must have discernible text issue fixed

* addressed review comments
This commit is contained in:
jatin2008
2022-11-23 19:00:34 +05:30
committed by GitHub
parent 665d7c32df
commit 14ba15a072
3 changed files with 5 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
<th mat-header-cell *matHeaderCellDef></th>
<td mat-cell *matCellDef="let element">
<button id="{{'file-'+element?.id+'-option-menu'}}" mat-icon-button [matMenuTriggerFor]="fileActionMenu"
*ngIf="!!element.content?.mimeType">
*ngIf="!!element.content?.mimeType" [attr.aria-label]="'ADF_PROCESS_LIST.DETAILS.BUTTON.FILE_OPTION_MENU' | translate">
<mat-icon>more_vert</mat-icon>
</button>
<mat-menu #fileActionMenu="matMenu" xPosition="before">