[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>
|
<app-cipher-view *ngIf="cipher" [cipher]="cipher"></app-cipher-view>
|
||||||
|
|
||||||
<popup-footer slot="footer">
|
<popup-footer slot="footer">
|
||||||
<a bitButton type="button" buttonType="primary" (click)="editCipher()">
|
<button buttonType="primary" type="button" bitButton (click)="editCipher()">
|
||||||
{{ "edit" | i18n }}
|
{{ "edit" | i18n }}
|
||||||
</a>
|
</button>
|
||||||
<button
|
<button
|
||||||
slot="end"
|
slot="end"
|
||||||
*ngIf="cipher && cipher.edit"
|
*ngIf="cipher && cipher.edit"
|
||||||
|
|
Loading…
Reference in New Issue