Skip to content

Commit fb2a70f

Browse files
authored
[ACS-10518]: workaround to have aria label (#4852)
* [ACS-10518]: workaround to have aria label * [ACS-10518]: improves approach to have aria-label
1 parent 163d5fc commit fb2a70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="aca-rule-set-picker__header__title">
33
{{ 'ACA_FOLDER_RULES.LINK_RULES_DIALOG.TITLE' | translate }}
44
</div>
5-
<button mat-icon-button mat-dialog-close class="aca-rule-set-picker__header__close" tabindex="-1">
5+
<button mat-icon-button mat-dialog-close [aria-label]="'ACA_FOLDER_RULES.EDIT_RULE_DIALOG.CLOSE' | translate" class="aca-rule-set-picker__header__close">
66
<mat-icon class="aca-rule-set-picker__header__close__icon">close</mat-icon>
77
</button>
88
</div>

0 commit comments

Comments
 (0)