abouttreesummaryrefslogcommitdiff
path: root/cgithub/head-include.html
diff options
context:
space:
mode:
authorPatrick2025-12-30 21:54:31 +0100
committerPatrick2025-12-30 21:54:31 +0100
commite25d484552da8383f9903d56d64094842389c44b (patch)
tree8218976d4e248004d2fe030135c030d770f429a2 /cgithub/head-include.html
parentd0fc7b26ea7ec8f4139393dbf243a67b3a528205 (diff)
downloadps-cgit-e25d484552da8383f9903d56d64094842389c44b.tar.gz
ps-cgit-e25d484552da8383f9903d56d64094842389c44b.zip
fix
Diffstat (limited to 'cgithub/head-include.html')
-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;
}