Skip to content

Commit

Permalink
fix: do not draw parent level border when it has no child
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 1, 2021
1 parent 904e0bc commit 3e2c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ div.items-center::after,
background-color: transparent;
}

.ls-block:focus-within > div > .block-content-wrapper::before {
.ls-block[haschild="true"]:focus-within > div > .block-content-wrapper::before {
background-color: var(--ct-page-reference-color);
}

Expand Down

0 comments on commit 3e2c976

Please sign in to comment.