@patternfly/patternfly 6.0.0-alpha.100 → 6.0.0-alpha.101

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.
Files changed (52) hide show
  1. package/components/Table/table-scrollable.css +12 -15
  2. package/components/Table/table-scrollable.scss +33 -30
  3. package/components/Table/table-tree-view.css +0 -2
  4. package/components/Table/table-tree-view.scss +9 -11
  5. package/components/Table/table.css +118 -55
  6. package/components/Table/table.scss +182 -100
  7. package/docs/components/Table/examples/Table.css +6 -8
  8. package/docs/components/Table/examples/Table.md +79 -92
  9. package/docs/demos/Table/examples/Table.md +28 -28
  10. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  11. package/docs/utilities/Alignment/examples/Alignment.css +4 -4
  12. package/docs/utilities/Alignment/examples/Alignment.md +5 -5
  13. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +24 -24
  14. package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  15. package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
  16. package/docs/utilities/Display/examples/Display.css +8 -8
  17. package/docs/utilities/Display/examples/Display.md +7 -7
  18. package/docs/utilities/Flex/examples/Flex.css +5 -5
  19. package/docs/utilities/Flex/examples/Flex.md +82 -40
  20. package/docs/utilities/Float/examples/Float.css +2 -2
  21. package/docs/utilities/Float/examples/Float.md +6 -6
  22. package/docs/utilities/Sizing/examples/Sizing.css +4 -4
  23. package/docs/utilities/Sizing/examples/Sizing.md +60 -60
  24. package/docs/utilities/Spacing/examples/Spacing.css +1 -1
  25. package/docs/utilities/Spacing/examples/Spacing.md +37 -37
  26. package/docs/utilities/Text/examples/Text.md +53 -53
  27. package/package.json +1 -1
  28. package/patternfly-addons.css +91 -371
  29. package/patternfly-no-globals.css +130 -72
  30. package/patternfly-theme-dark-unversioned.css +130 -72
  31. package/patternfly.css +130 -72
  32. package/patternfly.min.css +1 -1
  33. package/patternfly.min.css.map +1 -1
  34. package/sass-utilities/mixins.scss +2 -2
  35. package/utilities/Alignment/alignment.css +24 -24
  36. package/utilities/Alignment/alignment.scss +4 -4
  37. package/utilities/BackgroundColor/BackgroundColor.css +0 -100
  38. package/utilities/BackgroundColor/BackgroundColor.scss +2 -8
  39. package/utilities/BoxShadow/box-shadow.css +15 -39
  40. package/utilities/BoxShadow/box-shadow.scss +17 -27
  41. package/utilities/Display/display.scss +2 -2
  42. package/utilities/Flex/flex.scss +18 -18
  43. package/utilities/Float/float.css +24 -24
  44. package/utilities/Float/float.scss +4 -4
  45. package/utilities/Sizing/sizing.css +28 -28
  46. package/utilities/Sizing/sizing.scss +17 -17
  47. package/utilities/Text/text.css +0 -155
  48. package/utilities/Text/text.scss +10 -16
  49. package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  50. package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
  51. package/utilities/Text/themes/dark/text.css +0 -0
  52. package/utilities/Text/themes/dark/text.scss +0 -33
@@ -27987,18 +27987,21 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27987
27987
  --pf-v6-c-table__caption--PaddingLeft: var(--pf-t--global--spacer--lg);
27988
27988
  --pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
27989
27989
  --pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
27990
+ --pf-v6-c-table__thead__toggle--PaddingBottom: var(--pf-t--global--spacer--xs);
27990
27991
  --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
27991
27992
  --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
27992
27993
  --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
27994
+ --pf-v6-c-table__tr--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
27995
+ --pf-v6-c-table__tr--BorderBottomColor: var(--pf-t--global--border--color--default);
27993
27996
  --pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
27994
- --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
27995
- --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
27996
- --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
27997
- --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
27998
27997
  --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
27999
27998
  --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--cell--Padding--base);
28000
27999
  --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
28001
28000
  --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
28001
+ --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
28002
+ --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
28003
+ --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
28004
+ --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
28002
28005
  --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
28003
28006
  --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
28004
28007
  --pf-v6-c-table--cell--MinWidth: 0;
@@ -28015,6 +28018,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28015
28018
  --pf-v6-c-table--cell--m-help--MinWidth: 11ch;
28016
28019
  --pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
28017
28020
  --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft));
28021
+ --pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
28018
28022
  --pf-v6-c-table--cell--hidden-visible--Display: table-cell;
28019
28023
  --pf-v6-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
28020
28024
  --pf-v6-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
