[PM-9817] edit button hover (#10209)
This commit is contained in:
parent
174f4072cc
commit
b9cb1644ec
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue