1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

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

View File

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