From 36581ba8828d4f8f4731b8a9b287edb58db6e1d2 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 16 Jun 2025 21:30:34 +0300 Subject: [PATCH] style(next)/dialogs/note type chooser: stop highlighting the default item --- apps/client/src/stylesheets/theme-next/dialogs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/dialogs.css b/apps/client/src/stylesheets/theme-next/dialogs.css index d6b30eb31..45456693b 100644 --- a/apps/client/src/stylesheets/theme-next/dialogs.css +++ b/apps/client/src/stylesheets/theme-next/dialogs.css @@ -402,6 +402,10 @@ div.tn-tool-dialog { */ .note-type-chooser-dialog div.note-type-dropdown { + /* Disable the active item highlighting since there is no use for it here */ + --active-item-text-color: initial; + --active-item-background-color: initial; + font-size: unset; }