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; }