Skip to content

Commit 642aa41

Browse files
author
dtbuild
committed
66d44a5948f74d7e93d7874fa6cc04ea9253b925 Dev: Correction to previous commit - scoping wasn't right
Sync to source repo @66d44a5948f74d7e93d7874fa6cc04ea9253b925
1 parent 2c39a62 commit 642aa41

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

css/dataTables.semanticui.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,12 @@ table.dataTable.ui.table th,
266266
table.dataTable.ui.table td {
267267
box-sizing: border-box;
268268
}
269+
table.dataTable.ui.table th div.dt-column-header,
270+
table.dataTable.ui.table th div.dt-column-footer,
271+
table.dataTable.ui.table td div.dt-column-header,
272+
table.dataTable.ui.table td div.dt-column-footer {
273+
align-items: var(--dt-header-align-items);
274+
}
269275
table.dataTable.ui.table th.dt-type-numeric, table.dataTable.ui.table th.dt-type-date,
270276
table.dataTable.ui.table td.dt-type-numeric,
271277
table.dataTable.ui.table td.dt-type-date {
@@ -279,7 +285,6 @@ table.dataTable.ui.table td.dt-type-numeric div.dt-column-footer,
279285
table.dataTable.ui.table td.dt-type-date div.dt-column-header,
280286
table.dataTable.ui.table td.dt-type-date div.dt-column-footer {
281287
flex-direction: row-reverse;
282-
align-items: var(--dt-header-align-items);
283288
}
284289
table.dataTable.ui.table th.dt-left,
285290
table.dataTable.ui.table td.dt-left {
@@ -467,6 +472,12 @@ table.dataTable.ui.table th,
467472
table.dataTable.ui.table td {
468473
box-sizing: border-box;
469474
}
475+
table.dataTable.ui.table th div.dt-column-header,
476+
table.dataTable.ui.table th div.dt-column-footer,
477+
table.dataTable.ui.table td div.dt-column-header,
478+
table.dataTable.ui.table td div.dt-column-footer {
479+
align-items: var(--dt-header-align-items);
480+
}
470481
table.dataTable.ui.table th.dt-type-numeric, table.dataTable.ui.table th.dt-type-date,
471482
table.dataTable.ui.table td.dt-type-numeric,
472483
table.dataTable.ui.table td.dt-type-date {
@@ -480,7 +491,6 @@ table.dataTable.ui.table td.dt-type-numeric div.dt-column-footer,
480491
table.dataTable.ui.table td.dt-type-date div.dt-column-header,
481492
table.dataTable.ui.table td.dt-type-date div.dt-column-footer {
482493
flex-direction: row-reverse;
483-
align-items: var(--dt-header-align-items);
484494
}
485495
table.dataTable.ui.table th.dt-left,
486496
table.dataTable.ui.table td.dt-left {

0 commit comments

Comments
 (0)