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

This commit is contained in:
Adorian Doran 2025-06-16 21:30:34 +03:00
parent 8780debc90
commit 36581ba882

View File

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