abouttreesummaryrefslogcommitdiff
path: root/cgithub
diff options
context:
space:
mode:
Diffstat (limited to 'cgithub')
-rw-r--r--cgithub/head-include.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgithub/head-include.html b/cgithub/head-include.html
index 3a5f2e7..5a084b2 100644
--- a/cgithub/head-include.html
+++ b/cgithub/head-include.html
@@ -18,7 +18,7 @@
margin: var(--content-v-margin) auto;
margin-top: 0; margin-bottom: 0;
}
-table.list tr:nth-child(n+11):not(:has(~ tr td input[type=checkbox]:checked)) {
+table.list tr:nth-child(n+11):has(~ tr td input[type=checkbox]:not(:checked)) {
display: none;
}
</style>