Correct "Options" expand/collapse accname, expose state

This commit is contained in:
Patrick H. Lauke 2022-03-23 22:41:51 +00:00
parent efbccdec82
commit 114c75501a
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
<button
type="button"
(click)="toggleOptions()"
appA11yTitle="{{ 'toggleVisibility' | i18n }}"
appA11yTitle="{{ 'options' | i18n }}"
[attr.aria-expanded]="showOptions"
>
<i class="bwi bwi-plus-square" aria-hidden="true" [hidden]="showOptions"></i>
<i class="bwi bwi-minus-square" aria-hidden="true" [hidden]="!showOptions"></i>