mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fix: proper menuitem aria for screen reader users (#1482)
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
<ng-container *ngSwitchDefault>
|
||||
<button
|
||||
[id]="actionRef.id"
|
||||
role="button"
|
||||
role="menuItem"
|
||||
mat-menu-item
|
||||
[role]="'button'"
|
||||
[role]="'menuItem'"
|
||||
color="primary"
|
||||
[disabled]="actionRef.disabled"
|
||||
[attr.title]="
|
||||
|
Reference in New Issue
Block a user