@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
@@ -27870,18 +27870,21 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27870
27870
  --pf-v6-c-table__caption--PaddingLeft: var(--pf-t--global--spacer--lg);
27871
27871
  --pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
27872
27872
  --pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
27873
+ --pf-v6-c-table__thead__toggle--PaddingBottom: var(--pf-t--global--spacer--xs);
27873
27874
  --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
27874
27875
  --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
27875
27876
  --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
27877
+ --pf-v6-c-table__tr--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
27878
+ --pf-v6-c-table__tr--BorderBottomColor: var(--pf-t--global--border--color--default);
27876
27879
  --pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
27877
- --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
27878
- --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
27879
- --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
27880
- --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
27881
27880
  --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
27882
27881
  --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--cell--Padding--base);
27883
27882
  --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
27884
27883
  --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
27884
+ --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
27885
+ --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
27886
+ --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
27887
+ --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
27885
27888
  --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
27886
27889
  --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
27887
27890
  --pf-v6-c-table--cell--MinWidth: 0;
@@ -27898,6 +27901,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27898
27901
  --pf-v6-c-table--cell--m-help--MinWidth: 11ch;
27899
27902
  --pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
27900
27903
  --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft));
27904
+ --pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
27901
27905
  --pf-v6-c-table--cell--hidden-visible--Display: table-cell;
27902
27906
  --pf-v6-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
27903
27907
  --pf-v6-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
@@ -27916,7 +27920,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27916
27920
  --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
27917
27921
  --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
27918
27922
  --pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
27919
- --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
27920
27923
  --pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
27921
27924
  --pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
27922
27925
  --pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
@@ -27924,6 +27927,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27924
27927
  --pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
27925
27928
  --pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
27926
27929
  --pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
27930
+ --pf-v6-c-table__favorite--m-favorited--c-button--hover--Color: var(--pf-t--global--color--favorite--clicked);
27927
27931
  --pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
27928
27932
  --pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
27929
27933
  --pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
@@ -27943,7 +27947,11 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27943
27947
  --pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
27944
27948
  --pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
27945
27949
  --pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
27950
+ --pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
27946
27951
  --pf-v6-c-table__expandable-row-content--Transition: var(--pf-v6-global--Transition);
27952
+ --pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
27953
+ --pf-v6-c-table__control-row--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
27954
+ --pf-v6-c-table__control-row__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
27947
27955
  --pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
27948
27956
  --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));
27949
27957
  --pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--sm);
@@ -27970,10 +27978,16 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27970
27978
  --pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
27971
27979
  --pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
27972
27980
  --pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
27981
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
27973
27982
  --pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
27983
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
27984
+ --pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
27974
27985
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
27975
27986
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
27987
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--BorderColor: var(--pf-t--global--border--color--hover);
27988
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
27976
27989
  --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
27990
+ --pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
27977
27991
  --pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
27978
27992
  --pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
27979
27993
  --pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
@@ -27982,26 +27996,34 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27982
27996
  --pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
27983
27997
  --pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
27984
27998
  --pf-v6-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
27999
+ --pf-v6-c-table--m-expandable__tbody--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
28000
+ --pf-v6-c-table--m-expandable__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
27985
28001
  --pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
27986
28002
  --pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
27987
28003
  --pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
27988
28004
  --pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
27989
- --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
28005
+ --pf-v6-c-table__tr--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28006
+ --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
27990
28007
  --pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
27991
28008
  --pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
27992
28009
  --pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
27993
- --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28010
+ --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
28011
+ --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
27994
28012
  --pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
27995
- --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28013
+ --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
27996
28014
  --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
27997
28015
  --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
27998
28016
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
27999
- --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--xs);
28017
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--md);
28000
28018
  --pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
28001
28019
  --pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
28002
28020
  --pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
28003
- --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28021
+ --pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
28022
+ --pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
28023
+ --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
28004
28024
  --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
