We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7f514 commit 6ef1537Copy full SHA for 6ef1537
assets/css/_docs.scss
@@ -279,5 +279,10 @@ html.docs {
279
.subtle-punctuation {
280
opacity: 0.4;
281
}
282
+
283
+ .collapsible-title {
284
+ cursor: pointer;
285
+ user-select: none;
286
+ }
287
288
assets/js/docs.js
@@ -268,7 +268,11 @@
268
},
269
React.createElement(
270
'h2',
271
- null,
+ {
272
+ 'className': 'collapsible-title',
273
+ 'onClick': expanderClick,
274
+ 'onKeyPress': expanderClick
275
+ },
276
277
'i',
278
{
0 commit comments