mirror of
https://github.com/zadam/trilium.git
synced 2026-02-20 05:17:00 +01:00
style/text editor: fix links
This commit is contained in:
@@ -676,10 +676,15 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
|
||||
.ck-content a.reference-link:hover {
|
||||
/* Apply underline only to the span inside the link so it can follow the
|
||||
* target note's user defined color */
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ck-content a.reference-link > span {
|
||||
color: var(--custom-color, inherit);
|
||||
}
|
||||
|
||||
.ck-content a.reference-link:hover > span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user