1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[PM-9817] edit button hover (#10209)

This commit is contained in:
Jason Ng
2024-07-22 14:28:33 -04:00
committed by GitHub
parent 174f4072cc
commit b9cb1644ec

View File

@@ -4,9 +4,9 @@
<app-cipher-view *ngIf="cipher" [cipher]="cipher"></app-cipher-view>
<popup-footer slot="footer">
<a bitButton type="button" buttonType="primary" (click)="editCipher()">
<button buttonType="primary" type="button" bitButton (click)="editCipher()">
{{ "edit" | i18n }}
</a>
</button>
<button
slot="end"
*ngIf="cipher && cipher.edit"