@patternfly/patternfly 5.0.0-alpha.60 → 5.0.0-alpha.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Table/table.css +0 -1
- package/components/Table/table.scss +0 -1
- package/docs/components/Table/examples/Table.md +434 -432
- package/package.json +1 -1
- package/patternfly-no-globals.css +0 -1
- package/patternfly.css +0 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -969,7 +969,6 @@
|
|
|
969
969
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
970
970
|
}
|
|
971
971
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),
|
|
972
|
-
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) td:where(.pf-v5-c-table__td),
|
|
973
972
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle {
|
|
974
973
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);
|
|
975
974
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom);
|
|
@@ -1305,7 +1305,6 @@
|
|
|
1305
1305
|
// Thead
|
|
1306
1306
|
thead:where(.#{$table}__thead) {
|
|
1307
1307
|
th:where(.#{$table}__th),
|
|
1308
|
-
td:where(.#{$table}__td),
|
|
1309
1308
|
.#{$table}__toggle {
|
|
1310
1309
|
--#{$table}--cell--PaddingTop: var(--#{$table}--m-compact__th--PaddingTop);
|
|
1311
1310
|
--#{$table}--cell--PaddingBottom: var(--#{$table}--m-compact__th--PaddingBottom);
|