mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
style(next)/dialogs/note type chooser: stop highlighting the default item
This commit is contained in:
@@ -402,6 +402,10 @@ div.tn-tool-dialog {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.note-type-chooser-dialog div.note-type-dropdown {
|
.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;
|
font-size: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user