From e0056a457e1d03459c57540f7b125b284d676474 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 22 Sep 2025 13:56:58 +0300 Subject: [PATCH] style(legacy)/jump to note: fix broken selection colors --- apps/client/src/stylesheets/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index f456d3332..5f1e49a4f 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1876,11 +1876,6 @@ textarea { width: 100%; } -.jump-to-note-results .aa-dropdown-menu .aa-suggestion:hover, -.jump-to-note-results .aa-dropdown-menu .aa-cursor { - background-color: var(--hover-item-background-color, #f8f9fa); -} - /* Command palette styling */ .jump-to-note-dialog .command-suggestion { display: flex;