1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

refactor(billing): revert PremiumUpgradeDialog focus management

This commit is contained in:
Stephon Brown
2026-02-03 17:27:19 -05:00
parent 770fedcec2
commit b499c48633

View File

@@ -13,7 +13,6 @@
buttonType="main"
size="default"
[label]="'close' | i18n"
[showTooltipOnFocus]="false"
(click)="close()"
></button>
</header>
@@ -51,6 +50,7 @@
<!-- Button space (always reserved) -->
<div class="tw-my-5 tw-h-12">
<button
cdkFocusInitial
bitButton
[buttonType]="cardDetails.button.type"
[block]="true"