fix: add an explicit border for the border children to solve the overlay click problem

This commit is contained in:
shidenggui
2021-12-25 11:20:34 +08:00
committed by Tienson Qin
parent 85a7803c5e
commit 6b5d5f7df3
2 changed files with 34 additions and 29 deletions

View File

@@ -133,10 +133,15 @@
}
}
.block-children {
border-left: 1px solid;
border-left-color: var(--ls-guideline-color, #ddd);
.block-children-left-border {
width: 3px;
padding-right: 2px;
cursor: pointer;
background-clip: content-box;
background-color: var(--ls-guideline-color, #ddd);
}
.block-children {
padding-top: 2px;
padding-bottom: 3px;
@@ -451,8 +456,8 @@ a:hover > .bullet-container {
.doc-mode {
margin-left: -16px;
.block-children {
border-left: none;
.block-children-left-border {
display: none;
}
.hide-inner-bullet .bullet {