Should add rules in file custom.css
. Here are some random visual effects for the two cases:
-
.ls-block:has(.block-editor) textarea { background: orange; }
-
.ls-block[haschild="true"] > div:first-of-type:before { content: "\2193"; }
Should add rules in file custom.css
. Here are some random visual effects for the two cases:
.ls-block:has(.block-editor) textarea {
background: orange;
}
.ls-block[haschild="true"] > div:first-of-type:before {
content: "\2193";
}