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>
|
<ng-container *ngSwitchDefault>
|
||||||
<button
|
<button
|
||||||
[id]="actionRef.id"
|
[id]="actionRef.id"
|
||||||
role="button"
|
role="menuItem"
|
||||||
mat-menu-item
|
mat-menu-item
|
||||||
[role]="'button'"
|
[role]="'menuItem'"
|
||||||
color="primary"
|
color="primary"
|
||||||
[disabled]="actionRef.disabled"
|
[disabled]="actionRef.disabled"
|
||||||
[attr.title]="
|
[attr.title]="
|
||||||
|
Reference in New Issue
Block a user