@@ -28033,7 +28037,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28033
28037
  --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
28034
28038
  --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
28035
28039
  --pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
28036
- --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
28037
28040
  --pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
28038
28041
  --pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
28039
28042
  --pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
@@ -28041,6 +28044,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28041
28044
  --pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
28042
28045
  --pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
28043
28046
  --pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
28047
+ --pf-v6-c-table__favorite--m-favorited--c-button--hover--Color: var(--pf-t--global--color--favorite--clicked);
28044
28048
  --pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
28045
28049
  --pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
28046
28050
  --pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
@@ -28060,7 +28064,11 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28060
28064
  --pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
28061
28065
  --pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
28062
28066
  --pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
28067
+ --pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
28063
28068
  --pf-v6-c-table__expandable-row-content--Transition: var(--pf-v6-global--Transition);
28069
+ --pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28070
+ --pf-v6-c-table__control-row--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
28071
+ --pf-v6-c-table__control-row__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
28064
28072
  --pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
28065
28073
  --pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft) + var(--pf-v6-c-table__sort-indicator--MarginLeft));
28066
28074
  --pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--sm);
@@ -28087,10 +28095,16 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28087
28095
  --pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
28088
28096
  --pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
28089
28097
  --pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
28098
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
28090
28099
  --pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
28100
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
28101
+ --pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
28091
28102
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
28092
28103
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
28104
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--BorderColor: var(--pf-t--global--border--color--hover);
28105
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
28093
28106
  --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
28107
+ --pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28094
28108
  --pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
28095
28109
  --pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
28096
28110
  --pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
@@ -28099,26 +28113,34 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28099
28113
  --pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
28100
28114
  --pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
28101
28115
  --pf-v6-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
28116
+ --pf-v6-c-table--m-expandable__tbody--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
28117
+ --pf-v6-c-table--m-expandable__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
28102
28118
  --pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
28103
28119
  --pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
28104
28120
  --pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
28105
28121
  --pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
28106
- --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
28122
+ --pf-v6-c-table__tr--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28123
+ --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28107
28124
  --pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
28108
28125
  --pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
28109
28126
  --pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
28110
- --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28127
+ --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
28128
+ --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28111
28129
  --pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
28112
- --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28130
+ --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28113
28131
  --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
28114
28132
  --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
28115
28133
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
28116
- --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--xs);
28134
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--md);
28117
28135
  --pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
28118
28136
  --pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
28119
28137
  --pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
28120
- --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28138
+ --pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
28139
+ --pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
28140
+ --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
28121
28141
  --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
28142
+ --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 1);
28143
+ --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 2);
28122
28144
  }
28123
28145
 
28124
28146
  .pf-v6-c-table {
@@ -28128,39 +28150,36 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28128
28150
  .pf-v6-c-table.pf-m-fixed {
28129
28151
  table-layout: fixed;
28130
28152
  }
28131
- .pf-v6-c-table.pf-m-sticky-header {
28132
- position: relative;
28133
- }
28134
- .pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
28135
- z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
28136
- }
28137
- .pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
28153
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
28154
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
28138
28155
  position: sticky;
28139
28156
  inset-block-start: 0;
28157
+ z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
28140
28158
  background: var(--pf-v6-c-table--BackgroundColor);
28141
28159
  }
28142
- .pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > :where(th, td)::after {
28160
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
28161
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
28143
28162
  position: absolute;
28163
+ inset-block-start: 0;
28144
28164
  inset-block-end: 0;
28145
28165
  inset-inline-start: 0;
28146
28166
  inset-inline-end: 0;
28167
+ z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
28168
+ pointer-events: none;
28147
28169
  content: "";
28148
28170
  border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
28149
28171
  }
28172
+ .pf-v6-c-table.pf-m-sticky-header {
28173
+ position: relative;
28174
+ }
28175
+ .pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
28176
+ z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
28177
+ }
28150
28178
  .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
28151
28179
  position: sticky;
28152
28180
  inset-block-start: 0;
28153
- z-index: var(--pf-t--global--Zindex--xs);
28154
28181
  background: var(--pf-v6-c-table--BackgroundColor);
28155
28182
  }
28156
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
28157
- height: var(--pf-v6-c-table--border-width--base);
28158
- background-color: var(--pf-v6-c-table--BorderColor);
28159
- }
28160
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) th:where(.pf-v6-c-table__th):not([rowspan]),
28161
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) td:where(.pf-v6-c-table__td):not([rowspan]) {
28162
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
28163
- }
28164
28183
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
28165
28184
  border-block-end: 0;
