From d6cd252f2369ac1df027fc24c516e5bda246bf9a Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 24 Dec 2025 22:13:52 +0200 Subject: [PATCH] style/note title widget: fix the input selected text color when the current note is tinted --- apps/client/src/widgets/note_title.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/note_title.css b/apps/client/src/widgets/note_title.css index cdca69cef..fca994e5b 100644 --- a/apps/client/src/widgets/note_title.css +++ b/apps/client/src/widgets/note_title.css @@ -18,6 +18,10 @@ div.note-title-widget { line-height: 1; padding-block: 0; padding-inline: var(--note-title-padding-inline); + + &::selection { + color: var(--main-text-color); + } } .note-title-widget input.note-title[readonly] {