mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 15:24:24 +01:00
style/note icon: fix the parent note color being applied over note links and board items
This commit is contained in:
parent
46da118749
commit
58e24c98ed
@ -89,10 +89,10 @@ html {
|
|||||||
--custom-color: var(--light-theme-custom-color);
|
--custom-color: var(--light-theme-custom-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
:root .reference-link,
|
:root .reference-link.use-note-color,
|
||||||
:root .reference-link:hover,
|
:root .reference-link.use-note-color:hover,
|
||||||
.ck-content a.reference-link > span,
|
.ck-content a.reference-link.use-note-color > span,
|
||||||
.board-note {
|
.board-note.use-note-color {
|
||||||
color: var(--light-theme-custom-color, inherit);
|
color: var(--light-theme-custom-color, inherit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -297,10 +297,10 @@
|
|||||||
--custom-bg-color: hsl(var(--custom-color-hue), 20%, 33%, 0.4);
|
--custom-bg-color: hsl(var(--custom-color-hue), 20%, 33%, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
:root .reference-link,
|
:root .reference-link.use-note-color,
|
||||||
:root .reference-link:hover,
|
:root .reference-link.use-note-color:hover,
|
||||||
.ck-content a.reference-link > span,
|
.ck-content a.reference-link.use-note-color > span,
|
||||||
.board-note {
|
.board-note.use-note-color {
|
||||||
color: var(--dark-theme-custom-color, inherit);
|
color: var(--dark-theme-custom-color, inherit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user