28025
+ --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 1);
28026
+ --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 2);
28005
28027
  }
28006
28028
 
28007
28029
  .pf-v6-c-table {
@@ -28011,39 +28033,36 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28011
28033
  .pf-v6-c-table.pf-m-fixed {
28012
28034
  table-layout: fixed;
28013
28035
  }
28014
- .pf-v6-c-table.pf-m-sticky-header {
28015
- position: relative;
28016
- }
28017
- .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) {
28018
- z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
28019
- }
28020
- .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) {
28036
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
28037
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
28021
28038
  position: sticky;
28022
28039
  inset-block-start: 0;
28040
+ z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
28023
28041
  background: var(--pf-v6-c-table--BackgroundColor);
28024
28042
  }
28025
- .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 {
28043
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
28044
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
28026
28045
  position: absolute;
28046
+ inset-block-start: 0;
28027
28047
  inset-block-end: 0;
28028
28048
  inset-inline-start: 0;
28029
28049
  inset-inline-end: 0;
28050
+ z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
28051
+ pointer-events: none;
28030
28052
  content: "";
28031
28053
  border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
28032
28054
  }
28055
+ .pf-v6-c-table.pf-m-sticky-header {
28056
+ position: relative;
28057
+ }
28058
+ .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) {
28059
+ z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
28060
+ }
28033
28061
  .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
28034
28062
  position: sticky;
28035
28063
  inset-block-start: 0;
28036
- z-index: var(--pf-t--global--Zindex--xs);
28037
28064
  background: var(--pf-v6-c-table--BackgroundColor);
28038
28065
  }
28039
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
28040
- height: var(--pf-v6-c-table--border-width--base);
28041
- background-color: var(--pf-v6-c-table--BorderColor);
28042
- }
28043
- .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]),
28044
- .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]) {
28045
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
28046
- }
28047
28066
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
28048
28067
  border-block-end: 0;
28049
28068
  }
@@ -28051,7 +28070,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28051
28070
  .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]) {
28052
28071
  --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
28053
28072
  }
28054
- .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),
28073
+ .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),
28055
28074
  .pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
28056
28075
  .pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
28057
28076
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
@@ -28090,7 +28109,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28090
28109
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-center {
28091
28110
  text-align: center;
28092
28111
  }
28093
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):empty {
28112
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):is(:empty, .pf-v6-c-table__cell-empty) {
28094
28113
  width: auto;
28095
28114
  min-width: 0;
28096
28115
  padding: 0;
@@ -28137,14 +28156,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28137
28156
  --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop);
28138
28157
  }
28139
28158
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
28140
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__subhead--PaddingLeft);
28141
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__subhead--PaddingRight);
28142
28159
  --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
28143
28160
  color: var(--pf-v6-c-table__subhead--Color);
28144
28161
  }
28145
- .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead .pf-v6-c-table__button {
28146
- margin-inline-start: 0;
28147
- }
28148
28162
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
28149
28163
  --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__tbody--cell--PaddingTop);
28150
28164
  --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__tbody--cell--PaddingBottom);
@@ -28193,6 +28207,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28193
28207
  --pf-v6-c-table--cell--WordBreak: break-word;
28194
28208
  --pf-v6-c-table--cell--WhiteSpace: normal;
28195
28209
  }
28210
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
28211
+ --pf-v6-c-table__tr--BorderBottomWidth: 0;
28212
+ --pf-v6-c-table__tbody--BorderBottomWidth: 0;
28213
+ --pf-v6-c-table--m-expandable__tbody--BorderBottomWidth: 0;
28214
+ --pf-v6-c-table__control-row--BorderBottomWidth: 0;
28215
+ }
28196
28216
  .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
28197
28217
  border-block-end: 0;
28198
28218
  }
@@ -28211,35 +28231,38 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28211
28231
  --pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
28212
28232
  }
28213
28233
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
28214
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
28215
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
28216
28234
  position: relative;