28166
28185
  }
@@ -28168,7 +28187,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28168
28187
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
28169
28188
  --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
28170
28189
  }
28171
- .pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row),
28190
+ .pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr),
28172
28191
  .pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
28173
28192
  .pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
28174
28193
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
@@ -28207,7 +28226,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28207
28226
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-center {
28208
28227
  text-align: center;
28209
28228
  }
28210
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):empty {
28229
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):is(:empty, .pf-v6-c-table__cell-empty) {
28211
28230
  width: auto;
28212
28231
  min-width: 0;
28213
28232
  padding: 0;
@@ -28254,14 +28273,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28254
28273
  --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop);
28255
28274
  }
28256
28275
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
28257
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__subhead--PaddingLeft);
28258
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__subhead--PaddingRight);
28259
28276
  --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
28260
28277
  color: var(--pf-v6-c-table__subhead--Color);
28261
28278
  }
28262
- .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead .pf-v6-c-table__button {
28263
- margin-inline-start: 0;
28264
- }
28265
28279
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
28266
28280
  --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__tbody--cell--PaddingTop);
28267
28281
  --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__tbody--cell--PaddingBottom);
@@ -28310,6 +28324,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28310
28324
  --pf-v6-c-table--cell--WordBreak: break-word;
28311
28325
  --pf-v6-c-table--cell--WhiteSpace: normal;
28312
28326
  }
28327
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
28328
+ --pf-v6-c-table__tr--BorderBottomWidth: 0;
28329
+ --pf-v6-c-table__tbody--BorderBottomWidth: 0;
28330
+ --pf-v6-c-table--m-expandable__tbody--BorderBottomWidth: 0;
28331
+ --pf-v6-c-table__control-row--BorderBottomWidth: 0;
28332
+ }
28313
28333
  .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
28314
28334
  border-block-end: 0;
28315
28335
  }
@@ -28328,35 +28348,38 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28328
28348
  --pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
28329
28349
  }
28330
28350
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
28331
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
28332
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
28333
28351
  position: relative;
28334
28352
  background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
28335
28353
  outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
28336
28354
  }
28337
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset {
28338
- --pf-v6-c-table--cell--first-last-child--PaddingLeft: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
28355
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
28356
+ padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
28339
28357
  }
28340
28358
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
28341
28359
  cursor: pointer;
28342
28360
  background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
28343
28361
  outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
28344
28362
  }
28345
- .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
28346
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor);
28347
- }
28348
28363
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
28349
28364
  --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
28350
28365
  }
28366
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded {
28367
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
28368
+ }
28351
28369
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
28352
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftWidth);
28353
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftColor);
28354
28370
  background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
28355
28371
  outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
28356
28372
  }
28357
28373
  .pf-v6-c-table.pf-m-drag-over {
28358
28374
  overflow-anchor: none;
28359
28375
  }
28376
+ .pf-v6-c-table .pf-v6-c-table {
28377
+ background-color: transparent;
28378
+ }
28379
+ .pf-v6-c-table .pf-v6-c-table,
28380
+ .pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
28381
+ border-block-end: 0;
28382
+ }
28360
28383
 
28361
28384
  .pf-v6-c-table__text {
28362
28385
  --pf-v6-c-table--cell--MaxWidth: 100%;
@@ -28373,6 +28396,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28373
28396
  }
28374
28397
  .pf-v6-c-table__text.pf-m-truncate {
28375
28398
  --pf-v6-c-table--cell--MinWidth: 100%;
28399
+ --pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
28376
28400
  }
28377
28401
  .pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
28378
28402
  overflow: var(--pf-v6-c-table--cell--Overflow);
@@ -28380,10 +28404,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28380
28404
  white-space: var(--pf-v6-c-table--cell--WhiteSpace);
28381
28405
  }
28382
28406
 
28383
- .pf-v6-c-table__tr.pf-m-border-row {
28384
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
28385
- }
28386
-
28387
28407
  .pf-v6-c-table__button {
28388
28408
  width: auto;
28389
28409
  padding-block-start: var(--pf-v6-c-table__button--PaddingTop);
@@ -28401,6 +28421,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28401
28421
  background-color: var(--pf-v6-c-table__button--BackgroundColor);
28402
28422
  border: 0;
28403
28423
  border-radius: var(--pf-v6-c-table__button--BorderRadius);
28424
+ outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
28404
28425
  }
28405
28426
  .pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
28406
28427
  margin-block-end: 0;
@@ -28510,9 +28531,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28510
28531
  .pf-v6-c-table__favorite .pf-v6-c-button {
28511
28532
  --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
28512
28533
  }
