mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Merge branch 'master' into feat/custom-children-list-style
This commit is contained in:
@@ -104,8 +104,27 @@
|
||||
height: 18px;
|
||||
width: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
.inline-wrap {
|
||||
& > div, & > div > div {
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
&.block-parents {
|
||||
.ui__icon {
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
a {
|
||||
color: var(--ls-primary-text-color);
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.open-block-ref-link {
|
||||
background-color: var(--ls-page-properties-background-color);
|
||||
@@ -646,14 +665,6 @@ a.cloze-revealed {
|
||||
background-color: var(--ls-selection-background-color);
|
||||
}
|
||||
|
||||
.block-parents a {
|
||||
color: var(--ls-primary-text-color);
|
||||
}
|
||||
|
||||
.block-parents a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.cp__fenced-code-block {
|
||||
.not-edit {
|
||||
cursor: default;
|
||||
|
||||
Reference in New Issue
Block a user