From f5bb6970322f825faf64841c97539c6a324ca8d4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 19 Jul 2022 17:04:35 +0200 Subject: [PATCH] fix: quick actions arrow key navigation in dark mode --- src/components/quick-actions/quick-actions.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/quick-actions/quick-actions.vue b/src/components/quick-actions/quick-actions.vue index 5949e8c1b5..27cbdc9cdb 100644 --- a/src/components/quick-actions/quick-actions.vue +++ b/src/components/quick-actions/quick-actions.vue @@ -526,7 +526,7 @@ export default defineComponent({ .result { &-title { - background: var(--grey-50); + background: var(--grey-100); padding: .5rem; display: block; font-size: .75rem; @@ -549,7 +549,7 @@ export default defineComponent({ cursor: pointer; &:focus, &:hover { - background: var(--grey-50); + background: var(--grey-100); box-shadow: none !important; }