28513
- .pf-m-favorited.pf-v6-c-table__favorite .pf-v6-c-button {
28534
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
28514
28535
  --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
28515
28536
  }
28537
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
28538
+ --pf-v6-c-button--m-plain--hover--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
28539
+ }
28516
28540
 
28517
28541
  .pf-v6-c-table__draggable .pf-v6-c-button {
28518
28542
  cursor: grab;
@@ -28541,6 +28565,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28541
28565
  --pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
28542
28566
  position: relative;
28543
28567
  padding: 0;
28568
+ background-color: var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor);
28544
28569
  }
28545
28570
  .pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
28546
28571
  overflow: visible;
@@ -28562,7 +28587,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28562
28587
  border: 0;
28563
28588
  border-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor);
28564
28589
  }
28565
- .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within, .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
28590
+ .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
28591
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
28592
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth);
28593
+ }
28594
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
28595
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);
28566
28596
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth);
28567
28597
  }
28568
28598
  .pf-v6-c-table__compound-expansion-toggle:focus-within {
@@ -28598,10 +28628,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28598
28628
  .pf-v6-c-table__sort.pf-m-help {
28599
28629
  --pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
28600
28630
  }
28601
- .pf-v6-c-table__sort.pf-m-favorite {
28602
- --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-favorite__button__text--Color);
28603
- --pf-v6-c-table__sort__button--hover__text--Color: var(--pf-v6-c-table__sort--m-favorite__button--hover__text--Color);
28604
- --pf-v6-c-table__sort--m-selected__button__text--Color: currentcolor;
28631
+ .pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text {
28632
+ font-size: var(--pf-v6-c-table__favorite--c-button--FontSize);
28605
28633
  }
28606
28634
 
28607
28635
  .pf-v6-c-table__sort-indicator {
@@ -28630,7 +28658,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28630
28658
  padding-block-start: 0;
28631
28659
  padding-inline-end: 0;
28632
28660
  padding-block-end: 0;
28633
- padding-inline-start: var(--pf-v6-c-table__expandable-row--after--border-width--base);
28661
+ padding-inline-start: 0;
28634
28662
  }
28635
28663
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
28636
28664
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
@@ -28639,6 +28667,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28639
28667
  .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
28640
28668
  padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingTop);
28641
28669
  padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
28670
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingLeft);
28671
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingRight);
28672
+ background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
28673
+ border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
28642
28674
  }
28643
28675
  .pf-v6-c-table__expandable-row.pf-m-expanded {
28644
28676
  border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor);
@@ -28678,13 +28710,44 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28678
28710
  }
28679
28711
 
28680
28712
  .pf-v6-c-table__thead {
28713
+ --pf-v6-c-table__tr--BorderBottomWidth: 0;
28714
+ --pf-v6-c-table__toggle--PaddingBottom: var(--pf-v6-c-table__thead__toggle--PaddingBottom);
28681
28715
  vertical-align: bottom;
28682
28716
  }
28717
+ .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
28718
+ --pf-v6-c-table__button--PaddingLeft: var(--pf-v6-c-table__nested-column-header__button--PaddingLeft);
28719
+ --pf-v6-c-table__button--PaddingRight: var(--pf-v6-c-table__nested-column-header__button--PaddingRight);
28720
+ margin-inline-end: calc(var(--pf-v6-c-table__button--PaddingLeft) * -1);
28721
+ }
28683
28722
 
28684
28723
  .pf-v6-c-table__tbody {
28685
28724
  vertical-align: top;
28686
28725
  }
28687
- .pf-v6-c-table__tbody .pf-v6-c-table__tr {
28726
+ .pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
28727
+ background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
28728
+ }
28729
+
28730
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
28731
+ border-block-end: 0;
28732
+ }
28733
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
28734
+ border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
28735
+ }
28736
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
28737
+ border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
28738
+ }
28739
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
28740
+ background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
28741
+ border-block-end: var(--pf-v6-c-table__control-row--BorderBottomWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBottomColor);
28742
+ }
28743
+
28744
+ .pf-v6-c-table__tr {
28745
+ border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
28746
+ }
28747
+ .pf-v6-c-table__thead .pf-v6-c-table__tr {
28748
+ border-block-end: 0;
28749
+ }
28750
+ .pf-v6-c-table__tr.pf-m-border-row {
28688
28751
  border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
28689
28752
  }
28690
28753
 
@@ -28754,7 +28817,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28754
28817
 
28755
28818
  :where(:root),
