mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
style(next)/dialogs/note type chooser: stop highlighting the default item
This commit is contained in:
parent
8780debc90
commit
36581ba882
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user