PM-11118 adjust hover cursor styles for TOTP buttons (#10730)

This commit is contained in:
Jason Ng 2024-08-26 14:11:31 -04:00 committed by GitHub
parent da6b3535da
commit 2005d99056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,7 @@
*ngIf="!(isPremium$ | async)"
bitBadge
variant="success"
class="tw-ml-2"
class="tw-ml-2 tw-cursor-pointer"
(click)="getPremium()"
slot="end"
>
@ -115,6 +115,7 @@
bitSuffix
type="button"
(sendCopyCode)="setTotpCopyCode($event)"
class="tw-cursor-default"
></button>
<button
bitIconButton="bwi-clone"
@ -126,6 +127,7 @@
[appA11yTitle]="'copyValue' | i18n"
data-testid="copy-totp"
[disabled]="!(isPremium$ | async)"
class="disabled:tw-cursor-default"
></button>
</bit-form-field>
</bit-card>