@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.9
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/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +21 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +16 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +16 -0
- package/base/tokens/_tokens-font.scss +16 -14
- package/components/AboutModalBox/about-modal-box.css +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +19 -13
- package/components/Alert/alert.scss +18 -13
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -5
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +33 -21
- package/components/Button/button.scss +35 -23
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +33 -30
- package/components/Content/content.scss +33 -30
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -61
- package/components/Drawer/drawer.scss +92 -43
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +33 -27
- package/components/MenuToggle/menu-toggle.scss +33 -27
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +120 -93
- package/components/Nav/nav.scss +120 -93
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +135 -77
- package/components/Page/page.scss +81 -52
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +27 -17
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +72 -40
- package/components/Popover/popover.scss +95 -75
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +3 -3
- package/components/Radio/radio.scss +3 -3
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +256 -195
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +92 -70
- package/components/Table/table.scss +90 -70
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +26 -21
- package/components/Tooltip/tooltip.css +60 -28
- package/components/Tooltip/tooltip.scss +76 -56
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +15 -15
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +120 -30
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +4 -21
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +525 -431
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +24 -20
- package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
- package/docs/demos/DataList/examples/DataList.md +8 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +336 -252
- package/docs/demos/Tabs/examples/Tabs.md +28 -21
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +37 -3
- package/patternfly-base-no-globals.css +37 -3
- package/patternfly-base-theme-dark-unversioned.css +38 -4
- package/patternfly-base.css +38 -4
- package/patternfly-no-globals.css +2748 -1960
- package/patternfly-theme-dark-unversioned.css +2749 -1961
- package/patternfly.css +2749 -1961
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -60,15 +60,20 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
60
60
|
display: flex;
|
|
61
61
|
align-items: baseline;
|
|
62
62
|
min-width: 0;
|
|
63
|
-
padding-
|
|
64
|
-
margin-
|
|
65
|
-
text-align:
|
|
63
|
+
padding-inline-start: var(--#{$table}__tree-view-main--PaddingLeft);
|
|
64
|
+
margin-inline-start: var(--#{$table}__tree-view-main--MarginLeft);
|
|
65
|
+
text-align: start;
|
|
66
66
|
cursor: pointer;
|
|
67
67
|
|
|
68
68
|
> .#{$table}__toggle {
|
|
69
|
+
@include pf-v5-bidirectional-style (
|
|
70
|
+
$prop: 'transform',
|
|
71
|
+
$ltr-val: translateX(var(--#{$table}--m-tree-view__toggle--TranslateX)),
|
|
72
|
+
$rtl-val: translateX(#{pf-v5-calc-inverse(var(--#{$table}--m-tree-view__toggle--TranslateX))})
|
|
73
|
+
);
|
|
74
|
+
|
|
69
75
|
position: var(--#{$table}--m-tree-view__toggle--Position);
|
|
70
|
-
|
|
71
|
-
transform: translateX(var(--#{$table}--m-tree-view__toggle--TranslateX));
|
|
76
|
+
inset-inline-start: var(--#{$table}--m-tree-view__toggle--Left);
|
|
72
77
|
|
|
73
78
|
.#{$table}__toggle-icon {
|
|
74
79
|
min-width: var(--#{$table}--m-tree-view__toggle__toggle-icon--MinWidth);
|
|
@@ -76,13 +81,16 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
76
81
|
}
|
|
77
82
|
|
|
78
83
|
> .#{$table}__check {
|
|
79
|
-
margin-
|
|
84
|
+
margin-inline-end: var(--#{$table}__tree-view-main--c-table__check--MarginRight);
|
|
80
85
|
}
|
|
81
86
|
|
|
82
87
|
> .#{$table}__check label {
|
|
83
|
-
padding-
|
|
84
|
-
padding-
|
|
85
|
-
margin
|
|
88
|
+
padding-inline-start: var(--#{$table}__tree-view-main--c-table__check--PaddingLeft);
|
|
89
|
+
padding-inline-end: var(--#{$table}__tree-view-main--c-table__check--PaddingRight);
|
|
90
|
+
margin-block-start: 0;
|
|
91
|
+
margin-block-end: 0;
|
|
92
|
+
margin-inline-start: 0;
|
|
93
|
+
margin-inline-end: calc(var(--#{$table}__tree-view-main--c-table__check--MarginRight) * -1);
|
|
86
94
|
}
|
|
87
95
|
}
|
|
88
96
|
|
|
@@ -92,14 +100,13 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
92
100
|
|
|
93
101
|
.#{$table}__tree-view-icon {
|
|
94
102
|
min-width: var(--#{$table}__tree-view-icon--MinWidth);
|
|
95
|
-
margin-
|
|
103
|
+
margin-inline-end: var(--#{$table}__tree-view-icon--MarginRight);
|
|
96
104
|
}
|
|
97
105
|
|
|
98
106
|
.#{$table}__tree-view-details-toggle {
|
|
99
107
|
display: none;
|
|
100
108
|
}
|
|
101
109
|
|
|
102
|
-
// stylelint-disable
|
|
103
110
|
@mixin pf-tree-view-grid {
|
|
104
111
|
.pf-m-tree-view-grid.#{$table} {
|
|
105
112
|
@content;
|
|
@@ -150,7 +157,7 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
150
157
|
|
|
151
158
|
// node cells
|
|
152
159
|
--#{$table}--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--#{$pf-global}--spacer--xl);
|
|
153
|
-
--#{$table}--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
|
160
|
+
--#{$table}--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr)); // use minmax func to contain possible text modifier width
|
|
154
161
|
--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--#{$pf-global}--spacer--xs);
|
|
155
162
|
--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--#{$pf-global}--spacer--xs);
|
|
156
163
|
|
|
@@ -175,17 +182,17 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
175
182
|
|
|
176
183
|
tbody:where(.#{$table}__tbody) tr:where(.#{$table}__tr) {
|
|
177
184
|
position: relative;
|
|
178
|
-
outline-offset: var(--#{$table}--m-tree-view-grid--tr--OutlineOffset);
|
|
179
185
|
border: none;
|
|
186
|
+
outline-offset: var(--#{$table}--m-tree-view-grid--tr--OutlineOffset);
|
|
180
187
|
|
|
181
188
|
&::before {
|
|
182
189
|
position: absolute;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
border-bottom: var(--#{$table}--border-width--base) solid var(--#{$table}--BorderColor);
|
|
190
|
+
inset-block-start: 0;
|
|
191
|
+
inset-block-end: 0;
|
|
192
|
+
inset-inline-start: var(--#{$table}--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
193
|
+
inset-inline-end: 0;
|
|
188
194
|
content: '';
|
|
195
|
+
border-block-end: var(--#{$table}--border-width--base) solid var(--#{$table}--BorderColor);
|
|
189
196
|
}
|
|
190
197
|
}
|
|
191
198
|
|
|
@@ -209,11 +216,11 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
209
216
|
--#{$table}--cell--PaddingTop: var(--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
|
210
217
|
--#{$table}--cell--PaddingBottom: var(--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
|
211
218
|
|
|
212
|
-
padding-
|
|
219
|
+
padding-inline-start: var(--#{$table}--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
213
220
|
}
|
|
214
221
|
|
|
215
222
|
.#{$table}__tree-view-text {
|
|
216
|
-
padding-
|
|
223
|
+
padding-inline-end: var(--#{$table}__tree-view-text--PaddingRight);
|
|
217
224
|
}
|
|
218
225
|
|
|
219
226
|
thead:where(.#{$table}__thead) th:where(.#{$table}__th) {
|
|
@@ -226,11 +233,9 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
226
233
|
|
|
227
234
|
// Standard td, in standard row (non-expandable)
|
|
228
235
|
td:where(.#{$table}__td)[data-label] {
|
|
236
|
+
grid-template-columns: var(--#{$table}--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
229
237
|
grid-column: 1;
|
|
230
238
|
grid-column-gap: var(--#{$table}--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
231
|
-
|
|
232
|
-
// use minmax func to contain possible text modifier width
|
|
233
|
-
grid-template-columns: var(--#{$table}--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
234
239
|
align-items: start;
|
|
235
240
|
|
|
236
241
|
// set contents of td to start at column two of td grid
|
|
@@ -239,14 +244,14 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
239
244
|
}
|
|
240
245
|
|
|
241
246
|
&::before {
|
|
242
|
-
font-weight: bold
|
|
243
|
-
text-align:
|
|
247
|
+
font-weight: var(--#{$pf-global}--FontWeight--bold);;
|
|
248
|
+
text-align: start;
|
|
244
249
|
content: attr(data-label);
|
|
245
250
|
}
|
|
246
251
|
}
|
|
247
252
|
|
|
248
253
|
tr:where(.#{$table}__tr).pf-m-tree-view-details-expanded {
|
|
249
|
-
padding-
|
|
254
|
+
padding-block-end: var(--#{$table}--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
|
250
255
|
|
|
251
256
|
td:where(.#{$table}__td)[data-label] {
|
|
252
257
|
display: grid;
|
|
@@ -268,24 +273,24 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
268
273
|
--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--#{$table}--m-tree-view-grid--c-table__action--PaddingTop);
|
|
269
274
|
--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--#{$table}--m-tree-view-grid--c-table__action--PaddingBottom);
|
|
270
275
|
|
|
271
|
-
grid-column: 2;
|
|
272
276
|
grid-row: 1;
|
|
277
|
+
grid-column: 2;
|
|
273
278
|
|
|
274
279
|
> .#{$dropdown} {
|
|
275
|
-
margin-
|
|
276
|
-
margin-
|
|
280
|
+
margin-block-start: var(--#{$table}--m-tree-view-grid--c-dropdown--MarginTop);
|
|
281
|
+
margin-block-end: var(--#{$table}--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
277
282
|
}
|
|
278
283
|
}
|
|
279
284
|
|
|
280
285
|
.#{$table}__tree-view-main > .#{$table}__check {
|
|
281
|
-
margin-right: var(--#{$table}--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
282
|
-
margin-left: auto;
|
|
283
286
|
order: var(--#{$table}--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
287
|
+
margin-inline-start: auto;
|
|
288
|
+
margin-inline-end: var(--#{$table}--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
284
289
|
}
|
|
285
290
|
|
|
286
291
|
.#{$table}__tree-view-details-toggle {
|
|
287
|
-
margin-
|
|
288
|
-
margin-
|
|
292
|
+
margin-block-start: var(--#{$table}__tree-view-details-toggle--MarginTop);
|
|
293
|
+
margin-block-end: var(--#{$table}__tree-view-details-toggle--MarginBottom);
|
|
289
294
|
}
|
|
290
295
|
|
|
291
296
|
@for $i from 2 through $pf-v5-c-tree-view--MaxDepth {
|
|
@@ -290,27 +290,27 @@
|
|
|
290
290
|
position: relative;
|
|
291
291
|
}
|
|
292
292
|
.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) {
|
|
293
|
-
border-
|
|
293
|
+
border-block-end: 0;
|
|
294
294
|
}
|
|
295
295
|
.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) > * {
|
|
296
296
|
z-index: var(--pf-v5-c-table--m-sticky-header--cell--ZIndex);
|
|
297
297
|
}
|
|
298
298
|
.pf-v5-c-table.pf-m-sticky-header > thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v5-c-table__tr) > * {
|
|
299
299
|
position: sticky;
|
|
300
|
-
|
|
300
|
+
inset-block-start: 0;
|
|
301
301
|
background: var(--pf-v5-c-table--BackgroundColor);
|
|
302
302
|
}
|
|
303
303
|
.pf-v5-c-table.pf-m-sticky-header > thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v5-c-table__tr) > *::after {
|
|
304
304
|
position: absolute;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
305
|
+
inset-block-end: 0;
|
|
306
|
+
inset-inline-start: 0;
|
|
307
|
+
inset-inline-end: 0;
|
|
308
308
|
content: "";
|
|
309
|
-
border-
|
|
309
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
310
310
|
}
|
|
311
311
|
.pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
|
|
312
312
|
position: sticky;
|
|
313
|
-
|
|
313
|
+
inset-block-start: 0;
|
|
314
314
|
z-index: var(--pf-v5-global--ZIndex--xs);
|
|
315
315
|
background: var(--pf-v5-c-table--BackgroundColor);
|
|
316
316
|
}
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom);
|
|
324
324
|
}
|
|
325
325
|
.pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) {
|
|
326
|
-
border-
|
|
326
|
+
border-block-end: 0;
|
|
327
327
|
}
|
|
328
328
|
.pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) th:where(.pf-v5-c-table__th):not([rowspan]),
|
|
329
329
|
.pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) td:where(.pf-v5-c-table__td):not([rowspan]) {
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
background: var(--pf-v5-c-table--m-striped__tr--BackgroundColor);
|
|
338
338
|
}
|
|
339
339
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
|
|
340
|
-
border-
|
|
340
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
341
341
|
}
|
|
342
342
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row).pf-m-ghost-row {
|
|
343
343
|
background-color: var(--pf-v5-c-table__tr--m-ghost-row--BackgroundColor);
|
|
@@ -349,7 +349,10 @@
|
|
|
349
349
|
width: var(--pf-v5-c-table--cell--Width);
|
|
350
350
|
min-width: var(--pf-v5-c-table--cell--MinWidth);
|
|
351
351
|
max-width: var(--pf-v5-c-table--cell--MaxWidth);
|
|
352
|
-
padding: var(--pf-v5-c-table--cell--PaddingTop)
|
|
352
|
+
padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
|
|
353
|
+
padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
|
|
354
|
+
padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
|
|
355
|
+
padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
|
|
353
356
|
overflow: var(--pf-v5-c-table--cell--Overflow);
|
|
354
357
|
font-size: var(--pf-v5-c-table--cell--FontSize);
|
|
355
358
|
font-weight: var(--pf-v5-c-table--cell--FontWeight);
|
|
@@ -383,26 +386,26 @@
|
|
|
383
386
|
}
|
|
384
387
|
.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 {
|
|
385
388
|
position: absolute;
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
389
|
+
inset-block-start: 0;
|
|
390
|
+
inset-block-end: 0;
|
|
391
|
+
inset-inline-start: 0;
|
|
392
|
+
inset-inline-end: 0;
|
|
390
393
|
pointer-events: none;
|
|
391
394
|
content: "";
|
|
392
395
|
}
|
|
393
396
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before {
|
|
394
|
-
border-
|
|
397
|
+
border-inline-end: var(--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-v5-c-table--cell--m-border-right--before--BorderRightColor);
|
|
395
398
|
}
|
|
396
399
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
|
|
397
|
-
border-
|
|
400
|
+
border-inline-start: var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor);
|
|
398
401
|
}
|
|
399
402
|
.pf-v5-c-table caption:where(.pf-v5-c-table__caption) {
|
|
400
|
-
padding-
|
|
401
|
-
padding-
|
|
402
|
-
padding-
|
|
403
|
+
padding-block-start: var(--pf-v5-c-table__caption--PaddingTop);
|
|
404
|
+
padding-block-end: var(--pf-v5-c-table__caption--PaddingBottom);
|
|
405
|
+
padding-inline-start: var(--pf-v5-c-table__caption--PaddingLeft);
|
|
403
406
|
font-size: var(--pf-v5-c-table__caption--FontSize);
|
|
404
407
|
color: var(--pf-v5-c-table__caption--Color);
|
|
405
|
-
text-align:
|
|
408
|
+
text-align: start;
|
|
406
409
|
background-color: var(--pf-v5-c-table--BackgroundColor);
|
|
407
410
|
}
|
|
408
411
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
|
|
@@ -440,19 +443,19 @@
|
|
|
440
443
|
}
|
|
441
444
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
|
|
442
445
|
position: absolute;
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
+
inset-block-start: var(--pf-v5-c-table__expandable-row--after--Top);
|
|
447
|
+
inset-block-end: var(--pf-v5-c-table__expandable-row--after--Bottom);
|
|
448
|
+
inset-inline-start: 0;
|
|
446
449
|
content: "";
|
|
447
450
|
background-color: transparent;
|
|
448
|
-
border-
|
|
451
|
+
border-inline-start: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
|
|
449
452
|
}
|
|
450
453
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__check input:where(.pf-v5-c-check__input) {
|
|
451
|
-
margin-
|
|
454
|
+
margin-block-start: var(--pf-v5-c-table__check--input--MarginTop);
|
|
452
455
|
vertical-align: top;
|
|
453
456
|
}
|
|
454
457
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v5-c-table__control-row) {
|
|
455
|
-
border-
|
|
458
|
+
border-block-end-width: 0;
|
|
456
459
|
}
|
|
457
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 {
|
|
458
461
|
padding: 0;
|
|
@@ -498,22 +501,22 @@
|
|
|
498
501
|
--pf-v5-c-table--cell--WhiteSpace: normal;
|
|
499
502
|
}
|
|
500
503
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) {
|
|
501
|
-
border-
|
|
504
|
+
border-block-end: 0;
|
|
502
505
|
}
|
|
503
506
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
|
|
504
|
-
border-
|
|
507
|
+
border-inline-start: 0;
|
|
505
508
|
}
|
|
506
509
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody):not(.pf-m-expanded) .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
|
|
507
510
|
display: none;
|
|
508
511
|
}
|
|
509
512
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > .pf-v5-c-table__control-row {
|
|
510
|
-
border-
|
|
513
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
511
514
|
}
|
|
512
515
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__control-row > .pf-v5-c-table__compound-expansion-toggle:first-child > ::before {
|
|
513
|
-
border-
|
|
516
|
+
border-inline-start-width: 0;
|
|
514
517
|
}
|
|
515
518
|
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
516
|
-
border-
|
|
519
|
+
border-block-end-color: transparent;
|
|
517
520
|
}
|
|
518
521
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) {
|
|
519
522
|
position: relative;
|
|
@@ -621,11 +624,14 @@
|
|
|
621
624
|
.pf-v5-c-table__button {
|
|
622
625
|
position: static;
|
|
623
626
|
width: 100%;
|
|
624
|
-
padding: var(--pf-v5-c-table--cell--PaddingTop)
|
|
627
|
+
padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
|
|
628
|
+
padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
|
|
629
|
+
padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
|
|
630
|
+
padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
|
|
625
631
|
font-size: inherit;
|
|
626
632
|
font-weight: inherit;
|
|
627
633
|
color: var(--pf-v5-c-table__button--Color);
|
|
628
|
-
text-align:
|
|
634
|
+
text-align: start;
|
|
629
635
|
white-space: inherit;
|
|
630
636
|
user-select: text;
|
|
631
637
|
background-color: var(--pf-v5-c-table__button--BackgroundColor);
|
|
@@ -633,10 +639,10 @@
|
|
|
633
639
|
}
|
|
634
640
|
.pf-v5-c-table__button::before {
|
|
635
641
|
position: absolute;
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
642
|
+
inset-block-start: 0;
|
|
643
|
+
inset-block-end: 0;
|
|
644
|
+
inset-inline-start: 0;
|
|
645
|
+
inset-inline-end: 0;
|
|
640
646
|
cursor: pointer;
|
|
641
647
|
content: "";
|
|
642
648
|
}
|
|
@@ -719,8 +725,8 @@
|
|
|
719
725
|
vertical-align: top;
|
|
720
726
|
}
|
|
721
727
|
.pf-v5-c-table__toggle .pf-v5-c-button {
|
|
722
|
-
margin-
|
|
723
|
-
margin-
|
|
728
|
+
margin-block-start: var(--pf-v5-c-table__toggle--c-button--MarginTop);
|
|
729
|
+
margin-block-end: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
|
|
724
730
|
}
|
|
725
731
|
.pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon {
|
|
726
732
|
transform: rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
|
|
@@ -729,6 +735,10 @@
|
|
|
729
735
|
transition: var(--pf-v5-c-table__toggle--c-button__toggle-icon--Transition);
|
|
730
736
|
transform: rotate(var(--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate));
|
|
731
737
|
}
|
|
738
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
|
|
739
|
+
scale: -1 1;
|
|
740
|
+
}
|
|
741
|
+
|
|
732
742
|
.pf-v5-c-table__toggle svg {
|
|
733
743
|
pointer-events: none;
|
|
734
744
|
}
|
|
@@ -743,20 +753,29 @@
|
|
|
743
753
|
.pf-v5-c-table__check label {
|
|
744
754
|
display: block;
|
|
745
755
|
padding: inherit;
|
|
746
|
-
margin: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1)
|
|
756
|
+
margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
|
|
757
|
+
margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
|
|
758
|
+
margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
|
|
759
|
+
margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
|
|
747
760
|
}
|
|
748
761
|
|
|
749
762
|
.pf-v5-c-table__favorite .pf-v5-c-button {
|
|
750
763
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
|
|
751
764
|
--pf-v5-c-button--FontSize: var(--pf-v5-c-table__favorite--c-button--FontSize);
|
|
752
|
-
margin: var(--pf-v5-c-table__favorite--c-button--MarginTop)
|
|
765
|
+
margin-block-start: var(--pf-v5-c-table__favorite--c-button--MarginTop);
|
|
766
|
+
margin-block-end: var(--pf-v5-c-table__favorite--c-button--MarginBottom);
|
|
767
|
+
margin-inline-start: var(--pf-v5-c-table__favorite--c-button--MarginLeft);
|
|
768
|
+
margin-inline-end: var(--pf-v5-c-table__favorite--c-button--MarginRight);
|
|
753
769
|
}
|
|
754
770
|
.pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button {
|
|
755
771
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color);
|
|
756
772
|
}
|
|
757
773
|
|
|
758
774
|
.pf-v5-c-table__draggable .pf-v5-c-button {
|
|
759
|
-
margin: var(--pf-v5-c-table__draggable--c-button--MarginTop)
|
|
775
|
+
margin-block-start: var(--pf-v5-c-table__draggable--c-button--MarginTop);
|
|
776
|
+
margin-block-end: var(--pf-v5-c-table__draggable--c-button--MarginBottom);
|
|
777
|
+
margin-inline-start: var(--pf-v5-c-table__draggable--c-button--MarginLeft);
|
|
778
|
+
margin-inline-end: var(--pf-v5-c-table__draggable--c-button--MarginRight);
|
|
760
779
|
cursor: grab;
|
|
761
780
|
}
|
|
762
781
|
.pf-v5-c-table__draggable .pf-v5-c-button:active {
|
|
@@ -769,19 +788,19 @@
|
|
|
769
788
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__action--PaddingRight);
|
|
770
789
|
--pf-v5-c-table--cell--PaddingBottom: 0;
|
|
771
790
|
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
|
|
772
|
-
padding-
|
|
773
|
-
padding-
|
|
791
|
+
padding-block-start: 0;
|
|
792
|
+
padding-block-end: 0;
|
|
774
793
|
vertical-align: middle;
|
|
775
794
|
}
|
|
776
795
|
|
|
777
796
|
.pf-v5-c-table__action {
|
|
778
|
-
text-align:
|
|
797
|
+
text-align: end;
|
|
779
798
|
}
|
|
780
799
|
|
|
781
800
|
.pf-v5-c-table__inline-edit-action {
|
|
782
801
|
--pf-v5-c-table--cell--PaddingLeft: 0;
|
|
783
802
|
--pf-v5-c-table--cell--PaddingRight: 0;
|
|
784
|
-
text-align:
|
|
803
|
+
text-align: end;
|
|
785
804
|
}
|
|
786
805
|
|
|
787
806
|
.pf-v5-c-table__compound-expansion-toggle {
|
|
@@ -804,25 +823,25 @@
|
|
|
804
823
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before,
|
|
805
824
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
|
806
825
|
position: absolute;
|
|
807
|
-
|
|
826
|
+
inset-inline-end: 0;
|
|
808
827
|
content: "";
|
|
809
828
|
border-style: solid;
|
|
810
829
|
border-width: 0;
|
|
811
830
|
}
|
|
812
831
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
832
|
+
inset-block-start: 0;
|
|
833
|
+
inset-block-end: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);
|
|
834
|
+
inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);
|
|
816
835
|
border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor);
|
|
817
|
-
border-
|
|
818
|
-
border-
|
|
836
|
+
border-inline-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
|
|
837
|
+
border-inline-end-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
|
|
819
838
|
}
|
|
820
839
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
|
821
|
-
|
|
822
|
-
|
|
840
|
+
inset-block-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);
|
|
841
|
+
inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);
|
|
823
842
|
pointer-events: none;
|
|
824
843
|
border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor);
|
|
825
|
-
border-
|
|
844
|
+
border-block-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
|
|
826
845
|
}
|
|
827
846
|
.pf-v5-c-table__compound-expansion-toggle:hover, .pf-v5-c-table__compound-expansion-toggle:focus-within, .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded {
|
|
828
847
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
@@ -834,7 +853,7 @@
|
|
|
834
853
|
--pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0;
|
|
835
854
|
}
|
|
836
855
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded .pf-v5-c-table__button::before {
|
|
837
|
-
border-
|
|
856
|
+
border-block-end: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
838
857
|
}
|
|
839
858
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded:first-child {
|
|
840
859
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
|
@@ -850,14 +869,14 @@
|
|
|
850
869
|
}
|
|
851
870
|
|
|
852
871
|
.pf-v5-c-table__column-help-action {
|
|
853
|
-
margin-
|
|
872
|
+
margin-inline-start: var(--pf-v5-c-table__column-help--MarginLeft);
|
|
854
873
|
transform: translateY(var(--pf-v5-c-table__column-help--TranslateY));
|
|
855
874
|
}
|
|
856
875
|
.pf-v5-c-table__column-help-action .pf-v5-c-button {
|
|
857
876
|
--pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);
|
|
858
877
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-table__column-help--c-button--PaddingLeft);
|
|
859
|
-
margin-
|
|
860
|
-
margin-
|
|
878
|
+
margin-block-start: var(--pf-v5-c-table__column-help--c-button--MarginTop);
|
|
879
|
+
margin-block-end: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
|
|
861
880
|
font-size: inherit;
|
|
862
881
|
line-height: 1;
|
|
863
882
|
}
|
|
@@ -869,9 +888,9 @@
|
|
|
869
888
|
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);
|
|
870
889
|
display: flex;
|
|
871
890
|
width: auto;
|
|
872
|
-
margin-
|
|
873
|
-
margin-
|
|
874
|
-
margin-
|
|
891
|
+
margin-block-start: var(--pf-v5-c-table__sort__button--MarginTop);
|
|
892
|
+
margin-block-end: var(--pf-v5-c-table__sort__button--MarginBottom);
|
|
893
|
+
margin-inline-start: var(--pf-v5-c-table__sort__button--MarginLeft);
|
|
875
894
|
}
|
|
876
895
|
.pf-v5-c-table__sort .pf-v5-c-table__button:hover {
|
|
877
896
|
--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
|
|
@@ -906,7 +925,7 @@
|
|
|
906
925
|
|
|
907
926
|
.pf-v5-c-table__sort-indicator {
|
|
908
927
|
grid-column: 2;
|
|
909
|
-
margin-
|
|
928
|
+
margin-inline-start: var(--pf-v5-c-table__sort-indicator--MarginLeft);
|
|
910
929
|
color: var(--pf-v5-c-table__sort-indicator--Color);
|
|
911
930
|
pointer-events: none;
|
|
912
931
|
}
|
|
@@ -915,7 +934,7 @@
|
|
|
915
934
|
--pf-v5-c-table--cell--PaddingTop: 0;
|
|
916
935
|
--pf-v5-c-table--cell--PaddingBottom: 0;
|
|
917
936
|
position: relative;
|
|
918
|
-
border-
|
|
937
|
+
border-block-end: 0 solid transparent;
|
|
919
938
|
box-shadow: 0 0 0 0 transparent;
|
|
920
939
|
}
|
|
921
940
|
.pf-v5-c-table__expandable-row,
|
|
@@ -924,19 +943,22 @@
|
|
|
924
943
|
}
|
|
925
944
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,
|
|
926
945
|
.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding {
|
|
927
|
-
padding: 0
|
|
946
|
+
padding-block-start: 0;
|
|
947
|
+
padding-inline-end: 0;
|
|
948
|
+
padding-block-end: 0;
|
|
949
|
+
padding-inline-start: var(--pf-v5-c-table__expandable-row--after--border-width--base);
|
|
928
950
|
}
|
|
929
951
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
|
|
930
952
|
.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
|
|
931
953
|
padding: 0;
|
|
932
954
|
}
|
|
933
955
|
.pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
|
|
934
|
-
padding-
|
|
935
|
-
padding-
|
|
956
|
+
padding-block-start: var(--pf-v5-c-table__expandable-row-content--PaddingTop);
|
|
957
|
+
padding-block-end: var(--pf-v5-c-table__expandable-row-content--PaddingBottom);
|
|
936
958
|
}
|
|
937
959
|
.pf-v5-c-table__expandable-row.pf-m-expanded {
|
|
938
|
-
border-
|
|
939
|
-
border-
|
|
960
|
+
border-block-end-color: var(--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor);
|
|
961
|
+
border-block-end-width: var(--pf-v5-c-table--border-width--base);
|
|
940
962
|
box-shadow: var(--pf-v5-c-table__expandable-row--m-expanded--BoxShadow);
|
|
941
963
|
}
|
|
942
964
|
.pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
|
@@ -1006,7 +1028,7 @@
|
|
|
1006
1028
|
align-items: center;
|
|
1007
1029
|
}
|
|
1008
1030
|
.pf-v5-c-table__icon-inline > :not(:last-child) {
|
|
1009
|
-
margin-
|
|
1031
|
+
margin-inline-end: var(--pf-v5-c-table__icon-inline--MarginRight);
|
|
1010
1032
|
}
|
|
1011
1033
|
|
|
1012
1034
|
.pf-v5-c-table .pf-m-width-10 {
|