mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-9228] a11y testing: Search Page / Buttons must have discernible text (#4376)
This commit is contained in:
committed by
GitHub
parent
9f3486b3d1
commit
85e0b43359
@@ -578,6 +578,9 @@
|
||||
"MODIFIER": "Modifier",
|
||||
"CREATE_DATE": "Created date"
|
||||
},
|
||||
"CLOSE_BUTTON": {
|
||||
"ARIA_LABEL": "Close search"
|
||||
},
|
||||
"FACET_FIELDS": {
|
||||
"CREATOR": "Creator",
|
||||
"MODIFIER": "Modifier",
|
||||
|
@@ -20,7 +20,7 @@
|
||||
<div matSuffix>
|
||||
<mat-icon class="app-suffix-icon">arrow_drop_down</mat-icon>
|
||||
|
||||
<button class="aca-search-input--close-button" mat-icon-button (click)="exitSearch()">
|
||||
<button class="aca-search-input--close-button" mat-icon-button [attr.aria-label]="'SEARCH.CLOSE_BUTTON.ARIA_LABEL' | translate" (click)="exitSearch()">
|
||||
<mat-icon class="app-suffix-icon">close</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user