Skip to content

Commit

Permalink
2f8c2558a6a68f40e2c553a63764a9a98cc3d5c8 Fix: Set the -tag tfoot to…
Browse files Browse the repository at this point in the history
… be hidden when it is empty to improve accessability

DataTables/DataTablesSrc#308

Sync to source repo @2f8c2558a6a68f40e2c553a63764a9a98cc3d5c8
  • Loading branch information
dtbuild committed Dec 9, 2024
1 parent b8ccafd commit 13c6974
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions css/dataTables.bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ table.dataTable tr.dt-hasChild td.dt-control:before {
border-bottom: 0px solid transparent;
border-right: 5px solid transparent;
}
table.dataTable tfoot:empty {
display: none;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
Expand Down
Loading

0 comments on commit 13c6974

Please sign in to comment.