fix(theme): add cursor for summary of custom block details (#1774)

pull/1782/head
CHOYSEN 2 years ago committed by GitHub
parent 2a80fbd14a
commit 167a474cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,6 +68,7 @@
.custom-block.details summary { .custom-block.details summary {
margin: 0 0 8px; margin: 0 0 8px;
font-weight: 700; font-weight: 700;
cursor: pointer;
} }
.custom-block.details summary + p { .custom-block.details summary + p {

Loading…
Cancel
Save