From e25d484552da8383f9903d56d64094842389c44b Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 30 Dec 2025 21:54:31 +0100 Subject: fix --- cgithub/head-include.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cgithub/head-include.html') 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; } -- cgit v1.2.3