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