From 77a318c2a348d341dd3ea1e1650fcf8ad3abfcd7 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sun, 21 Jan 2024 23:12:06 +0530 Subject: [PATCH] fix(theme): avoid selecting summary on toggling details --- 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 f4527868..7af89807 100644 --- a/src/client/theme-default/styles/components/custom-block.css +++ b/src/client/theme-default/styles/components/custom-block.css @@ -118,6 +118,7 @@ margin: 0 0 8px; font-weight: 700; cursor: pointer; + user-select: none; } .custom-block.details summary + p {