From 61bc80e538cb7d291a6dd0bb978836d532208207 Mon Sep 17 00:00:00 2001 From: pionnegru Date: Wed, 16 Oct 2019 07:47:08 +0300 Subject: [PATCH] set aria-expanded --- .../toolbar/toggle-info-drawer/toggle-info-drawer.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts b/src/app/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts index 21a8a9ed2..91022798b 100644 --- a/src/app/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts +++ b/src/app/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts @@ -38,6 +38,7 @@ import { mat-icon-button [color]="(infoDrawerOpened$ | async) ? 'primary' : ''" [attr.aria-label]="'APP.ACTIONS.DETAILS' | translate" + [attr.aria-expanded]="infoDrawerOpened$ | async" [attr.title]="'APP.ACTIONS.DETAILS' | translate" (click)="onClick()" >