@patternfly/react-styles 6.0.0-alpha.11 → 6.0.0-alpha.13
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/css/components/Accordion/accordion.css +1 -1
- package/css/components/Alert/alert.css +2 -0
- package/css/components/Breadcrumb/breadcrumb.css +9 -1
- package/css/components/Button/button.css +44 -46
- package/css/components/CalendarMonth/calendar-month.css +61 -92
- package/css/components/CalendarMonth/calendar-month.d.ts +2 -4
- package/css/components/CalendarMonth/calendar-month.js +2 -4
- package/css/components/CalendarMonth/calendar-month.mjs +2 -4
- package/css/components/CodeBlock/code-block.css +4 -0
- package/css/components/CodeEditor/code-editor.css +94 -72
- package/css/components/CodeEditor/code-editor.d.ts +4 -4
- package/css/components/CodeEditor/code-editor.js +4 -4
- package/css/components/CodeEditor/code-editor.mjs +4 -4
- package/css/components/DataList/data-list.css +1 -1
- package/css/components/DatePicker/date-picker.css +13 -14
- package/css/components/DatePicker/date-picker.d.ts +1 -2
- package/css/components/DatePicker/date-picker.js +1 -2
- package/css/components/DatePicker/date-picker.mjs +1 -2
- package/css/components/Divider/divider.css +8 -6
- package/css/components/DualListSelector/dual-list-selector.css +54 -51
- package/css/components/DualListSelector/dual-list-selector.d.ts +1 -2
- package/css/components/DualListSelector/dual-list-selector.js +1 -2
- package/css/components/DualListSelector/dual-list-selector.mjs +1 -2
- package/css/components/Form/form.css +3 -7
- package/css/components/FormControl/form-control.css +6 -6
- package/css/components/Icon/icon.css +27 -27
- package/css/components/Label/label-group.css +1 -1
- package/css/components/Label/label.css +18 -14
- package/css/components/Login/login.css +5 -22
- package/css/components/Login/login.d.ts +1 -1
- package/css/components/Login/login.js +1 -1
- package/css/components/Login/login.mjs +1 -1
- package/css/components/Menu/menu.css +387 -419
- package/css/components/Menu/menu.d.ts +5 -8
- package/css/components/Menu/menu.js +5 -8
- package/css/components/Menu/menu.mjs +5 -8
- package/css/components/MenuToggle/menu-toggle.css +219 -272
- package/css/components/MenuToggle/menu-toggle.d.ts +7 -8
- package/css/components/MenuToggle/menu-toggle.js +7 -8
- package/css/components/MenuToggle/menu-toggle.mjs +7 -8
- package/css/components/NotificationBadge/notification-badge.css +4 -4
- package/css/components/Pagination/pagination.css +3 -13
- package/css/components/ProgressStepper/progress-stepper.css +72 -69
- package/css/components/ProgressStepper/progress-stepper.d.ts +1 -0
- package/css/components/ProgressStepper/progress-stepper.js +1 -0
- package/css/components/ProgressStepper/progress-stepper.mjs +1 -0
- package/css/components/SimpleList/simple-list.css +0 -3
- package/css/components/Table/table-grid.css +31 -47
- package/css/components/Table/table-scrollable.css +6 -6
- package/css/components/Table/table-tree-view.css +81 -74
- package/css/components/Table/table-tree-view.d.ts +1 -0
- package/css/components/Table/table-tree-view.js +1 -0
- package/css/components/Table/table-tree-view.mjs +1 -0
- package/css/components/Table/table.css +156 -255
- package/css/components/Table/table.d.ts +0 -1
- package/css/components/Table/table.js +0 -1
- package/css/components/Table/table.mjs +0 -1
- package/css/components/Tabs/tabs.css +1 -2
- package/css/components/TextInputGroup/text-input-group.css +0 -14
- package/css/components/TextInputGroup/text-input-group.d.ts +1 -3
- package/css/components/TextInputGroup/text-input-group.js +1 -3
- package/css/components/TextInputGroup/text-input-group.mjs +1 -3
- package/css/components/Tile/tile.css +1 -1
- package/css/components/TreeView/tree-view.css +76 -97
- package/css/components/TreeView/tree-view.d.ts +0 -4
- package/css/components/TreeView/tree-view.js +0 -4
- package/css/components/TreeView/tree-view.mjs +0 -4
- package/css/components/Wizard/wizard.css +122 -205
- package/css/components/Wizard/wizard.d.ts +0 -3
- package/css/components/Wizard/wizard.js +0 -3
- package/css/components/Wizard/wizard.mjs +0 -3
- package/css/docs/components/Menu/examples/Menu.css +7 -11
- package/css/docs/components/Menu/examples/Menu.d.ts +2 -1
- package/css/docs/components/Menu/examples/Menu.js +2 -1
- package/css/docs/components/Menu/examples/Menu.mjs +2 -1
- package/package.json +3 -3
@@ -59,35 +59,33 @@
|
|
59
59
|
}
|
60
60
|
}
|
61
61
|
|
62
|
-
|
62
|
+
:where(:root),
|
63
|
+
:where(.pf-v5-c-table) {
|
63
64
|
--pf-v5-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
64
65
|
--pf-v5-c-table--BorderColor: var(--pf-t--global--border--color--default);
|
65
66
|
--pf-v5-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
|
66
67
|
--pf-v5-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
|
67
68
|
--pf-v5-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
|
68
|
-
--pf-v5-c-table__caption--PaddingTop: var(--pf-
|
69
|
-
--pf-v5-c-table__caption--PaddingRight: var(--pf-
|
70
|
-
--pf-v5-c-table__caption--PaddingBottom: var(--pf-
|
71
|
-
--pf-v5-c-table__caption--PaddingLeft: var(--pf-
|
72
|
-
--pf-v5-c-
|
73
|
-
--pf-v5-c-table__caption--xl--PaddingLeft: var(--pf-v5-global--spacer--md);
|
74
|
-
--pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
69
|
+
--pf-v5-c-table__caption--PaddingTop: var(--pf-t--global--spacer--md);
|
70
|
+
--pf-v5-c-table__caption--PaddingRight: var(--pf-t--global--spacer--lg);
|
71
|
+
--pf-v5-c-table__caption--PaddingBottom: var(--pf-t--global--spacer--md);
|
72
|
+
--pf-v5-c-table__caption--PaddingLeft: var(--pf-t--global--spacer--lg);
|
73
|
+
--pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
|
75
74
|
--pf-v5-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
76
|
-
--pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-
|
77
|
-
--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-
|
75
|
+
--pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
|
76
|
+
--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
|
77
|
+
--pf-v5-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
78
78
|
--pf-v5-c-table__tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
|
79
|
-
--pf-v5-c-table--cell--Padding--base: var(--pf-
|
79
|
+
--pf-v5-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
|
80
80
|
--pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
81
81
|
--pf-v5-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
|
82
|
+
--pf-v5-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
|
82
83
|
--pf-v5-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
83
84
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
|
84
85
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--Padding--base);
|
85
86
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
|
86
87
|
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);
|
87
|
-
--pf-v5-c-table--cell--first-last-child--
|
88
|
-
--pf-v5-c-table--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
|
89
|
-
--pf-v5-c-table--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
90
|
-
--pf-v5-c-table--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
|
88
|
+
--pf-v5-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
|
91
89
|
--pf-v5-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);
|
92
90
|
--pf-v5-c-table--cell--MinWidth: 0;
|
93
91
|
--pf-v5-c-table--cell--MaxWidth: none;
|
@@ -104,185 +102,169 @@
|
|
104
102
|
--pf-v5-c-table--m-truncate--cell--MaxWidth: 1px;
|
105
103
|
--pf-v5-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft));
|
106
104
|
--pf-v5-c-table--cell--hidden-visible--Display: table-cell;
|
107
|
-
--pf-v5-c-table__toggle--
|
108
|
-
--pf-v5-c-table__toggle--
|
105
|
+
--pf-v5-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
|
106
|
+
--pf-v5-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
|
107
|
+
--pf-v5-c-table__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
|
108
|
+
--pf-v5-c-table__toggle--PaddingRight: var(--pf-t--global--spacer--sm);
|
109
109
|
--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
|
110
110
|
--pf-v5-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
|
111
111
|
--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
|
112
|
-
--pf-v5-c-table__button--
|
112
|
+
--pf-v5-c-table__button--PaddingTop: var(--pf-t--global--spacer--xs);
|
113
|
+
--pf-v5-c-table__button--PaddingBottom: var(--pf-t--global--spacer--xs);
|
114
|
+
--pf-v5-c-table__button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
115
|
+
--pf-v5-c-table__button--PaddingRight: var(--pf-t--global--spacer--sm);
|
113
116
|
--pf-v5-c-table__button--Color: var(--pf-t--global--text--color--regular);
|
117
|
+
--pf-v5-c-table__button--BackgroundColor: transparent;
|
118
|
+
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
|
119
|
+
--pf-v5-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
|
114
120
|
--pf-v5-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
115
121
|
--pf-v5-c-table__button--focus--Color: var(--pf-t--global--text--color--regular);
|
116
122
|
--pf-v5-c-table__button--active--Color: var(--pf-t--global--text--color--regular);
|
117
|
-
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-
|
123
|
+
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
|
118
124
|
--pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
|
119
125
|
--pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
|
120
|
-
--pf-v5-c-table__check--
|
121
|
-
--pf-v5-c-
|
122
|
-
--pf-v5-c-
|
123
|
-
--pf-v5-c-
|
124
|
-
--pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
|
126
|
+
--pf-v5-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
|
127
|
+
--pf-v5-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
|
128
|
+
--pf-v5-c-table__favorite--PaddingLeft: var(--pf-t--global--spacer--sm);
|
129
|
+
--pf-v5-c-table__favorite--PaddingRight: var(--pf-t--global--spacer--sm);
|
125
130
|
--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
126
|
-
--pf-v5-c-
|
127
|
-
--pf-v5-c-table__favorite--c-button--
|
128
|
-
--pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
129
|
-
--pf-v5-c-table__favorite--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
|
130
|
-
--pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-v5-global--palette--gold-400);
|
131
|
+
--pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
132
|
+
--pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
|
131
133
|
--pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
|
132
134
|
--pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
|
133
135
|
--pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
|
134
136
|
--pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
|
135
|
-
--pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-
|
136
|
-
--pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-
|
137
|
-
--pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-
|
138
|
-
--pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-
|
137
|
+
--pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-c-button--PaddingTop) * -1);
|
138
|
+
--pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-c-button--PaddingRight) * -1);
|
139
|
+
--pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-c-button--PaddingBottom) * -1);
|
140
|
+
--pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-c-button--PaddingLeft) * -1);
|
139
141
|
--pf-v5-c-table__tr--m-ghost-row--Opacity: .4;
|
140
142
|
--pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
141
|
-
--pf-v5-c-table__action--PaddingTop:
|
142
|
-
--pf-v5-c-table__action--
|
143
|
-
--pf-v5-c-
|
144
|
-
--pf-v5-c-
|
145
|
-
--pf-v5-c-table__inline-edit-action--PaddingTop: 0;
|
146
|
-
--pf-v5-c-table__inline-edit-action--PaddingRight: 0;
|
147
|
-
--pf-v5-c-table__inline-edit-action--PaddingBottom: 0;
|
148
|
-
--pf-v5-c-table__inline-edit-action--PaddingLeft: 0;
|
143
|
+
--pf-v5-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
|
144
|
+
--pf-v5-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
145
|
+
--pf-v5-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
|
146
|
+
--pf-v5-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
149
147
|
--pf-v5-c-table__expandable-row--Transition: var(--pf-v5-global--Transition);
|
150
|
-
--pf-v5-c-table__expandable-row--
|
148
|
+
--pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
|
149
|
+
--pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
|
150
|
+
--pf-v5-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
|
151
|
+
--pf-v5-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
|
151
152
|
--pf-v5-c-table__expandable-row-content--Transition: var(--pf-v5-global--Transition);
|
152
|
-
--pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
|
153
|
-
--pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
154
153
|
--pf-v5-c-table__expandable-row--after--Top: calc(var(--pf-v5-c-table--border-width--base) * -1);
|
155
154
|
--pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);
|
156
|
-
--pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-
|
155
|
+
--pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-t--global--border--width--strong);
|
157
156
|
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
158
|
-
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--
|
159
|
-
--pf-v5-c-table__icon-inline--MarginRight: var(--pf-
|
157
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
158
|
+
--pf-v5-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
|
160
159
|
--pf-v5-c-table__sort--MinWidth: calc(6ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft) + var(--pf-v5-c-table__sort-indicator--MarginLeft));
|
161
|
-
--pf-v5-c-table__sort__button--PaddingTop: var(--pf-
|
162
|
-
--pf-v5-c-table__sort__button--PaddingRight: var(--pf-
|
163
|
-
--pf-v5-c-table__sort__button--PaddingBottom: var(--pf-
|
164
|
-
--pf-v5-c-table__sort__button--PaddingLeft: var(--pf-
|
160
|
+
--pf-v5-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--control--vertical);
|
161
|
+
--pf-v5-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--sm);
|
162
|
+
--pf-v5-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--control--vertical);
|
163
|
+
--pf-v5-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
165
164
|
--pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);
|
166
165
|
--pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);
|
167
166
|
--pf-v5-c-table__sort__button--MarginLeft: calc(var(--pf-v5-c-table__sort__button--PaddingLeft) * -1);
|
168
167
|
--pf-v5-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
|
169
|
-
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--
|
168
|
+
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--clicked);
|
170
169
|
--pf-v5-c-table__sort--m-help--MinWidth: 15ch;
|
171
170
|
--pf-v5-c-table__sort__button__text--Color: currentcolor;
|
172
171
|
--pf-v5-c-table__sort__button--hover__text--Color: currentcolor;
|
173
172
|
--pf-v5-c-table__sort__button--focus__text--Color: currentcolor;
|
174
173
|
--pf-v5-c-table__sort__button--active__text--Color: currentcolor;
|
174
|
+
--pf-v5-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
|
175
|
+
--pf-v5-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
175
176
|
--pf-v5-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
176
|
-
--pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-
|
177
|
-
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--
|
177
|
+
--pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
|
178
|
+
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--clicked);
|
178
179
|
--pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
179
180
|
--pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
180
181
|
--pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
181
182
|
--pf-v5-c-table__th--m-help--MinWidth: 11ch;
|
182
|
-
--pf-v5-c-table__column-help--MarginLeft: var(--pf-
|
183
|
-
--pf-v5-c-table__column-help--
|
184
|
-
--pf-v5-c-table__column-help--c-button--
|
185
|
-
--pf-v5-c-table__column-help--c-button--
|
186
|
-
--pf-v5-c-table__column-help--c-button--
|
187
|
-
--pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
183
|
+
--pf-v5-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
|
184
|
+
--pf-v5-c-table__column-help--c-button--MarginTop: calc(var(--pf-v5-c-button--PaddingTop) * -1);
|
185
|
+
--pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-c-button--PaddingBottom) * -1);
|
186
|
+
--pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
187
|
+
--pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
188
188
|
--pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
189
189
|
--pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
190
190
|
--pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
|
191
|
-
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--
|
191
|
+
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--clicked);
|
192
192
|
--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
|
193
193
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-t--global--border--color--default);
|
194
194
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
195
195
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
196
196
|
--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
197
197
|
--pf-v5-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
198
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-
|
199
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--
|
198
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-t--global--border--width--strong);
|
199
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
200
200
|
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
|
201
201
|
--pf-v5-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
202
202
|
--pf-v5-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
203
|
-
--pf-v5-c-table--m-compact__th--PaddingTop: calc(var(--pf-
|
204
|
-
--pf-v5-c-table--m-compact__th--PaddingBottom: var(--pf-
|
205
|
-
--pf-v5-c-table--m-compact--cell--PaddingTop: var(--pf-
|
206
|
-
--pf-v5-c-table--m-compact--cell--PaddingRight: var(--pf-
|
207
|
-
--pf-v5-c-table--m-compact--cell--PaddingBottom: var(--pf-
|
208
|
-
--pf-v5-c-table--m-compact--cell--PaddingLeft: var(--pf-
|
209
|
-
--pf-v5-c-table--m-
|
210
|
-
--pf-v5-c-table--m-
|
211
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
212
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
|
213
|
-
--pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body--default);
|
214
|
-
--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
|
215
|
-
--pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);
|
216
|
-
--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
217
|
-
--pf-v5-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
218
|
-
--pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
219
|
-
--pf-v5-c-table--nested--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
203
|
+
--pf-v5-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
|
204
|
+
--pf-v5-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
|
205
|
+
--pf-v5-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
|
206
|
+
--pf-v5-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
207
|
+
--pf-v5-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
|
208
|
+
--pf-v5-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
|
209
|
+
--pf-v5-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
|
210
|
+
--pf-v5-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
|
220
211
|
--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
221
212
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
222
213
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
223
214
|
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
224
|
-
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-
|
215
|
+
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
225
216
|
--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
226
217
|
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
227
218
|
--pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
228
219
|
--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
229
220
|
--pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
230
|
-
--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--
|
221
|
+
--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
231
222
|
--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
232
223
|
--pf-v5-c-table__tr--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
233
224
|
--pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
234
225
|
--pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
235
226
|
--pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
236
227
|
--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
237
|
-
--pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-
|
228
|
+
--pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-t--global--color--brand--default);
|
238
229
|
--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
239
230
|
--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
240
231
|
--pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
241
232
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
242
233
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow: none;
|
243
234
|
--pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
244
|
-
--pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-
|
235
|
+
--pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
245
236
|
--pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
246
237
|
--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
247
238
|
--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
248
239
|
--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
249
240
|
--pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
250
241
|
--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
251
|
-
--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--
|
242
|
+
--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
|
252
243
|
--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
253
244
|
--pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
254
245
|
--pf-v5-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
255
246
|
--pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
256
|
-
--pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-
|
247
|
+
--pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
257
248
|
--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
258
|
-
--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--
|
249
|
+
--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--clicked);
|
259
250
|
--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
260
251
|
--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
261
252
|
--pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
262
253
|
--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
263
|
-
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-
|
264
|
-
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-
|
254
|
+
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
|
255
|
+
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--xs);
|
256
|
+
--pf-v5-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
|
257
|
+
--pf-v5-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
|
265
258
|
--pf-v5-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
266
259
|
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
267
|
-
--pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-
|
260
|
+
--pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
|
261
|
+
}
|
262
|
+
|
263
|
+
.pf-v5-c-table {
|
268
264
|
color: var(--pf-v5-global--Color--100);
|
269
265
|
width: 100%;
|
270
266
|
background-color: var(--pf-v5-c-table--BackgroundColor);
|
271
267
|
}
|
272
|
-
@media screen and (max-width: 1200px) {
|
273
|
-
.pf-v5-c-table {
|
274
|
-
--pf-v5-c-table__caption--PaddingRight: var(--pf-v5-c-table__caption--xl--PaddingRight);
|
275
|
-
--pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-c-table__caption--xl--PaddingLeft);
|
276
|
-
}
|
277
|
-
}
|
278
|
-
@media screen and (min-width: 1200px) {
|
279
|
-
.pf-v5-c-table {
|
280
|
-
--pf-v5-c-table--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingRight);
|
281
|
-
--pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingLeft);
|
282
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft);
|
283
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight);
|
284
|
-
}
|
285
|
-
}
|
286
268
|
.pf-v5-c-table.pf-m-fixed {
|
287
269
|
table-layout: fixed;
|
288
270
|
}
|
@@ -311,7 +293,7 @@
|
|
311
293
|
.pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
|
312
294
|
position: sticky;
|
313
295
|
inset-block-start: 0;
|
314
|
-
z-index: var(--pf-
|
296
|
+
z-index: var(--pf-t--global--Zindex--xs);
|
315
297
|
background: var(--pf-v5-c-table--BackgroundColor);
|
316
298
|
}
|
317
299
|
.pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
|
@@ -356,16 +338,17 @@
|
|
356
338
|
overflow: var(--pf-v5-c-table--cell--Overflow);
|
357
339
|
font-size: var(--pf-v5-c-table--cell--FontSize);
|
358
340
|
font-weight: var(--pf-v5-c-table--cell--FontWeight);
|
341
|
+
line-height: var(--pf-v5-c-table--cell--LineHeight);
|
359
342
|
color: var(--pf-v5-c-table--cell--Color);
|
360
343
|
text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
|
361
344
|
word-break: var(--pf-v5-c-table--cell--WordBreak);
|
362
345
|
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
363
346
|
}
|
364
347
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
|
365
|
-
--pf-v5-c-table--cell--
|
348
|
+
padding-inline-start: calc(var(--pf-v5-c-table--cell--first-last-child--PaddingInline) + var(--pf-v5-c-table--cell--PaddingLeft));
|
366
349
|
}
|
367
350
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
|
368
|
-
--pf-v5-c-table--cell--
|
351
|
+
padding-inline-end: calc(var(--pf-v5-c-table--cell--first-last-child--PaddingInline) + var(--pf-v5-c-table--cell--PaddingRight));
|
369
352
|
}
|
370
353
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-center {
|
371
354
|
text-align: center;
|
@@ -386,10 +369,7 @@
|
|
386
369
|
}
|
387
370
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before, .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
|
388
371
|
position: absolute;
|
389
|
-
inset
|
390
|
-
inset-block-end: 0;
|
391
|
-
inset-inline-start: 0;
|
392
|
-
inset-inline-end: 0;
|
372
|
+
inset: 0;
|
393
373
|
pointer-events: none;
|
394
374
|
content: "";
|
395
375
|
}
|
@@ -411,35 +391,32 @@
|
|
411
391
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
|
412
392
|
--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__thead--cell--FontSize);
|
413
393
|
--pf-v5-c-table--cell--FontWeight: var(--pf-v5-c-table__thead--cell--FontWeight);
|
414
|
-
vertical-align:
|
394
|
+
vertical-align: baseline;
|
415
395
|
}
|
416
396
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header button:where(.pf-v5-c-button) {
|
417
397
|
outline-offset: var(--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset);
|
418
398
|
}
|
419
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header th:where(.pf-v5-c-table__th),
|
420
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header td:where(.pf-v5-c-table__td),
|
421
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header input:where(.pf-v5-c-check__input) {
|
422
|
-
vertical-align: middle;
|
423
|
-
}
|
424
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header .pf-v5-c-table__check label {
|
425
|
-
display: flex;
|
426
|
-
align-items: center;
|
427
|
-
}
|
428
399
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) th:where(.pf-v5-c-table__th):not([rowspan]),
|
429
400
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) td:where(.pf-v5-c-table__td):not([rowspan]) {
|
430
401
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop);
|
431
402
|
}
|
432
403
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__subhead {
|
404
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__subhead--PaddingLeft);
|
405
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__subhead--PaddingRight);
|
433
406
|
--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__subhead--Color);
|
434
407
|
color: var(--pf-v5-c-table__subhead--Color);
|
435
408
|
}
|
409
|
+
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__subhead .pf-v5-c-table__button {
|
410
|
+
margin-inline-start: 0;
|
411
|
+
}
|
436
412
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
|
437
413
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__tbody--cell--PaddingTop);
|
438
414
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__tbody--cell--PaddingBottom);
|
415
|
+
vertical-align: top;
|
416
|
+
--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__tbody--cell--FontSize);
|
439
417
|
}
|
440
418
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > * {
|
441
419
|
overflow-wrap: break-word;
|
442
|
-
vertical-align: baseline;
|
443
420
|
}
|
444
421
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
|
445
422
|
position: absolute;
|
@@ -450,16 +427,9 @@
|
|
450
427
|
background-color: transparent;
|
451
428
|
border-inline-start: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
|
452
429
|
}
|
453
|
-
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__check input:where(.pf-v5-c-check__input) {
|
454
|
-
margin-block-start: var(--pf-v5-c-table__check--input--MarginTop);
|
455
|
-
vertical-align: top;
|
456
|
-
}
|
457
430
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v5-c-table__control-row) {
|
458
431
|
border-block-end-width: 0;
|
459
432
|
}
|
460
|
-
.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle, .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:first-child, .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:last-child {
|
461
|
-
padding: 0;
|
462
|
-
}
|
463
433
|
.pf-v5-c-table .pf-v5-c-table__sort {
|
464
434
|
min-width: var(--pf-v5-c-table__sort--MinWidth);
|
465
435
|
}
|
@@ -596,9 +566,10 @@
|
|
596
566
|
position: relative;
|
597
567
|
display: block;
|
598
568
|
width: var(--pf-v5-c-table--cell--Width);
|
599
|
-
min-width: var(--pf-v5-c-table--
|
569
|
+
min-width: var(--pf-v5-c-table--text--MinWidth);
|
600
570
|
max-width: var(--pf-v5-c-table--cell--MaxWidth);
|
601
571
|
overflow: var(--pf-v5-c-table--cell--Overflow);
|
572
|
+
line-height: var(--pf-v5-c-table--cell--LineHeight);
|
602
573
|
text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
|
603
574
|
word-break: var(--pf-v5-c-table--cell--WordBreak);
|
604
575
|
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
@@ -614,11 +585,12 @@
|
|
614
585
|
|
615
586
|
.pf-v5-c-table__button {
|
616
587
|
position: static;
|
617
|
-
width:
|
618
|
-
padding-block-start: var(--pf-v5-c-
|
619
|
-
padding-block-end: var(--pf-v5-c-
|
620
|
-
padding-inline-start: var(--pf-v5-c-
|
621
|
-
padding-inline-end: var(--pf-v5-c-
|
588
|
+
width: auto;
|
589
|
+
padding-block-start: var(--pf-v5-c-table__button--PaddingTop);
|
590
|
+
padding-block-end: var(--pf-v5-c-table__button--PaddingBottom);
|
591
|
+
padding-inline-start: var(--pf-v5-c-table__button--PaddingLeft);
|
592
|
+
padding-inline-end: var(--pf-v5-c-table__button--PaddingRight);
|
593
|
+
margin-inline-start: calc(var(--pf-v5-c-table__button--PaddingLeft) * -1);
|
622
594
|
font-size: inherit;
|
623
595
|
font-weight: inherit;
|
624
596
|
color: var(--pf-v5-c-table__button--Color);
|
@@ -627,6 +599,10 @@
|
|
627
599
|
user-select: text;
|
628
600
|
background-color: var(--pf-v5-c-table__button--BackgroundColor);
|
629
601
|
border: 0;
|
602
|
+
border-radius: var(--pf-v5-c-table__button--BorderRadius);
|
603
|
+
}
|
604
|
+
.pf-v5-c-table .pf-v5-c-table .pf-v5-c-table__button {
|
605
|
+
margin-block-end: 0;
|
630
606
|
}
|
631
607
|
.pf-v5-c-table__button::before {
|
632
608
|
position: absolute;
|
@@ -656,15 +632,11 @@
|
|
656
632
|
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
657
633
|
}
|
658
634
|
|
659
|
-
.pf-v5-c-table__sort .pf-v5-c-table__text {
|
660
|
-
--pf-v5-c-table--cell--MinWidth: 0;
|
661
|
-
}
|
662
|
-
|
663
635
|
.pf-v5-c-table__button-content,
|
664
636
|
.pf-v5-c-table__column-help {
|
665
|
-
display: grid;
|
637
|
+
display: inline-grid;
|
666
638
|
grid-template-columns: auto max-content;
|
667
|
-
align-items:
|
639
|
+
align-items: baseline;
|
668
640
|
justify-content: start;
|
669
641
|
}
|
670
642
|
.pf-v5-c-table__button-content .pf-v5-c-table__text,
|
@@ -693,12 +665,6 @@
|
|
693
665
|
grid-template-columns: auto max-content;
|
694
666
|
}
|
695
667
|
|
696
|
-
.pf-v5-c-table .pf-v5-c-table__toggle,
|
697
|
-
.pf-v5-c-table .pf-v5-c-table__action,
|
698
|
-
.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
|
699
|
-
--pf-v5-c-table--cell--PaddingBottom: 0;
|
700
|
-
}
|
701
|
-
|
702
668
|
.pf-v5-c-table .pf-v5-c-table__check,
|
703
669
|
.pf-v5-c-table .pf-v5-c-table__toggle,
|
704
670
|
.pf-v5-c-table .pf-v5-c-table__action,
|
@@ -711,13 +677,10 @@
|
|
711
677
|
}
|
712
678
|
|
713
679
|
.pf-v5-c-table__toggle {
|
714
|
-
--pf-v5-c-table--cell--
|
715
|
-
--pf-v5-c-table--cell--
|
716
|
-
|
717
|
-
|
718
|
-
.pf-v5-c-table__toggle .pf-v5-c-button {
|
719
|
-
margin-block-start: var(--pf-v5-c-table__toggle--c-button--MarginTop);
|
720
|
-
margin-block-end: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
|
680
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__toggle--PaddingTop);
|
681
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__toggle--PaddingBottom);
|
682
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__toggle--PaddingLeft);
|
683
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__toggle--PaddingRight);
|
721
684
|
}
|
722
685
|
.pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon {
|
723
686
|
transform: rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
|
@@ -735,41 +698,34 @@
|
|
735
698
|
}
|
736
699
|
|
737
700
|
.pf-v5-c-table__check {
|
738
|
-
--pf-v5-c-table--cell--
|
739
|
-
|
740
|
-
.pf-v5-c-table__check label:not([disabled]),
|
741
|
-
.pf-v5-c-table__check input:not([disabled]) {
|
742
|
-
cursor: pointer;
|
701
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__check--PaddingLeft);
|
702
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__check--PaddingRight);
|
743
703
|
}
|
744
|
-
.pf-v5-c-table__check
|
704
|
+
.pf-v5-c-table__check .pf-v5-c-check.pf-m-standalone {
|
745
705
|
display: inline-flex;
|
746
|
-
padding: inherit;
|
747
|
-
margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
|
748
|
-
margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
|
749
|
-
margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
|
750
|
-
margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
|
751
706
|
}
|
752
|
-
.pf-v5-c-
|
753
|
-
|
707
|
+
thead .pf-v5-c-table__check .pf-v5-c-check.pf-m-standalone {
|
708
|
+
vertical-align: bottom;
|
709
|
+
}
|
710
|
+
tbody .pf-v5-c-table__check .pf-v5-c-check.pf-m-standalone {
|
711
|
+
vertical-align: top;
|
712
|
+
}
|
713
|
+
.pf-v5-c-table__check label {
|
714
|
+
display: contents;
|
754
715
|
}
|
755
716
|
|
717
|
+
.pf-v5-c-table__favorite {
|
718
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__favorite--PaddingLeft);
|
719
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__favorite--PaddingRight);
|
720
|
+
}
|
756
721
|
.pf-v5-c-table__favorite .pf-v5-c-button {
|
757
|
-
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
|
758
722
|
--pf-v5-c-button--FontSize: var(--pf-v5-c-table__favorite--c-button--FontSize);
|
759
|
-
margin-block-start: var(--pf-v5-c-table__favorite--c-button--MarginTop);
|
760
|
-
margin-block-end: var(--pf-v5-c-table__favorite--c-button--MarginBottom);
|
761
|
-
margin-inline-start: var(--pf-v5-c-table__favorite--c-button--MarginLeft);
|
762
|
-
margin-inline-end: var(--pf-v5-c-table__favorite--c-button--MarginRight);
|
763
723
|
}
|
764
724
|
.pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button {
|
765
725
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color);
|
766
726
|
}
|
767
727
|
|
768
728
|
.pf-v5-c-table__draggable .pf-v5-c-button {
|
769
|
-
margin-block-start: var(--pf-v5-c-table__draggable--c-button--MarginTop);
|
770
|
-
margin-block-end: var(--pf-v5-c-table__draggable--c-button--MarginBottom);
|
771
|
-
margin-inline-start: var(--pf-v5-c-table__draggable--c-button--MarginLeft);
|
772
|
-
margin-inline-end: var(--pf-v5-c-table__draggable--c-button--MarginRight);
|
773
729
|
cursor: grab;
|
774
730
|
}
|
775
731
|
.pf-v5-c-table__draggable .pf-v5-c-button:active {
|
@@ -777,23 +733,14 @@
|
|
777
733
|
}
|
778
734
|
|
779
735
|
.pf-v5-c-table__action,
|
780
|
-
.pf-v5-c-table__inline-edit-action
|
781
|
-
|
782
|
-
--pf-v5-c-table--cell--
|
783
|
-
--pf-v5-c-table--cell--PaddingBottom:
|
784
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
|
785
|
-
padding-block-start: 0;
|
786
|
-
padding-block-end: 0;
|
787
|
-
vertical-align: middle;
|
788
|
-
}
|
789
|
-
|
790
|
-
.pf-v5-c-table__action {
|
791
|
-
text-align: end;
|
736
|
+
.pf-v5-c-table__inline-edit-action,
|
737
|
+
.pf-v5-c-table__draggable {
|
738
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__action--PaddingTop);
|
739
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__action--PaddingBottom);
|
792
740
|
}
|
793
741
|
|
794
|
-
.pf-v5-c-
|
795
|
-
|
796
|
-
--pf-v5-c-table--cell--PaddingRight: 0;
|
742
|
+
.pf-v5-c-table__action:last-child,
|
743
|
+
.pf-v5-c-table__inline-edit-action:last-child {
|
797
744
|
text-align: end;
|
798
745
|
}
|
799
746
|
|
@@ -803,12 +750,16 @@
|
|
803
750
|
--pf-v5-c-table__button--focus--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--focus--Color);
|
804
751
|
--pf-v5-c-table__button--active--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--active--Color);
|
805
752
|
position: relative;
|
753
|
+
padding: 0;
|
806
754
|
}
|
807
755
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-truncate {
|
808
756
|
overflow: visible;
|
809
757
|
}
|
810
758
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button {
|
759
|
+
position: static;
|
811
760
|
min-width: 100%;
|
761
|
+
padding: 0;
|
762
|
+
margin: 0;
|
812
763
|
overflow: hidden;
|
813
764
|
}
|
814
765
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:hover, .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:focus, .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:active {
|
@@ -817,7 +768,7 @@
|
|
817
768
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before,
|
818
769
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
819
770
|
position: absolute;
|
820
|
-
inset
|
771
|
+
inset: 0;
|
821
772
|
content: "";
|
822
773
|
border-style: solid;
|
823
774
|
border-width: 0;
|
@@ -842,10 +793,6 @@
|
|
842
793
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
843
794
|
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base);
|
844
795
|
}
|
845
|
-
.pf-v5-c-table__compound-expansion-toggle:first-child {
|
846
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--Left: 0;
|
847
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0;
|
848
|
-
}
|
849
796
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded .pf-v5-c-table__button::before {
|
850
797
|
border-block-end: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
851
798
|
}
|
@@ -864,28 +811,8 @@
|
|
864
811
|
|
865
812
|
.pf-v5-c-table__column-help-action {
|
866
813
|
margin-inline-start: var(--pf-v5-c-table__column-help--MarginLeft);
|
867
|
-
transform: translateY(var(--pf-v5-c-table__column-help--TranslateY));
|
868
|
-
}
|
869
|
-
.pf-v5-c-table__column-help-action .pf-v5-c-button {
|
870
|
-
--pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);
|
871
|
-
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-table__column-help--c-button--PaddingLeft);
|
872
|
-
margin-block-start: var(--pf-v5-c-table__column-help--c-button--MarginTop);
|
873
|
-
margin-block-end: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
|
874
|
-
font-size: inherit;
|
875
|
-
line-height: 1;
|
876
814
|
}
|
877
815
|
|
878
|
-
.pf-v5-c-table__sort .pf-v5-c-table__button {
|
879
|
-
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__sort__button--PaddingTop);
|
880
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__sort__button--PaddingRight);
|
881
|
-
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__sort__button--PaddingBottom);
|
882
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);
|
883
|
-
display: flex;
|
884
|
-
width: auto;
|
885
|
-
margin-block-start: var(--pf-v5-c-table__sort__button--MarginTop);
|
886
|
-
margin-block-end: var(--pf-v5-c-table__sort__button--MarginBottom);
|
887
|
-
margin-inline-start: var(--pf-v5-c-table__sort__button--MarginLeft);
|
888
|
-
}
|
889
816
|
.pf-v5-c-table__sort .pf-v5-c-table__button:hover {
|
890
817
|
--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
|
891
818
|
--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--hover__text--Color);
|
@@ -921,12 +848,11 @@
|
|
921
848
|
grid-column: 2;
|
922
849
|
margin-inline-start: var(--pf-v5-c-table__sort-indicator--MarginLeft);
|
923
850
|
color: var(--pf-v5-c-table__sort-indicator--Color);
|
851
|
+
color: var(--pf-v5-c-table__sort-indicator--FontSize);
|
924
852
|
pointer-events: none;
|
925
853
|
}
|
926
854
|
|
927
855
|
.pf-v5-c-table__expandable-row {
|
928
|
-
--pf-v5-c-table--cell--PaddingTop: 0;
|
929
|
-
--pf-v5-c-table--cell--PaddingBottom: 0;
|
930
856
|
position: relative;
|
931
857
|
border-block-end: 0 solid transparent;
|
932
858
|
box-shadow: 0 0 0 0 transparent;
|
@@ -935,6 +861,10 @@
|
|
935
861
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td):first-child::after {
|
936
862
|
transition: var(--pf-v5-c-table__expandable-row--Transition);
|
937
863
|
}
|
864
|
+
.pf-v5-c-table__expandable-row > td,
|
865
|
+
.pf-v5-c-table__expandable-row > th {
|
866
|
+
padding-top: 0;
|
867
|
+
}
|
938
868
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,
|
939
869
|
.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding {
|
940
870
|
padding-block-start: 0;
|
@@ -958,64 +888,35 @@
|
|
958
888
|
.pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
959
889
|
display: none;
|
960
890
|
}
|
961
|
-
|
962
|
-
|
963
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--nested--first-last-child--PaddingLeft);
|
964
|
-
}
|
965
|
-
.pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
|
966
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--nested--first-last-child--PaddingRight);
|
891
|
+
.pf-v5-c-table__expandable-row tr:last-child {
|
892
|
+
border-block-end: 0;
|
967
893
|
}
|
968
894
|
|
969
895
|
.pf-v5-c-table.pf-m-compact {
|
970
|
-
--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table--m-compact--FontSize);
|
971
896
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);
|
972
897
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);
|
973
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--PaddingLeft);
|
974
|
-
}
|
975
|
-
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr) {
|
976
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--PaddingLeft);
|
977
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--PaddingRight);
|
978
898
|
}
|
979
899
|
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
|
980
|
-
--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table--m-compact--FontSize);
|
981
900
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);
|
982
901
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);
|
983
902
|
}
|
984
|
-
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:first-child {
|
985
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
986
|
-
}
|
987
|
-
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:last-child {
|
988
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
989
|
-
}
|
990
903
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),
|
991
904
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle {
|
992
905
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);
|
993
906
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom);
|
994
907
|
}
|
995
|
-
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__toggle--PaddingTop);
|
1002
|
-
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__toggle--PaddingBottom);
|
908
|
+
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action,
|
909
|
+
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__favorite,
|
910
|
+
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle,
|
911
|
+
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__draggable {
|
912
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__action--PaddingTop);
|
913
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__action--PaddingBottom);
|
1003
914
|
}
|
1004
915
|
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__icon {
|
1005
916
|
width: auto;
|
1006
917
|
min-width: 0;
|
1007
918
|
text-align: center;
|
1008
919
|
}
|
1009
|
-
.pf-v5-c-table .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr) > *:first-child {
|
1010
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--nested--first-last-child--PaddingLeft);
|
1011
|
-
}
|
1012
|
-
.pf-v5-c-table .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr) > *:last-child {
|
1013
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--nested--first-last-child--PaddingRight);
|
1014
|
-
}
|
1015
|
-
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__expandable-row-content {
|
1016
|
-
--pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop);
|
1017
|
-
--pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom);
|
1018
|
-
}
|
1019
920
|
|
1020
921
|
.pf-v5-c-table__icon-inline {
|
1021
922
|
display: flex;
|