mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(wikitable): 🐛 incorrect selector for tfoot
This commit is contained in:
parent
0242d9bc6e
commit
08a7a51566
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue