[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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"