mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
PM-11118 adjust hover cursor styles for TOTP buttons (#10730)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user