mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 12:40:26 +00:00
[CL-910] Use tooltip in title directive (#17084)
* use tooltip in a11y directive
* remove commented code
* add deprecation warning to appA11yTitle directive
* use label for tooltip in carousel nav
* wait for timeout before assertion
* remove unnecessary title directive use
* fix private variable lint errors
* increase tooltip show delay
* fix spec delay and export as constant
* use delay constant
---------
Co-authored-by: Vicki League <vleague@bitwarden.com>
(cherry picked from commit 963a9156fb)
This commit is contained in:
committed by
Bryan Cunningham
parent
fc63c0c2cf
commit
3a802f99a3
@@ -2,7 +2,7 @@
|
||||
*ngIf="state === SetupExtensionState.Loading"
|
||||
class="bwi bwi-spinner bwi-spin bwi-3x tw-text-muted"
|
||||
aria-hidden="true"
|
||||
[appA11yTitle]="'loading' | i18n"
|
||||
[title]="'loading' | i18n"
|
||||
></i>
|
||||
|
||||
<section *ngIf="state === SetupExtensionState.NeedsExtension" class="tw-text-center tw-mt-4">
|
||||
|
||||
Reference in New Issue
Block a user