mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console/frontend: fix background for listbox completion widget
This commit is contained in:
@@ -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 = ''"
|
||||
|
||||
Reference in New Issue
Block a user