28756
28819
  :where(.pf-v6-c-table) {
28757
- --pf-v6-c-table__sticky-cell--MinWidth--base: 12.5rem;
28820
+ --pf-v6-c-table__sticky-cell--MinWidth--base: 8.75rem;
28758
28821
  --pf-v6-c-table__sticky-cell--MinWidth: var(--pf-v6-c-table__sticky-cell--MinWidth--base);
28759
28822
  --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--Zindex--xs);
28760
28823
  --pf-v6-c-table__sticky-cell--Right: auto;
@@ -28768,36 +28831,33 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28768
28831
  --pf-v6-c-table__sticky-cell--m-left--Left: 0;
28769
28832
  --pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex: calc(var(--pf-v6-c-table__sticky-cell--ZIndex) + 1);
28770
28833
  }
28771
- :where(:root) .pf-v6-c-table__sticky-cell,
28772
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell {
28773
- --pf-v6-c-table--cell--Overflow: visible;
28774
- --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex);
28834
+
28835
+ .pf-v6-c-table .pf-v6-c-table__sticky-cell {
28775
28836
  position: sticky;
28776
28837
  inset-inline-start: var(--pf-v6-c-table__sticky-cell--Left);
28777
28838
  inset-inline-end: var(--pf-v6-c-table__sticky-cell--Right);
28778
28839
  z-index: var(--pf-v6-c-table__sticky-cell--ZIndex);
28779
28840
  min-width: var(--pf-v6-c-table__sticky-cell--MinWidth);
28841
+ }
28842
+
28843
+ .pf-v6-c-table__sticky-cell {
28844
+ --pf-v6-c-table--cell--Overflow: visible;
28845
+ --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex);
28780
28846
  background-color: var(--pf-v6-c-table__sticky-cell--BackgroundColor);
28781
28847
  background-clip: padding-box;
28782
28848
  }
28783
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-border-right::before,
28784
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-border-right::before {
28849
+ .pf-v6-c-table__sticky-cell.pf-m-border-right::before {
28785
28850
  --pf-v6-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-v6-c-table__sticky-cell--m-border-right--before--BorderRightWidth);
28786
28851
  --pf-v6-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-v6-c-table__sticky-cell--m-border-right--before--BorderRightColor);
28787
28852
  }
28788
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-border-left::before,
28789
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-border-left::before {
28853
+ .pf-v6-c-table__sticky-cell.pf-m-border-left::before {
28790
28854
  --pf-v6-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-v6-c-table__sticky-cell--m-border-left--before--BorderLeftWidth);
28791
28855
  --pf-v6-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-v6-c-table__sticky-cell--m-border-left--before--BorderLeftColor);
28792
28856
  }
28793
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-right, :where(:root) .pf-v6-c-table__sticky-cell.pf-m-inline-end,
28794
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-right,
28795
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-inline-end {
28857
+ .pf-v6-c-table__sticky-cell.pf-m-right, .pf-v6-c-table__sticky-cell.pf-m-inline-end {
28796
28858
  --pf-v6-c-table__sticky-cell--Right: var(--pf-v6-c-table__sticky-cell--m-right--Right);
28797
28859
  }
28798
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-left, :where(:root) .pf-v6-c-table__sticky-cell.pf-m-inline-start,
28799
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-left,
28800
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-inline-start {
28860
+ .pf-v6-c-table__sticky-cell.pf-m-left, .pf-v6-c-table__sticky-cell.pf-m-inline-start {
28801
28861
  --pf-v6-c-table__sticky-cell--Left: var(--pf-v6-c-table__sticky-cell--m-left--Left);
28802
28862
  }
28803
28863
 
@@ -28828,7 +28888,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28828
28888
  --pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
28829
28889
  --pf-v6-c-table__tree-view-main--MarginLeft: calc(var(--pf-v6-c-table--cell--PaddingLeft) * -1);
28830
28890
  --pf-v6-c-table__tree-view-main--c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
28831
- --pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
28832
28891
  --pf-v6-c-table__tree-view-main--c-table__check--MarginRight: var(--pf-t--global--spacer--sm);
28833
28892
  --pf-v6-c-table__tree-view-icon--MinWidth: var(--pf-t--global--spacer--md);
28834
28893
  --pf-v6-c-table__tree-view-icon--MarginRight: var(--pf-t--global--spacer--sm);
@@ -28909,7 +28968,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28909
28968
  margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--MarginRight);
28910
28969
  }
28911
28970
  .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check label {
28912
- padding-inline-start: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft);
28913
28971
  padding-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingRight);
28914
28972
  margin-block-start: 0;
28915
28973
  margin-block-end: 0;