mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Revert using tooltip in appA11yTitle directive (#17787)
* revert using tooltip in title directive * add back tooltip delay from revert * add back label to carousel buttons * fix documentation that does not need reverted * remove unnecessary label attr
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
*ngIf="state === SetupExtensionState.Loading"
|
||||
class="bwi bwi-spinner bwi-spin bwi-3x tw-text-muted"
|
||||
aria-hidden="true"
|
||||
[title]="'loading' | i18n"
|
||||
[appA11yTitle]="'loading' | i18n"
|
||||
></i>
|
||||
|
||||
<section *ngIf="state === SetupExtensionState.NeedsExtension" class="tw-text-center tw-mt-4">
|
||||
|
||||
Reference in New Issue
Block a user