mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
Add close button to search panel
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user