style(next)/dialogs/note type chooser: stop highlighting the default item

pull/2356/head
Adorian Doran 2025-06-16 21:30:34 +07:00
parent 8780debc90
commit 36581ba882
1 changed files with 4 additions and 0 deletions

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