mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
436e3ff7de
commit
561b2c0b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@
|
||||||
{#if focused && (filteredOptions.length > 0 || filteredTags.length > 0)}
|
{#if focused && (filteredOptions.length > 0 || filteredTags.length > 0)}
|
||||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||||
<div
|
<div
|
||||||
class="absolute top-0 mt-8 left-0 right-1 border dark:border-gray-900 bg-gray-50 dark:bg-gray-950 rounded-lg z-10 shadow-lg"
|
class="absolute top-0 mt-8 left-0 right-1 border border-gray-100 dark:border-gray-900 bg-gray-50 dark:bg-gray-950 rounded-lg z-10 shadow-lg"
|
||||||
in:fade={{ duration: 50 }}
|
in:fade={{ duration: 50 }}
|
||||||
on:mouseenter={() => {
|
on:mouseenter={() => {
|
||||||
selectedIdx = null;
|
selectedIdx = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue