Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 36581ba

Browse files
committed
style(next)/dialogs/note type chooser: stop highlighting the default item
1 parent 8780deb commit 36581ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/client/src/stylesheets/theme-next/dialogs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,10 @@ div.tn-tool-dialog {
402402
*/
403403

404404
.note-type-chooser-dialog div.note-type-dropdown {
405+
/* Disable the active item highlighting since there is no use for it here */
406+
--active-item-text-color: initial;
407+
--active-item-background-color: initial;
408+
405409
font-size: unset;
406410
}
407411

0 commit comments

Comments
 (0)