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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user