Skip to content

Commit 81af261

Browse files
committed
[issuegen] Improve filtering label
1 parent 6b739d6 commit 81af261

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/issuegen.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ sub header {
247247
<title>$title Disposition of Comments for $date $status</title>
248248
<style type="text/css">
249249
pre, .legend { border: solid thin silver; padding: 0.2em; white-space: normal; }
250+
.legend summary { font-weight: bold; }
251+
summary { cursor: pointer; }
250252
pre > span { display: block; white-space: pre; }
251253
.a { background: #52E052 }
252254
.d { background: #8CCBF2 }
@@ -279,7 +281,7 @@ sub header {
279281
$intro
280282
281283
<details class="legend">
282-
<summary>Legend</summary>
284+
<summary>Disposition Status Legend and Filters</summary>
283285
<p>The following color coding convention is used for comments:</p>
284286
285287
<ul>

0 commit comments

Comments
 (0)