mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-11 14:48:46 +01:00
update styles of the password history to use bitLink & button (#12246)
This commit is contained in:
parent
8c446b4720
commit
b5ce2167eb
@ -25,13 +25,14 @@
|
||||
<span class="tw-font-bold">{{ "datePasswordUpdated" | i18n }}:</span>
|
||||
{{ cipher.passwordRevisionDisplayDate | date: "medium" }}
|
||||
</p>
|
||||
<a
|
||||
<button
|
||||
*ngIf="cipher.hasPasswordHistory && isLogin"
|
||||
class="tw-font-bold tw-no-underline tw-cursor-pointer tw-text-primary-600"
|
||||
(click)="viewPasswordHistory()"
|
||||
bitTypography="body2"
|
||||
bitLink
|
||||
type="button"
|
||||
>
|
||||
{{ "passwordHistory" | i18n }}
|
||||
</a>
|
||||
</button>
|
||||
</bit-card>
|
||||
</bit-section>
|
||||
|
Loading…
Reference in New Issue
Block a user