diff options
| author | Fuwn <[email protected]> | 2025-05-06 06:18:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-06 06:18:57 -0700 |
| commit | d4781875bf7ba2468da61cc39af8b8d9a7434164 (patch) | |
| tree | d82aa7db0becec3dbcc522f6d67f7ef5c74511a8 /src/lib/CommandPalette | |
| parent | feat: Add Badge Wall action to command palette (diff) | |
| download | due.moe-d4781875bf7ba2468da61cc39af8b8d9a7434164.tar.xz due.moe-d4781875bf7ba2468da61cc39af8b8d9a7434164.zip | |
fix(CommandPalette): Change selected item selection indicator
Diffstat (limited to 'src/lib/CommandPalette')
| -rw-r--r-- | src/lib/CommandPalette/CommandPalette.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/CommandPalette/CommandPalette.svelte b/src/lib/CommandPalette/CommandPalette.svelte index 36c97a91..56c5f441 100644 --- a/src/lib/CommandPalette/CommandPalette.svelte +++ b/src/lib/CommandPalette/CommandPalette.svelte @@ -156,6 +156,6 @@ .dropdown-content a:hover, .dropdown-content a.selected { - border: 2px solid var(--base06); + background-color: var(--base01); } </style> |