1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-15 16:05:03 +00:00

Revert "Fix(billing): Disable tooltip on focus for various billing buttons"

This reverts commit 91f7747df7.
This commit is contained in:
Stephon Brown
2026-02-05 10:09:11 -05:00
parent a89ec81a81
commit bfe181af51
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
buttonType="main"
size="default"
[label]="'close' | i18n"
[showTooltipOnFocus]="false"
(click)="closeClicked.emit(closedStatus)"
></button>
</header>

View File

@@ -11,7 +11,6 @@
buttonType="main"
size="default"
[label]="'close' | i18n"
[showTooltipOnFocus]="false"
(click)="closeClicked.emit(closeStatus)"
></button>
</header>