28217
28235
  background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
28218
28236
  outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
28219
28237
  }
28220
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset {
28221
- --pf-v6-c-table--cell--first-last-child--PaddingLeft: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
28238
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
28239
+ padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
28222
28240
  }
28223
28241
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
28224
28242
  cursor: pointer;
28225
28243
  background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
28226
28244
  outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
28227
28245
  }
28228
- .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
28229
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor);
28230
- }
28231
28246
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
28232
28247
  --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
28233
28248
  }
28249
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded {
28250
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
28251
+ }
28234
28252
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
28235
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftWidth);
28236
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftColor);
28237
28253
  background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
28238
28254
  outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
28239
28255
  }
28240
28256
  .pf-v6-c-table.pf-m-drag-over {
28241
28257
  overflow-anchor: none;
28242
28258
  }
28259
+ .pf-v6-c-table .pf-v6-c-table {
28260
+ background-color: transparent;
28261
+ }
28262
+ .pf-v6-c-table .pf-v6-c-table,
28263
+ .pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
28264
+ border-block-end: 0;
28265
+ }
28243
28266
 
28244
28267
  .pf-v6-c-table__text {
28245
28268
  --pf-v6-c-table--cell--MaxWidth: 100%;
@@ -28256,6 +28279,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28256
28279
  }
28257
28280
  .pf-v6-c-table__text.pf-m-truncate {
28258
28281
  --pf-v6-c-table--cell--MinWidth: 100%;
28282
+ --pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
28259
28283
  }
28260
28284
  .pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
28261
28285
  overflow: var(--pf-v6-c-table--cell--Overflow);
@@ -28263,10 +28287,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28263
28287
  white-space: var(--pf-v6-c-table--cell--WhiteSpace);
28264
28288
  }
28265
28289
 
28266
- .pf-v6-c-table__tr.pf-m-border-row {
28267
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
28268
- }
28269
-
28270
28290
  .pf-v6-c-table__button {
28271
28291
  width: auto;
28272
28292
  padding-block-start: var(--pf-v6-c-table__button--PaddingTop);
@@ -28284,6 +28304,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28284
28304
  background-color: var(--pf-v6-c-table__button--BackgroundColor);
28285
28305
  border: 0;
28286
28306
  border-radius: var(--pf-v6-c-table__button--BorderRadius);
28307
+ outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
28287
28308
  }
28288
28309
  .pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
28289
28310
  margin-block-end: 0;
@@ -28393,9 +28414,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28393
28414
  .pf-v6-c-table__favorite .pf-v6-c-button {
28394
28415
  --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
28395
28416
  }
28396
- .pf-m-favorited.pf-v6-c-table__favorite .pf-v6-c-button {
28417
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
28397
28418
  --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
28398
28419
  }
28420
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
28421
+ --pf-v6-c-button--m-plain--hover--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
28422
+ }
28399
28423
 
28400
28424
  .pf-v6-c-table__draggable .pf-v6-c-button {
28401
28425
  cursor: grab;
@@ -28424,6 +28448,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28424
28448
  --pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
28425
28449
  position: relative;
28426
28450
  padding: 0;
28451
+ background-color: var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor);
28427
28452
  }
28428
28453
  .pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
28429
28454
  overflow: visible;
@@ -28445,7 +28470,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28445
28470
  border: 0;
28446
28471
  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);
28447
28472
  }
28448
- .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 {
28473
+ .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
28474
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
28475
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth);
28476
+ }
28477
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
28478
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);
28449
28479
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth);
28450
28480
  }
