@patternfly/patternfly 6.0.0-alpha.101 → 6.0.0-alpha.103
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/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Nav/nav.css +3 -1
- package/components/Nav/nav.scss +4 -2
- package/components/Table/table.css +0 -37
- package/components/Table/table.scss +0 -49
- package/docs/components/Nav/examples/Navigation.css +2 -2
- package/docs/components/Nav/examples/Navigation.md +57 -55
- package/package.json +1 -1
- package/patternfly-no-globals.css +5 -40
- package/patternfly-theme-dark-unversioned.css +5 -40
- package/patternfly.css +5 -40
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -9056,7 +9056,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9056
9056
|
.pf-v6-c-check {
|
|
9057
9057
|
--pf-v6-c-check--GridGap: var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--sm);
|
|
9058
9058
|
--pf-v6-c-check--AccentColor: var(--pf-t--global--color--brand--default);
|
|
9059
|
-
--pf-v6-c-check--
|
|
9059
|
+
--pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
|
|
9060
9060
|
--pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
9061
9061
|
--pf-v6-c-check__label--Color: var(--pf-t--global--text--color--regular);
|
|
9062
9062
|
--pf-v6-c-check__label--FontWeight: var(--pf-t--global--font--weight--body);
|
|
@@ -9079,7 +9079,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9079
9079
|
.pf-v6-c-check.pf-m-standalone {
|
|
9080
9080
|
display: inline-grid;
|
|
9081
9081
|
grid-template-columns: auto;
|
|
9082
|
-
height: var(--pf-v6-c-check--
|
|
9082
|
+
min-height: var(--pf-v6-c-check--MinHeight);
|
|
9083
9083
|
}
|
|
9084
9084
|
.pf-v6-c-check.pf-m-standalone .pf-v6-c-check__input {
|
|
9085
9085
|
align-self: center;
|
|
@@ -21260,7 +21260,6 @@ ul.pf-v6-c-list {
|
|
|
21260
21260
|
}
|
|
21261
21261
|
|
|
21262
21262
|
.pf-v6-c-nav {
|
|
21263
|
-
--pf-v6-c-menu--MinWidth: 100%;
|
|
21264
21263
|
position: relative;
|
|
21265
21264
|
row-gap: var(--pf-v6-c-nav--RowGap);
|
|
21266
21265
|
column-gap: var(--pf-v6-c-nav--ColumnGap);
|
|
@@ -21283,6 +21282,9 @@ ul.pf-v6-c-list {
|
|
|
21283
21282
|
.pf-v6-c-nav.pf-m-fill {
|
|
21284
21283
|
flex-grow: 1;
|
|
21285
21284
|
}
|
|
21285
|
+
.pf-v6-c-nav .pf-v6-c-menu {
|
|
21286
|
+
--pf-v6-c-menu--MinWidth: 100%;
|
|
21287
|
+
}
|
|
21286
21288
|
|
|
21287
21289
|
[class^=pf-v6-c-nav][hidden] {
|
|
21288
21290
|
display: none;
|
|
@@ -27920,63 +27922,38 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
27920
27922
|
--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
27921
27923
|
--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
27922
27924
|
--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
27923
|
-
--pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
|
|
27924
|
-
--pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
|
|
27925
27925
|
--pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
27926
27926
|
--pf-v6-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
27927
27927
|
--pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
|
27928
27928
|
--pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
|
27929
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);
|
|
27931
|
-
--pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
|
|
27932
|
-
--pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
|
|
27933
|
-
--pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
|
|
27934
|
-
--pf-v6-c-table__draggable--c-button--MarginRight: calc(var(--pf-v6-c-button--PaddingRight) * -1);
|
|
27935
|
-
--pf-v6-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
|
|
27936
|
-
--pf-v6-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v6-c-button--PaddingLeft) * -1);
|
|
27937
27930
|
--pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
|
|
27938
27931
|
--pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
27939
27932
|
--pf-v6-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
27940
27933
|
--pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
27941
27934
|
--pf-v6-c-table__action--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
27942
27935
|
--pf-v6-c-table__action--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
27943
|
-
--pf-v6-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
27944
|
-
--pf-v6-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
27945
27936
|
--pf-v6-c-table__expandable-row--Transition: var(--pf-v6-global--Transition);
|
|
27946
27937
|
--pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
|
|
27947
27938
|
--pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
27948
27939
|
--pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
27949
27940
|
--pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
|
|
27950
27941
|
--pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
27951
|
-
--pf-v6-c-table__expandable-row-content--Transition: var(--pf-v6-global--Transition);
|
|
27952
27942
|
--pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
27953
27943
|
--pf-v6-c-table__control-row--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
27954
27944
|
--pf-v6-c-table__control-row__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
27955
27945
|
--pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
|
|
27956
27946
|
--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));
|
|
27957
|
-
--pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
27958
|
-
--pf-v6-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
27959
|
-
--pf-v6-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
27960
|
-
--pf-v6-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--md);
|
|
27961
|
-
--pf-v6-c-table__sort__button--MarginBottom: calc(var(--pf-v6-c-table__sort__button--PaddingBottom) * -1);
|
|
27962
|
-
--pf-v6-c-table__sort__button--MarginLeft: calc(var(--pf-v6-c-table__sort__button--PaddingLeft) * -1);
|
|
27963
|
-
--pf-v6-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
|
|
27964
27947
|
--pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
|
|
27965
27948
|
--pf-v6-c-table__sort--m-help--MinWidth: 15ch;
|
|
27966
27949
|
--pf-v6-c-table__sort__button__text--Color: currentcolor;
|
|
27967
27950
|
--pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
|
|
27968
|
-
--pf-v6-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
|
|
27969
|
-
--pf-v6-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
27970
27951
|
--pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
|
27971
27952
|
--pf-v6-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
|
|
27972
27953
|
--pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
|
|
27973
27954
|
--pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
27974
27955
|
--pf-v6-c-table__th--m-help--MinWidth: 11ch;
|
|
27975
27956
|
--pf-v6-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
|
|
27976
|
-
--pf-v6-c-table__column-help--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
|
|
27977
|
-
--pf-v6-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
|
|
27978
|
-
--pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
27979
|
-
--pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
27980
27957
|
--pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
|
27981
27958
|
--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
27982
27959
|
--pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
@@ -27984,39 +27961,30 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
27984
27961
|
--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
27985
27962
|
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
27986
27963
|
--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
27964
|
--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
|
|
27989
27965
|
--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
|
|
27990
27966
|
--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
27991
27967
|
--pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
|
|
27992
27968
|
--pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
27993
27969
|
--pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
27994
|
-
--pf-v6-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
27995
27970
|
--pf-v6-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
27996
|
-
--pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
27997
27971
|
--pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
27998
27972
|
--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);
|
|
28001
27973
|
--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
28002
27974
|
--pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
28003
27975
|
--pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28004
27976
|
--pf-v6-c-table__tr--m-clickable--hover--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
27977
|
--pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28007
27978
|
--pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28008
27979
|
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
|
28009
27980
|
--pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28010
27981
|
--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
28011
27982
|
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28012
|
-
--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
28013
27983
|
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28014
27984
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28015
27985
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
28016
27986
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
28017
27987
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
28018
|
-
--pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28019
|
-
--pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28020
27988
|
--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
28021
27989
|
--pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
|
|
28022
27990
|
--pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
|
|
@@ -28505,7 +28473,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28505
28473
|
}
|
|
28506
28474
|
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
|
|
28507
28475
|
--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
|
|
28508
|
-
--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-selected__button__text--Color);
|
|
28509
28476
|
color: var(--pf-v6-c-table__sort--m-selected__button--Color);
|
|
28510
28477
|
}
|
|
28511
28478
|
.pf-v6-c-table__sort.pf-m-help {
|
|
@@ -28519,7 +28486,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28519
28486
|
grid-column: 2;
|
|
28520
28487
|
align-self: end;
|
|
28521
28488
|
margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginLeft);
|
|
28522
|
-
font-size: var(--pf-v6-c-table__sort-indicator--FontSize);
|
|
28523
28489
|
color: var(--pf-v6-c-table__sort-indicator--Color);
|
|
28524
28490
|
pointer-events: none;
|
|
28525
28491
|
}
|
|
@@ -28552,7 +28518,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28552
28518
|
padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
|
|
28553
28519
|
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingLeft);
|
|
28554
28520
|
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
28521
|
border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
|
|
28557
28522
|
}
|
|
28558
28523
|
.pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
@@ -9173,7 +9173,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9173
9173
|
.pf-v6-c-check {
|
|
9174
9174
|
--pf-v6-c-check--GridGap: var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--sm);
|
|
9175
9175
|
--pf-v6-c-check--AccentColor: var(--pf-t--global--color--brand--default);
|
|
9176
|
-
--pf-v6-c-check--
|
|
9176
|
+
--pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
|
|
9177
9177
|
--pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
9178
9178
|
--pf-v6-c-check__label--Color: var(--pf-t--global--text--color--regular);
|
|
9179
9179
|
--pf-v6-c-check__label--FontWeight: var(--pf-t--global--font--weight--body);
|
|
@@ -9196,7 +9196,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9196
9196
|
.pf-v6-c-check.pf-m-standalone {
|
|
9197
9197
|
display: inline-grid;
|
|
9198
9198
|
grid-template-columns: auto;
|
|
9199
|
-
height: var(--pf-v6-c-check--
|
|
9199
|
+
min-height: var(--pf-v6-c-check--MinHeight);
|
|
9200
9200
|
}
|
|
9201
9201
|
.pf-v6-c-check.pf-m-standalone .pf-v6-c-check__input {
|
|
9202
9202
|
align-self: center;
|
|
@@ -21377,7 +21377,6 @@ ul.pf-v6-c-list {
|
|
|
21377
21377
|
}
|
|
21378
21378
|
|
|
21379
21379
|
.pf-v6-c-nav {
|
|
21380
|
-
--pf-v6-c-menu--MinWidth: 100%;
|
|
21381
21380
|
position: relative;
|
|
21382
21381
|
row-gap: var(--pf-v6-c-nav--RowGap);
|
|
21383
21382
|
column-gap: var(--pf-v6-c-nav--ColumnGap);
|
|
@@ -21400,6 +21399,9 @@ ul.pf-v6-c-list {
|
|
|
21400
21399
|
.pf-v6-c-nav.pf-m-fill {
|
|
21401
21400
|
flex-grow: 1;
|
|
21402
21401
|
}
|
|
21402
|
+
.pf-v6-c-nav .pf-v6-c-menu {
|
|
21403
|
+
--pf-v6-c-menu--MinWidth: 100%;
|
|
21404
|
+
}
|
|
21403
21405
|
|
|
21404
21406
|
[class^=pf-v6-c-nav][hidden] {
|
|
21405
21407
|
display: none;
|
|
@@ -28037,63 +28039,38 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28037
28039
|
--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
28038
28040
|
--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
28039
28041
|
--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
28040
|
-
--pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
|
|
28041
|
-
--pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
|
|
28042
28042
|
--pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28043
28043
|
--pf-v6-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28044
28044
|
--pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
|
28045
28045
|
--pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
|
28046
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);
|
|
28048
|
-
--pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
|
|
28049
|
-
--pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
|
|
28050
|
-
--pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
|
|
28051
|
-
--pf-v6-c-table__draggable--c-button--MarginRight: calc(var(--pf-v6-c-button--PaddingRight) * -1);
|
|
28052
|
-
--pf-v6-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
|
|
28053
|
-
--pf-v6-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v6-c-button--PaddingLeft) * -1);
|
|
28054
28047
|
--pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
|
|
28055
28048
|
--pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
28056
28049
|
--pf-v6-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
28057
28050
|
--pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28058
28051
|
--pf-v6-c-table__action--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28059
28052
|
--pf-v6-c-table__action--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28060
|
-
--pf-v6-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
28061
|
-
--pf-v6-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28062
28053
|
--pf-v6-c-table__expandable-row--Transition: var(--pf-v6-global--Transition);
|
|
28063
28054
|
--pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
|
|
28064
28055
|
--pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
28065
28056
|
--pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
28066
28057
|
--pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
|
|
28067
28058
|
--pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
28068
|
-
--pf-v6-c-table__expandable-row-content--Transition: var(--pf-v6-global--Transition);
|
|
28069
28059
|
--pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
28070
28060
|
--pf-v6-c-table__control-row--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
28071
28061
|
--pf-v6-c-table__control-row__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
28072
28062
|
--pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
|
|
28073
28063
|
--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));
|
|
28074
|
-
--pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
28075
|
-
--pf-v6-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28076
|
-
--pf-v6-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
28077
|
-
--pf-v6-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--md);
|
|
28078
|
-
--pf-v6-c-table__sort__button--MarginBottom: calc(var(--pf-v6-c-table__sort__button--PaddingBottom) * -1);
|
|
28079
|
-
--pf-v6-c-table__sort__button--MarginLeft: calc(var(--pf-v6-c-table__sort__button--PaddingLeft) * -1);
|
|
28080
|
-
--pf-v6-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
|
|
28081
28064
|
--pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
|
|
28082
28065
|
--pf-v6-c-table__sort--m-help--MinWidth: 15ch;
|
|
28083
28066
|
--pf-v6-c-table__sort__button__text--Color: currentcolor;
|
|
28084
28067
|
--pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
|
|
28085
|
-
--pf-v6-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
|
|
28086
|
-
--pf-v6-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28087
28068
|
--pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
|
28088
28069
|
--pf-v6-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
|
|
28089
28070
|
--pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
|
|
28090
28071
|
--pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
28091
28072
|
--pf-v6-c-table__th--m-help--MinWidth: 11ch;
|
|
28092
28073
|
--pf-v6-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
|
|
28093
|
-
--pf-v6-c-table__column-help--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
|
|
28094
|
-
--pf-v6-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
|
|
28095
|
-
--pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28096
|
-
--pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28097
28074
|
--pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
|
28098
28075
|
--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
28099
28076
|
--pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
@@ -28101,39 +28078,30 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28101
28078
|
--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
28102
28079
|
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
28103
28080
|
--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
28081
|
--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
|
|
28106
28082
|
--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
|
|
28107
28083
|
--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28108
28084
|
--pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
|
|
28109
28085
|
--pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28110
28086
|
--pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
28111
|
-
--pf-v6-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28112
28087
|
--pf-v6-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28113
|
-
--pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28114
28088
|
--pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
28115
28089
|
--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);
|
|
28118
28090
|
--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
28119
28091
|
--pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
28120
28092
|
--pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28121
28093
|
--pf-v6-c-table__tr--m-clickable--hover--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
28094
|
--pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28124
28095
|
--pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28125
28096
|
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
|
28126
28097
|
--pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28127
28098
|
--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
28128
28099
|
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28129
|
-
--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
28130
28100
|
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28131
28101
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28132
28102
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
28133
28103
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
28134
28104
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
28135
|
-
--pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28136
|
-
--pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28137
28105
|
--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
28138
28106
|
--pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
|
|
28139
28107
|
--pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
|
|
@@ -28622,7 +28590,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28622
28590
|
}
|
|
28623
28591
|
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
|
|
28624
28592
|
--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
|
|
28625
|
-
--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-selected__button__text--Color);
|
|
28626
28593
|
color: var(--pf-v6-c-table__sort--m-selected__button--Color);
|
|
28627
28594
|
}
|
|
28628
28595
|
.pf-v6-c-table__sort.pf-m-help {
|
|
@@ -28636,7 +28603,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28636
28603
|
grid-column: 2;
|
|
28637
28604
|
align-self: end;
|
|
28638
28605
|
margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginLeft);
|
|
28639
|
-
font-size: var(--pf-v6-c-table__sort-indicator--FontSize);
|
|
28640
28606
|
color: var(--pf-v6-c-table__sort-indicator--Color);
|
|
28641
28607
|
pointer-events: none;
|
|
28642
28608
|
}
|
|
@@ -28669,7 +28635,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28669
28635
|
padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
|
|
28670
28636
|
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingLeft);
|
|
28671
28637
|
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
28638
|
border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
|
|
28674
28639
|
}
|
|
28675
28640
|
.pf-v6-c-table__expandable-row.pf-m-expanded {
|
package/patternfly.css
CHANGED
|
@@ -9173,7 +9173,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9173
9173
|
.pf-v6-c-check {
|
|
9174
9174
|
--pf-v6-c-check--GridGap: var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--sm);
|
|
9175
9175
|
--pf-v6-c-check--AccentColor: var(--pf-t--global--color--brand--default);
|
|
9176
|
-
--pf-v6-c-check--
|
|
9176
|
+
--pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
|
|
9177
9177
|
--pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
9178
9178
|
--pf-v6-c-check__label--Color: var(--pf-t--global--text--color--regular);
|
|
9179
9179
|
--pf-v6-c-check__label--FontWeight: var(--pf-t--global--font--weight--body);
|
|
@@ -9196,7 +9196,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9196
9196
|
.pf-v6-c-check.pf-m-standalone {
|
|
9197
9197
|
display: inline-grid;
|
|
9198
9198
|
grid-template-columns: auto;
|
|
9199
|
-
height: var(--pf-v6-c-check--
|
|
9199
|
+
min-height: var(--pf-v6-c-check--MinHeight);
|
|
9200
9200
|
}
|
|
9201
9201
|
.pf-v6-c-check.pf-m-standalone .pf-v6-c-check__input {
|
|
9202
9202
|
align-self: center;
|
|
@@ -21377,7 +21377,6 @@ ul.pf-v6-c-list {
|
|
|
21377
21377
|
}
|
|
21378
21378
|
|
|
21379
21379
|
.pf-v6-c-nav {
|
|
21380
|
-
--pf-v6-c-menu--MinWidth: 100%;
|
|
21381
21380
|
position: relative;
|
|
21382
21381
|
row-gap: var(--pf-v6-c-nav--RowGap);
|
|
21383
21382
|
column-gap: var(--pf-v6-c-nav--ColumnGap);
|
|
@@ -21400,6 +21399,9 @@ ul.pf-v6-c-list {
|
|
|
21400
21399
|
.pf-v6-c-nav.pf-m-fill {
|
|
21401
21400
|
flex-grow: 1;
|
|
21402
21401
|
}
|
|
21402
|
+
.pf-v6-c-nav .pf-v6-c-menu {
|
|
21403
|
+
--pf-v6-c-menu--MinWidth: 100%;
|
|
21404
|
+
}
|
|
21403
21405
|
|
|
21404
21406
|
[class^=pf-v6-c-nav][hidden] {
|
|
21405
21407
|
display: none;
|
|
@@ -28037,63 +28039,38 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28037
28039
|
--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
28038
28040
|
--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
28039
28041
|
--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
28040
|
-
--pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
|
|
28041
|
-
--pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
|
|
28042
28042
|
--pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28043
28043
|
--pf-v6-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28044
28044
|
--pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
|
28045
28045
|
--pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
|
28046
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);
|
|
28048
|
-
--pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
|
|
28049
|
-
--pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
|
|
28050
|
-
--pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
|
|
28051
|
-
--pf-v6-c-table__draggable--c-button--MarginRight: calc(var(--pf-v6-c-button--PaddingRight) * -1);
|
|
28052
|
-
--pf-v6-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
|
|
28053
|
-
--pf-v6-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v6-c-button--PaddingLeft) * -1);
|
|
28054
28047
|
--pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
|
|
28055
28048
|
--pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
28056
28049
|
--pf-v6-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
28057
28050
|
--pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28058
28051
|
--pf-v6-c-table__action--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28059
28052
|
--pf-v6-c-table__action--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28060
|
-
--pf-v6-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
28061
|
-
--pf-v6-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28062
28053
|
--pf-v6-c-table__expandable-row--Transition: var(--pf-v6-global--Transition);
|
|
28063
28054
|
--pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
|
|
28064
28055
|
--pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
28065
28056
|
--pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
28066
28057
|
--pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
|
|
28067
28058
|
--pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
28068
|
-
--pf-v6-c-table__expandable-row-content--Transition: var(--pf-v6-global--Transition);
|
|
28069
28059
|
--pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
28070
28060
|
--pf-v6-c-table__control-row--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
28071
28061
|
--pf-v6-c-table__control-row__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
28072
28062
|
--pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
|
|
28073
28063
|
--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));
|
|
28074
|
-
--pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
28075
|
-
--pf-v6-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28076
|
-
--pf-v6-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
28077
|
-
--pf-v6-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--md);
|
|
28078
|
-
--pf-v6-c-table__sort__button--MarginBottom: calc(var(--pf-v6-c-table__sort__button--PaddingBottom) * -1);
|
|
28079
|
-
--pf-v6-c-table__sort__button--MarginLeft: calc(var(--pf-v6-c-table__sort__button--PaddingLeft) * -1);
|
|
28080
|
-
--pf-v6-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
|
|
28081
28064
|
--pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
|
|
28082
28065
|
--pf-v6-c-table__sort--m-help--MinWidth: 15ch;
|
|
28083
28066
|
--pf-v6-c-table__sort__button__text--Color: currentcolor;
|
|
28084
28067
|
--pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
|
|
28085
|
-
--pf-v6-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
|
|
28086
|
-
--pf-v6-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28087
28068
|
--pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
|
28088
28069
|
--pf-v6-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
|
|
28089
28070
|
--pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
|
|
28090
28071
|
--pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
28091
28072
|
--pf-v6-c-table__th--m-help--MinWidth: 11ch;
|
|
28092
28073
|
--pf-v6-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
|
|
28093
|
-
--pf-v6-c-table__column-help--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
|
|
28094
|
-
--pf-v6-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
|
|
28095
|
-
--pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28096
|
-
--pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28097
28074
|
--pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
|
28098
28075
|
--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
28099
28076
|
--pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
@@ -28101,39 +28078,30 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28101
28078
|
--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
28102
28079
|
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
28103
28080
|
--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
28081
|
--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
|
|
28106
28082
|
--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
|
|
28107
28083
|
--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28108
28084
|
--pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
|
|
28109
28085
|
--pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28110
28086
|
--pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
28111
|
-
--pf-v6-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28112
28087
|
--pf-v6-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
28113
|
-
--pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28114
28088
|
--pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
28115
28089
|
--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);
|
|
28118
28090
|
--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
28119
28091
|
--pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
28120
28092
|
--pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28121
28093
|
--pf-v6-c-table__tr--m-clickable--hover--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
28094
|
--pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28124
28095
|
--pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28125
28096
|
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
|
28126
28097
|
--pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28127
28098
|
--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
28128
28099
|
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28129
|
-
--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
28130
28100
|
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28131
28101
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28132
28102
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
28133
28103
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
28134
28104
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
28135
|
-
--pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
28136
|
-
--pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
28137
28105
|
--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
28138
28106
|
--pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
|
|
28139
28107
|
--pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
|
|
@@ -28622,7 +28590,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28622
28590
|
}
|
|
28623
28591
|
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
|
|
28624
28592
|
--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
|
|
28625
|
-
--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-selected__button__text--Color);
|
|
28626
28593
|
color: var(--pf-v6-c-table__sort--m-selected__button--Color);
|
|
28627
28594
|
}
|
|
28628
28595
|
.pf-v6-c-table__sort.pf-m-help {
|
|
@@ -28636,7 +28603,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28636
28603
|
grid-column: 2;
|
|
28637
28604
|
align-self: end;
|
|
28638
28605
|
margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginLeft);
|
|
28639
|
-
font-size: var(--pf-v6-c-table__sort-indicator--FontSize);
|
|
28640
28606
|
color: var(--pf-v6-c-table__sort-indicator--Color);
|
|
28641
28607
|
pointer-events: none;
|
|
28642
28608
|
}
|
|
@@ -28669,7 +28635,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28669
28635
|
padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
|
|
28670
28636
|
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingLeft);
|
|
28671
28637
|
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
28638
|
border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
|
|
28674
28639
|
}
|
|
28675
28640
|
.pf-v6-c-table__expandable-row.pf-m-expanded {
|