fix(wikitable): 🐛 incorrect selector for tfoot

This commit is contained in:
alistair3149 2024-07-20 17:49:36 -04:00 committed by GitHub
parent 0242d9bc6e
commit 08a7a51566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,8 +84,8 @@
} }
thead:has( + tbody ), thead:has( + tbody ),
thead:has( + tfooter ), thead:has( + tfoot ),
tbody:has( + tfooter ) { tbody:has( + tfoot ) {
tr:last-of-type { tr:last-of-type {
th, th,
td { td {
@ -101,8 +101,8 @@
} }
thead + tbody, thead + tbody,
thead + tfooter, thead + tfoot,
tbody + tfooter { tbody + tfoot {
tr:first-of-type { tr:first-of-type {
th, th,
td { td {