28451
28481
  .pf-v6-c-table__compound-expansion-toggle:focus-within {
@@ -28481,10 +28511,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28481
28511
  .pf-v6-c-table__sort.pf-m-help {
28482
28512
  --pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
28483
28513
  }
28484
- .pf-v6-c-table__sort.pf-m-favorite {
28485
- --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-favorite__button__text--Color);
28486
- --pf-v6-c-table__sort__button--hover__text--Color: var(--pf-v6-c-table__sort--m-favorite__button--hover__text--Color);
28487
- --pf-v6-c-table__sort--m-selected__button__text--Color: currentcolor;
28514
+ .pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text {
28515
+ font-size: var(--pf-v6-c-table__favorite--c-button--FontSize);
28488
28516
  }
28489
28517
 
28490
28518
  .pf-v6-c-table__sort-indicator {
@@ -28513,7 +28541,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28513
28541
  padding-block-start: 0;
28514
28542
  padding-inline-end: 0;
28515
28543
  padding-block-end: 0;
28516
- padding-inline-start: var(--pf-v6-c-table__expandable-row--after--border-width--base);
28544
+ padding-inline-start: 0;
28517
28545
  }
28518
28546
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
28519
28547
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
@@ -28522,6 +28550,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28522
28550
  .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
28523
28551
  padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingTop);
28524
28552
  padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
28553
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingLeft);
28554
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingRight);
28555
+ background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
28556
+ border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
28525
28557
  }
28526
28558
  .pf-v6-c-table__expandable-row.pf-m-expanded {
28527
28559
  border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor);
@@ -28561,13 +28593,44 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28561
28593
  }
28562
28594
 
28563
28595
  .pf-v6-c-table__thead {
28596
+ --pf-v6-c-table__tr--BorderBottomWidth: 0;
28597
+ --pf-v6-c-table__toggle--PaddingBottom: var(--pf-v6-c-table__thead__toggle--PaddingBottom);
28564
28598
  vertical-align: bottom;
28565
28599
  }
28600
+ .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
28601
+ --pf-v6-c-table__button--PaddingLeft: var(--pf-v6-c-table__nested-column-header__button--PaddingLeft);
28602
+ --pf-v6-c-table__button--PaddingRight: var(--pf-v6-c-table__nested-column-header__button--PaddingRight);
28603
+ margin-inline-end: calc(var(--pf-v6-c-table__button--PaddingLeft) * -1);
28604
+ }
28566
28605
 
28567
28606
  .pf-v6-c-table__tbody {
28568
28607
  vertical-align: top;
28569
28608
  }
28570
- .pf-v6-c-table__tbody .pf-v6-c-table__tr {
28609
+ .pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
28610
+ background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
28611
+ }
28612
+
28613
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
28614
+ border-block-end: 0;
28615
+ }
28616
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
28617
+ border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
28618
+ }
28619
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
28620
+ border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
28621
+ }
28622
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
28623
+ background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
28624
+ border-block-end: var(--pf-v6-c-table__control-row--BorderBottomWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBottomColor);
28625
+ }
28626
+
28627
+ .pf-v6-c-table__tr {
28628
+ border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
28629
+ }
28630
+ .pf-v6-c-table__thead .pf-v6-c-table__tr {
28631
+ border-block-end: 0;
28632
+ }
28633
+ .pf-v6-c-table__tr.pf-m-border-row {
28571
28634
  border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
28572
28635
  }
28573
28636
 
@@ -28637,7 +28700,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28637
28700
 
28638
28701
  :where(:root),
28639
28702
  :where(.pf-v6-c-table) {
28640
- --pf-v6-c-table__sticky-cell--MinWidth--base: 12.5rem;
28703
+ --pf-v6-c-table__sticky-cell--MinWidth--base: 8.75rem;
28641
28704
  --pf-v6-c-table__sticky-cell--MinWidth: var(--pf-v6-c-table__sticky-cell--MinWidth--base);
28642
28705
  --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--Zindex--xs);
28643
28706
  --pf-v6-c-table__sticky-cell--Right: auto;
@@ -28651,36 +28714,33 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28651
28714
  --pf-v6-c-table__sticky-cell--m-left--Left: 0;
28652
28715
  --pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex: calc(var(--pf-v6-c-table__sticky-cell--ZIndex) + 1);
