From 3e2c9762ba5d414df16ce9ea54de2c419853edff Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Thu, 1 Jul 2021 14:44:55 +0800 Subject: [PATCH] fix: do not draw parent level border when it has no child --- custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 3b7d565..ce469b1 100644 --- a/custom.css +++ b/custom.css @@ -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); }