From 89378eae7b2bbe0a57a9a17c896766f2ef106ab9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 27 Jul 2025 16:15:14 +0300 Subject: [PATCH] feat(command_palette): improve keyboard shortcut --- apps/client/src/stylesheets/style.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index dd32b96d4..df4008845 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1808,14 +1808,11 @@ textarea { font-weight: bold; } -.jump-to-note-dialog .command-shortcut { - padding: 0.2rem 0.4rem; - font-size: 0.8em; - background-color: var(--button-background-color); - border: 1px solid var(--main-border-color); - border-radius: 3px; - margin-left: auto; - flex-shrink: 0; +.jump-to-note-dialog kbd.command-shortcut { + background-color: transparent; + color: inherit; + opacity: 0.75; + font-family: inherit !important; } .jump-to-note-dialog .command-description {