mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: block ref style issue
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);
|
||||
@@ -477,4 +482,4 @@ span.cloze-revealed {
|
||||
|
||||
.page-property-key {
|
||||
color: var(--ls-secondary-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user