From 167a474cb8121d758c2aa863016dffbe8d0a1e55 Mon Sep 17 00:00:00 2001 From: CHOYSEN Date: Sun, 8 Jan 2023 21:58:51 +0800 Subject: [PATCH] fix(theme): add cursor for summary of custom block details (#1774) --- src/client/theme-default/styles/components/custom-block.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/theme-default/styles/components/custom-block.css b/src/client/theme-default/styles/components/custom-block.css index 81bc71e4..16f0564f 100644 --- a/src/client/theme-default/styles/components/custom-block.css +++ b/src/client/theme-default/styles/components/custom-block.css @@ -68,6 +68,7 @@ .custom-block.details summary { margin: 0 0 8px; font-weight: 700; + cursor: pointer; } .custom-block.details summary + p {