1
0
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:
aj-rosado
2024-06-24 10:34:52 +01:00
committed by GitHub
parent ffb99efebb
commit ce75800aec

View File

@@ -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"