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 6b739d6 commit 81af261Copy full SHA for 81af261
bin/issuegen.pl
@@ -247,6 +247,8 @@ sub header {
247
<title>$title Disposition of Comments for $date $status</title>
248
<style type="text/css">
249
pre, .legend { border: solid thin silver; padding: 0.2em; white-space: normal; }
250
+ .legend summary { font-weight: bold; }
251
+ summary { cursor: pointer; }
252
pre > span { display: block; white-space: pre; }
253
.a { background: #52E052 }
254
.d { background: #8CCBF2 }
@@ -279,7 +281,7 @@ sub header {
279
281
$intro
280
282
283
<details class="legend">
- <summary>Legend</summary>
284
+ <summary>Disposition Status Legend and Filters</summary>
285
<p>The following color coding convention is used for comments:</p>
286
287
<ul>
0 commit comments