mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
Added aria-expanded attribute to options button on web send add edit (#9732)
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
</bit-form-control>
|
</bit-form-control>
|
||||||
<div class="tw-mt-5 tw-flex" (click)="toggleOptions()">
|
<div class="tw-mt-5 tw-flex" (click)="toggleOptions()">
|
||||||
<h4 bitTypography="h4" class="tw-mb-0 tw-mr-2">
|
<h4 bitTypography="h4" class="tw-mb-0 tw-mr-2">
|
||||||
<button type="button" bitLink appStopClick>
|
<button type="button" bitLink appStopClick [attr.aria-expanded]="showOptions">
|
||||||
<i
|
<i
|
||||||
class="bwi"
|
class="bwi"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user