mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
Merge branch 'master' into feat/pdf
# Conflicts: # src/main/frontend/components/block.cljs
This commit is contained in:
@@ -152,11 +152,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.block-ref-no-title {
|
||||
cursor: alias;
|
||||
}
|
||||
|
||||
.block-ref {
|
||||
padding-bottom: 2px;
|
||||
border-bottom: 0.5px solid;
|
||||
border-bottom-color: var(--ls-block-ref-link-text-color);
|
||||
cursor: alias;
|
||||
padding: 2px 5px;
|
||||
display: inline;
|
||||
|
||||
&:hover {
|
||||
color: var(--ls-link-text-hover-color);
|
||||
@@ -486,4 +491,4 @@ span.cloze-revealed {
|
||||
|
||||
.page-property-key {
|
||||
color: var(--ls-secondary-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user