abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgithub/head-include.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/cgithub/head-include.html b/cgithub/head-include.html
index 6ee3f2f..727f258 100644
--- a/cgithub/head-include.html
+++ b/cgithub/head-include.html
@@ -21,10 +21,9 @@
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)) {
+table.list tr:nth-child(n+11) ~ tr:has(td input[type=checkbox]) {
display: table-row;
}
-
table.list tr:has(td input[type=checkbox]) {
display: none;
}