mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 12:24:25 +01:00
fix(ribbon): links in inherited attributes not visible
This commit is contained in:
parent
5d438a877b
commit
45927053f3
@ -355,6 +355,10 @@ body[dir=rtl] .attribute-list-editor {
|
|||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 14px 12px 13px 12px;
|
padding: 14px 12px 13px 12px;
|
||||||
|
|
||||||
|
a.reference-link {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user