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( + tfooter ),
tbody:has( + tfooter ) {
thead:has( + tfoot ),
tbody:has( + tfoot ) {
tr:last-of-type {
th,
td {
@ -101,8 +101,8 @@
}
thead + tbody,
thead + tfooter,
tbody + tfooter {
thead + tfoot,
tbody + tfoot {
tr:first-of-type {
th,
td {