Merge branch 'master' into feat/custom-children-list-style

This commit is contained in:
charlie
2023-04-13 01:00:40 +08:00
94 changed files with 2013 additions and 1164 deletions

View File

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