Skip to content

Commit 77a318c

Browse files
committed
fix(theme): avoid selecting summary on toggling details
1 parent bc29212 commit 77a318c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/theme-default/styles/components/custom-block.css

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
margin: 0 0 8px;
119119
font-weight: 700;
120120
cursor: pointer;
121+
user-select: none;
121122
}
122123

123124
.custom-block.details summary + p {

0 commit comments

Comments
 (0)