Merge branch 'master' into feat/pdf

# Conflicts:
#	src/main/frontend/components/block.cljs
This commit is contained in:
charlie
2021-08-06 18:12:36 +08:00
19 changed files with 114 additions and 43 deletions

View File

@@ -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);
}
}