mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 10:44:25 +01:00
style/note title widget: fix the input selected text color when the current note is tinted
This commit is contained in:
parent
5af87788c6
commit
d6cd252f23
@ -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] {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user