mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
use system search bar cancel instead of dedicated button
This commit is contained in:
parent
15d5084aaf
commit
9acd2963f7
@ -46,20 +46,11 @@
|
||||
<div class="search-box">
|
||||
<div class="search-input-wrapper">
|
||||
<input
|
||||
type="text"
|
||||
type="search"
|
||||
placeholder="Search processes"
|
||||
bind:value={searchTerm}
|
||||
class="search-input"
|
||||
/>
|
||||
{#if searchTerm}
|
||||
<button
|
||||
class="btn-clear"
|
||||
on:click={() => (searchTerm = "")}
|
||||
title="Clear search"
|
||||
>
|
||||
Clear
|
||||
</button>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
<div class="toolbar-group">
|
||||
|
Loading…
x
Reference in New Issue
Block a user