mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-3538] Fix of A11y issue for create menu (#2670)
This commit is contained in:
parent
fdaba1da6c
commit
f49e57f474
@ -29,8 +29,8 @@
|
||||
</button>
|
||||
</ng-container>
|
||||
|
||||
<mat-menu #rootMenu="matMenu" class="app-create-menu__root-menu app-create-menu__sub-menu" [overlapTrigger]="false" yPosition="below">
|
||||
<div role="menu" *ngFor="let action of createActions; trackBy: trackByActionId">
|
||||
<mat-menu #rootMenu="matMenu" role="menu" class="app-create-menu__root-menu app-create-menu__sub-menu" [overlapTrigger]="false" yPosition="below">
|
||||
<div *ngFor="let action of createActions; trackBy: trackByActionId">
|
||||
<app-toolbar-menu-item [actionRef]="action"></app-toolbar-menu-item>
|
||||
</div>
|
||||
</mat-menu>
|
||||
|
Loading…
x
Reference in New Issue
Block a user