summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkAutocomplete.vue
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-31 13:00:34 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-31 13:00:34 +0900
commitea722b83607e66df42c891fed1d4d50866a3b9da (patch)
treea7af103a2c850bf954c22a9d8b9923bb0bf9b392 /packages/frontend/src/components/MkAutocomplete.vue
parent🎨 (diff)
downloadsharkey-ea722b83607e66df42c891fed1d4d50866a3b9da.tar.gz
sharkey-ea722b83607e66df42c891fed1d4d50866a3b9da.tar.bz2
sharkey-ea722b83607e66df42c891fed1d4d50866a3b9da.zip
🎨
Diffstat (limited to 'packages/frontend/src/components/MkAutocomplete.vue')
-rw-r--r--packages/frontend/src/components/MkAutocomplete.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkAutocomplete.vue b/packages/frontend/src/components/MkAutocomplete.vue
index 03cf107231..e51a56fa7b 100644
--- a/packages/frontend/src/components/MkAutocomplete.vue
+++ b/packages/frontend/src/components/MkAutocomplete.vue
@@ -420,7 +420,7 @@ onBeforeUnmount(() => {
}
&:active {
- background: var(--MI_THEME-accentDarken);
+ background: hsl(from var(--MI_THEME-accent) h s calc(l - 10));
color: #fff !important;
}
}