style/note title: fix the selection background color
Some checks failed
Checks / main (push) Has been cancelled

This commit is contained in:
Adorian Doran 2025-12-25 14:17:35 +02:00
parent 67d6d5c04b
commit ebf0f5928e
3 changed files with 7 additions and 2 deletions

View File

@ -348,6 +348,8 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
}
.note-split.with-hue *::selection,
.quick-edit-dialog-wrapper.with-hue *::selection {
.quick-edit-dialog-wrapper.with-hue *::selection,
.note-split.with-hue div.note-title-widget input.note-title::selection,
.quick-edit-dialog-wrapper.with-hue div.note-title-widget input.note-title::selection {
background: hsl(var(--custom-color-hue), 49.2%, 35%);
}

View File

@ -319,6 +319,8 @@
}
.note-split.with-hue *::selection,
.quick-edit-dialog-wrapper.with-hue *::selection {
.quick-edit-dialog-wrapper.with-hue *::selection,
.note-split.with-hue div.note-title-widget input.note-title::selection,
.quick-edit-dialog-wrapper.with-hue div.note-title-widget input.note-title::selection {
background: hsl(var(--custom-color-hue), 60%, 90%);
}

View File

@ -21,6 +21,7 @@ div.note-title-widget {
&::selection {
color: var(--main-text-color);
background: var(--selection-background-color);
}
}