abouttreesummaryrefslogcommitdiff
path: root/cgithub/head-include.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgithub/head-include.html')
-rw-r--r--cgithub/head-include.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/cgithub/head-include.html b/cgithub/head-include.html
index 5a084b2..6ee3f2f 100644
--- a/cgithub/head-include.html
+++ b/cgithub/head-include.html
@@ -21,6 +21,13 @@
table.list tr:nth-child(n+11):has(~ tr td input[type=checkbox]:not(:checked)) {
display: none;
}
+table.list tr:nth-child(n+11) ~ tr:has(td input[type=checkbox]:not(:checked)) {
+ display: table-row;
+}
+
+table.list tr:has(td input[type=checkbox]) {
+ display: none;
+}
</style>
<script type="module">