mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACA-2543] Left Navigation - Button does not have a role (#1306)
* chore: a11y removed overriding role from button in menu * chore: removed comment * chore: removed previous change and override role with new role
This commit is contained in:
committed by
Cilibiu Bogdan
parent
4dcb0d2a26
commit
d12079e2a7
@@ -30,6 +30,7 @@
|
||||
<button
|
||||
[id]="actionRef.id"
|
||||
mat-menu-item
|
||||
[role]="'button'"
|
||||
color="primary"
|
||||
[disabled]="actionRef.disabled"
|
||||
[attr.title]="
|
||||
|
Reference in New Issue
Block a user