Skip to content

Commit a92114e

Browse files
Clarify behavior for <summary> by making cursor pointer.
1 parent 3c7a075 commit a92114e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,10 @@ body {
12911291
margin-bottom: 1.5rem;
12921292
}
12931293

1294+
.doc details summary {
1295+
cursor: pointer;
1296+
}
1297+
12941298
.doc details[open] summary {
12951299
font-weight: bold;
12961300
}

0 commit comments

Comments
 (0)