mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACA-2782] Header - sidenav menu button expanded/collapsed state not exposed via ARIA (#1239)
* Implement the expanded aria for the sidenav toogle button
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
aria-level="1"
|
||||
*ngIf="!hideSidenav"
|
||||
(toggleClicked)="layout.toggleMenu($event)"
|
||||
[expandedSidenav]="expandedSidenav"
|
||||
>
|
||||
</app-header>
|
||||
</ng-template>
|
||||
|
Reference in New Issue
Block a user