aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CommandPalette
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-06 06:18:57 -0700
committerFuwn <[email protected]>2025-05-06 06:18:57 -0700
commitd4781875bf7ba2468da61cc39af8b8d9a7434164 (patch)
treed82aa7db0becec3dbcc522f6d67f7ef5c74511a8 /src/lib/CommandPalette
parentfeat: Add Badge Wall action to command palette (diff)
downloaddue.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.svelte2
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>