1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 07:33:23 +00:00

[CL-322] Remove tw-sr-only from form field labels (#10868)

This commit is contained in:
Victoria League
2024-09-05 10:16:06 -04:00
committed by GitHub
parent 7cfd6577ac
commit 32903a21f9
3 changed files with 22 additions and 26 deletions

View File

@@ -36,7 +36,7 @@
<img src="../../images/yubikey.jpg" class="tw-rounded img-fluid tw-mb-3" alt="" />
</picture>
<bit-form-field>
<bit-label class="tw-sr-only">{{ "verificationCode" | i18n }}</bit-label>
<bit-label>{{ "verificationCode" | i18n }}</bit-label>
<input type="password" bitInput formControlName="token" appAutofocus appInputVerbatim />
</bit-form-field>
</ng-container>