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( + 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 {
|
||||||
|
|
Loading…
Reference in a new issue