28653
28716
  }
28654
- :where(:root) .pf-v6-c-table__sticky-cell,
28655
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell {
28656
- --pf-v6-c-table--cell--Overflow: visible;
28657
- --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex);
28717
+
28718
+ .pf-v6-c-table .pf-v6-c-table__sticky-cell {
28658
28719
  position: sticky;
28659
28720
  inset-inline-start: var(--pf-v6-c-table__sticky-cell--Left);
28660
28721
  inset-inline-end: var(--pf-v6-c-table__sticky-cell--Right);
28661
28722
  z-index: var(--pf-v6-c-table__sticky-cell--ZIndex);
28662
28723
  min-width: var(--pf-v6-c-table__sticky-cell--MinWidth);
28724
+ }
28725
+
28726
+ .pf-v6-c-table__sticky-cell {
28727
+ --pf-v6-c-table--cell--Overflow: visible;
28728
+ --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex);
28663
28729
  background-color: var(--pf-v6-c-table__sticky-cell--BackgroundColor);
28664
28730
  background-clip: padding-box;
28665
28731
  }
28666
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-border-right::before,
28667
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-border-right::before {
28732
+ .pf-v6-c-table__sticky-cell.pf-m-border-right::before {
28668
28733
  --pf-v6-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-v6-c-table__sticky-cell--m-border-right--before--BorderRightWidth);
28669
28734
  --pf-v6-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-v6-c-table__sticky-cell--m-border-right--before--BorderRightColor);
28670
28735
  }
28671
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-border-left::before,
28672
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-border-left::before {
28736
+ .pf-v6-c-table__sticky-cell.pf-m-border-left::before {
28673
28737
  --pf-v6-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-v6-c-table__sticky-cell--m-border-left--before--BorderLeftWidth);
28674
28738
  --pf-v6-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-v6-c-table__sticky-cell--m-border-left--before--BorderLeftColor);
28675
28739
  }
28676
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-right, :where(:root) .pf-v6-c-table__sticky-cell.pf-m-inline-end,
28677
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-right,
28678
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-inline-end {
28740
+ .pf-v6-c-table__sticky-cell.pf-m-right, .pf-v6-c-table__sticky-cell.pf-m-inline-end {
28679
28741
  --pf-v6-c-table__sticky-cell--Right: var(--pf-v6-c-table__sticky-cell--m-right--Right);
28680
28742
  }
28681
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-left, :where(:root) .pf-v6-c-table__sticky-cell.pf-m-inline-start,
28682
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-left,
28683
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-inline-start {
28743
+ .pf-v6-c-table__sticky-cell.pf-m-left, .pf-v6-c-table__sticky-cell.pf-m-inline-start {
28684
28744
  --pf-v6-c-table__sticky-cell--Left: var(--pf-v6-c-table__sticky-cell--m-left--Left);
28685
28745
  }
28686
28746
 
@@ -28711,7 +28771,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28711
28771
  --pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
28712
28772
  --pf-v6-c-table__tree-view-main--MarginLeft: calc(var(--pf-v6-c-table--cell--PaddingLeft) * -1);
28713
28773
  --pf-v6-c-table__tree-view-main--c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
28714
- --pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
28715
28774
  --pf-v6-c-table__tree-view-main--c-table__check--MarginRight: var(--pf-t--global--spacer--sm);
28716
28775
  --pf-v6-c-table__tree-view-icon--MinWidth: var(--pf-t--global--spacer--md);
28717
28776
  --pf-v6-c-table__tree-view-icon--MarginRight: var(--pf-t--global--spacer--sm);
@@ -28792,7 +28851,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28792
28851
  margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--MarginRight);
28793
28852
  }
28794
28853
  .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check label {
28795
- padding-inline-start: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft);
28796
28854
  padding-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingRight);
28797
28855
  margin-block-start: 0;
28798
28856
  margin-block-end: 0;