console/frontend: fix background for listbox completion widget

This commit is contained in:
Vincent Bernat
2022-06-24 13:23:39 +02:00
parent 8f9cd935d6
commit 23b8f0eaf4

View File

@@ -15,7 +15,7 @@
</span>
<component
:is="component.Input"
class="w-10 grow border-none p-0 focus:outline-none"
class="w-10 grow border-none bg-transparent p-0 focus:outline-none"
placeholder="Search..."
@change="query = $event.target.value"
@focus="query = ''"