mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-11 06:59:59 +00:00
Add close button to search panel
This commit is contained in:
parent
4bf67b0904
commit
cbc60c606c
@ -32,3 +32,9 @@
|
|||||||
placement='bottom'
|
placement='bottom'
|
||||||
)
|
)
|
||||||
i.fa.fa-fw.fa-text-width
|
i.fa.fa-fw.fa-text-width
|
||||||
|
button.btn.btn-outline(
|
||||||
|
(click)='close.emit()',
|
||||||
|
ngbTooltip='Close',
|
||||||
|
placement='bottom'
|
||||||
|
)
|
||||||
|
i.fa.fa-fw.fa-times
|
Loading…
x
Reference in New Issue
Block a user