mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
style/text editor: fix links
This commit is contained in:
parent
29d038c76b
commit
d99e08bfdd
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user