We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163d5fc commit fb2a70fCopy full SHA for fb2a70f
projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.html
@@ -2,7 +2,7 @@
2
<div class="aca-rule-set-picker__header__title">
3
{{ 'ACA_FOLDER_RULES.LINK_RULES_DIALOG.TITLE' | translate }}
4
</div>
5
- <button mat-icon-button mat-dialog-close class="aca-rule-set-picker__header__close" tabindex="-1">
+ <button mat-icon-button mat-dialog-close [aria-label]="'ACA_FOLDER_RULES.EDIT_RULE_DIALOG.CLOSE' | translate" class="aca-rule-set-picker__header__close">
6
<mat-icon class="aca-rule-set-picker__header__close__icon">close</mat-icon>
7
</button>
8
0 commit comments