mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Merge pull request #1223 from Alfresco/dev-pionnegru-ACA-2490
[ACA-2490] Info drawer - Expanded/collapsed state incompletely exposed via ARIA
This commit is contained in:
@@ -38,6 +38,7 @@ import {
|
|||||||
mat-icon-button
|
mat-icon-button
|
||||||
[color]="(infoDrawerOpened$ | async) ? 'primary' : ''"
|
[color]="(infoDrawerOpened$ | async) ? 'primary' : ''"
|
||||||
[attr.aria-label]="'APP.ACTIONS.DETAILS' | translate"
|
[attr.aria-label]="'APP.ACTIONS.DETAILS' | translate"
|
||||||
|
[attr.aria-expanded]="infoDrawerOpened$ | async"
|
||||||
[attr.title]="'APP.ACTIONS.DETAILS' | translate"
|
[attr.title]="'APP.ACTIONS.DETAILS' | translate"
|
||||||
(click)="onClick()"
|
(click)="onClick()"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user