diff --git a/source b/source index fdae91a1c58..fea2c22eff8 100644 --- a/source +++ b/source @@ -111270,10 +111270,10 @@ thead, thead[hidden] { display: table-header-group; } tfoot, tfoot[hidden] { display: table-footer-group; } tr, tr[hidden] { display: table-row; } -td, th, td[hidden], th[hidden] { display: table-cell; } +td, th { display: table-cell; } colgroup[hidden], col[hidden], thead[hidden], tbody[hidden], -tfoot[hidden], tr[hidden], td[hidden], th[hidden] { +tfoot[hidden], tr[hidden] { visibility: collapse; }