Fix incorrect "Options" expand/collapse button in add-edit view

Currently, that buttons lacks an accName because the "Options" text is outside of it.
This commit is contained in:
Patrick H. Lauke 2022-04-29 14:29:56 +01:00
parent 06c6c4c870
commit 7a9c56ff19
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,6 @@
</div>
<div class="box">
<div class="box-header">
{{ "options" | i18n }}
<button
type="button"
class="toggle"
@ -102,6 +101,7 @@
(click)="toggleOptions()"
[attr.aria-expanded]="showOptions"
>
{{ "options" | i18n }}
<i
class="bwi bwi-lg"
aria-hidden="true"