mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance(ui): refs link
This commit is contained in:
@@ -468,11 +468,21 @@ a.tag {
|
||||
@apply text-sm inline-flex items-center text-center cursor-pointer rounded opacity-70;
|
||||
|
||||
color: var(--lx-accent-11, var(--ls-tag-text-color, hsl(var(--primary))));
|
||||
|
||||
&:hover {
|
||||
opacity: var(--ls-tag-text-hover-opacity, 1);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&[data-ref] + &[data-ref] {
|
||||
@apply mx-[3px];
|
||||
}
|
||||
}
|
||||
|
||||
a.tag:hover {
|
||||
opacity: var(--ls-tag-text-hover-opacity, 1);
|
||||
text-decoration: underline;
|
||||
.preview-ref-link {
|
||||
& + &, & + a.tag, a.tag + & {
|
||||
@apply mx-[3px];
|
||||
}
|
||||
}
|
||||
|
||||
svg.note {
|
||||
|
||||
Reference in New Issue
Block a user