mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Accessible name does not contain the visible label text, so added title in arrow_drop_down
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
<button
|
<button
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
[attr.aria-label]="'CORE.PAGINATION.ARIA.ITEMS_PER_PAGE' | translate"
|
[attr.aria-label]="'CORE.PAGINATION.ARIA.ITEMS_PER_PAGE' | translate"
|
||||||
|
[attr.title]="'CORE.PAGINATION.ARIA.ITEMS_PER_PAGE' | translate"
|
||||||
[matMenuTriggerFor]="pageSizeMenu">
|
[matMenuTriggerFor]="pageSizeMenu">
|
||||||
<mat-icon>arrow_drop_down</mat-icon>
|
<mat-icon>arrow_drop_down</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user