PM-11118 adjust hover cursor styles for TOTP buttons (#10730)
This commit is contained in:
parent
da6b3535da
commit
2005d99056
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue