@patternfly/patternfly 5.1.0-prerelease.1 → 5.1.0-prerelease.10
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 +10 -0
- 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 +22 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +17 -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 +5 -0
- package/components/AboutModalBox/about-modal-box.css +20 -13
- package/components/AboutModalBox/about-modal-box.scss +20 -13
- 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 +16 -13
- package/components/Alert/alert.scss +16 -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 +2 -2
- package/components/BackgroundImage/background-image.scss +2 -2
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -2
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +6 -3
- package/components/Breadcrumb/breadcrumb.scss +6 -3
- package/components/Button/button.css +23 -17
- package/components/Button/button.scss +22 -16
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +21 -15
- package/components/CalendarMonth/calendar-month.scss +21 -15
- package/components/Card/card.css +21 -16
- package/components/Card/card.scss +21 -16
- 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 +16 -10
- package/components/ClipboardCopy/clipboard-copy.scss +14 -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 -49
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +66 -84
- package/components/DataList/data-list.scss +45 -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 +75 -60
- package/components/Drawer/drawer.scss +51 -36
- 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 +50 -50
- package/components/Form/form.scss +44 -44
- package/components/FormControl/form-control.css +21 -11
- package/components/FormControl/form-control.scss +21 -11
- 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 +24 -24
- package/components/JumpLinks/jump-links.scss +24 -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 +69 -66
- package/components/Menu/menu.scss +69 -67
- package/components/MenuToggle/menu-toggle.css +41 -29
- package/components/MenuToggle/menu-toggle.scss +41 -29
- 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 +100 -93
- package/components/Nav/nav.scss +98 -91
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +13 -7
- package/components/NotificationBadge/notification-badge.scss +13 -7
- package/components/NotificationDrawer/notification-drawer.css +28 -19
- package/components/NotificationDrawer/notification-drawer.scss +28 -19
- package/components/NumberInput/number-input.css +3 -3
- 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 +119 -65
- package/components/Page/page.scss +63 -39
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +28 -18
- 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 +24 -21
- package/components/Popover/popover.scss +24 -21
- package/components/Progress/progress.css +7 -7
- package/components/Progress/progress.scss +7 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +4 -5
- package/components/Radio/radio.scss +4 -5
- 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 +2 -5
- package/components/Skeleton/skeleton.scss +2 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +46 -26
- package/components/Slider/slider.scss +54 -26
- 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 -219
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +2 -2
- package/components/Table/table-scrollable.scss +2 -2
- package/components/Table/table-tree-view.css +107 -104
- package/components/Table/table-tree-view.scss +32 -32
- package/components/Table/table.css +87 -69
- package/components/Table/table.scss +87 -69
- package/components/Tabs/tabs.css +66 -48
- package/components/Tabs/tabs.scss +66 -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 +24 -21
- package/components/Tooltip/tooltip.css +19 -16
- package/components/Tooltip/tooltip.scss +19 -16
- package/components/TreeView/tree-view.css +42 -27
- package/components/TreeView/tree-view.scss +43 -28
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
- package/docs/components/Badge/examples/Badge.md +16 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +1 -0
- package/docs/components/Card/examples/Card.md +152 -64
- package/docs/components/Chip/examples/Chip.md +31 -11
- package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
- package/docs/components/DataList/examples/DataList.md +391 -136
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
- package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
- package/docs/components/FormControl/examples/FormControl.md +2 -1
- package/docs/components/Hint/examples/Hint.md +57 -24
- package/docs/components/InlineEdit/examples/InlineEdit.md +46 -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 +40 -30
- package/docs/components/Menu/examples/Menu.md +41 -20
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/docs/components/Nav/examples/Navigation.css +2 -2
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
- package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
- package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
- package/docs/components/Pagination/examples/Pagination.md +195 -65
- package/docs/components/Popover/examples/Popover.css +2 -2
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
- package/docs/components/Select/deprecated/Select.css +3 -3
- package/docs/components/Select/deprecated/Select.md +43 -55
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +4546 -1668
- package/docs/components/Tabs/examples/Tabs.md +1094 -438
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +2 -2
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +148 -80
- package/docs/components/TreeView/examples/TreeView.md +23 -8
- package/docs/components/Wizard/examples/Wizard.md +75 -36
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +49 -24
- package/docs/demos/CardView/examples/CardView.md +182 -74
- package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
- package/docs/demos/DataList/examples/DataList.md +163 -70
- package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
- package/docs/demos/Drawer/examples/Drawer.md +20 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
- package/docs/demos/Table/examples/Table.md +1422 -607
- package/docs/demos/Tabs/examples/Tabs.md +113 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +320 -127
- package/docs/demos/Wizard/examples/Wizard.md +191 -41
- 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 +40 -37
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +27 -3
- package/patternfly-base-no-globals.css +27 -3
- package/patternfly-base-theme-dark-unversioned.css +28 -4
- package/patternfly-base.css +28 -4
- package/patternfly-no-globals.css +2420 -1872
- package/patternfly-theme-dark-unversioned.css +2421 -1873
- package/patternfly.css +2421 -1873
- 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/placeholders.scss +1 -1
- package/sass-utilities/scss-variables.scss +8 -8
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
|
@@ -60,14 +60,14 @@ $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
69
|
position: var(--#{$table}--m-tree-view__toggle--Position);
|
|
70
|
-
|
|
70
|
+
inset-inline-start: var(--#{$table}--m-tree-view__toggle--Left);
|
|
71
71
|
transform: translateX(var(--#{$table}--m-tree-view__toggle--TranslateX));
|
|
72
72
|
|
|
73
73
|
.#{$table}__toggle-icon {
|
|
@@ -76,13 +76,16 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
> .#{$table}__check {
|
|
79
|
-
margin-
|
|
79
|
+
margin-inline-end: var(--#{$table}__tree-view-main--c-table__check--MarginRight);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
> .#{$table}__check label {
|
|
83
|
-
padding-
|
|
84
|
-
padding-
|
|
85
|
-
margin
|
|
83
|
+
padding-inline-start: var(--#{$table}__tree-view-main--c-table__check--PaddingLeft);
|
|
84
|
+
padding-inline-end: var(--#{$table}__tree-view-main--c-table__check--PaddingRight);
|
|
85
|
+
margin-block-start: 0;
|
|
86
|
+
margin-block-end: 0;
|
|
87
|
+
margin-inline-start: 0;
|
|
88
|
+
margin-inline-end: calc(var(--#{$table}__tree-view-main--c-table__check--MarginRight) * -1);
|
|
86
89
|
}
|
|
87
90
|
}
|
|
88
91
|
|
|
@@ -92,14 +95,13 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
92
95
|
|
|
93
96
|
.#{$table}__tree-view-icon {
|
|
94
97
|
min-width: var(--#{$table}__tree-view-icon--MinWidth);
|
|
95
|
-
margin-
|
|
98
|
+
margin-inline-end: var(--#{$table}__tree-view-icon--MarginRight);
|
|
96
99
|
}
|
|
97
100
|
|
|
98
101
|
.#{$table}__tree-view-details-toggle {
|
|
99
102
|
display: none;
|
|
100
103
|
}
|
|
101
104
|
|
|
102
|
-
// stylelint-disable
|
|
103
105
|
@mixin pf-tree-view-grid {
|
|
104
106
|
.pf-m-tree-view-grid.#{$table} {
|
|
105
107
|
@content;
|
|
@@ -150,7 +152,7 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
150
152
|
|
|
151
153
|
// node cells
|
|
152
154
|
--#{$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));
|
|
155
|
+
--#{$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
156
|
--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--#{$pf-global}--spacer--xs);
|
|
155
157
|
--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--#{$pf-global}--spacer--xs);
|
|
156
158
|
|
|
@@ -175,17 +177,17 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
175
177
|
|
|
176
178
|
tbody:where(.#{$table}__tbody) tr:where(.#{$table}__tr) {
|
|
177
179
|
position: relative;
|
|
178
|
-
outline-offset: var(--#{$table}--m-tree-view-grid--tr--OutlineOffset);
|
|
179
180
|
border: none;
|
|
181
|
+
outline-offset: var(--#{$table}--m-tree-view-grid--tr--OutlineOffset);
|
|
180
182
|
|
|
181
183
|
&::before {
|
|
182
184
|
position: absolute;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
border-bottom: var(--#{$table}--border-width--base) solid var(--#{$table}--BorderColor);
|
|
185
|
+
inset-block-start: 0;
|
|
186
|
+
inset-block-end: 0;
|
|
187
|
+
inset-inline-start: var(--#{$table}--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
188
|
+
inset-inline-end: 0;
|
|
188
189
|
content: '';
|
|
190
|
+
border-block-end: var(--#{$table}--border-width--base) solid var(--#{$table}--BorderColor);
|
|
189
191
|
}
|
|
190
192
|
}
|
|
191
193
|
|
|
@@ -209,11 +211,11 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
209
211
|
--#{$table}--cell--PaddingTop: var(--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
|
210
212
|
--#{$table}--cell--PaddingBottom: var(--#{$table}--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
|
211
213
|
|
|
212
|
-
padding-
|
|
214
|
+
padding-inline-start: var(--#{$table}--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
213
215
|
}
|
|
214
216
|
|
|
215
217
|
.#{$table}__tree-view-text {
|
|
216
|
-
padding-
|
|
218
|
+
padding-inline-end: var(--#{$table}__tree-view-text--PaddingRight);
|
|
217
219
|
}
|
|
218
220
|
|
|
219
221
|
thead:where(.#{$table}__thead) th:where(.#{$table}__th) {
|
|
@@ -226,11 +228,9 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
226
228
|
|
|
227
229
|
// Standard td, in standard row (non-expandable)
|
|
228
230
|
td:where(.#{$table}__td)[data-label] {
|
|
231
|
+
grid-template-columns: var(--#{$table}--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
229
232
|
grid-column: 1;
|
|
230
233
|
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
234
|
align-items: start;
|
|
235
235
|
|
|
236
236
|
// set contents of td to start at column two of td grid
|
|
@@ -239,14 +239,14 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
&::before {
|
|
242
|
-
font-weight: bold
|
|
243
|
-
text-align:
|
|
242
|
+
font-weight: var(--#{$pf-global}--FontWeight--bold);;
|
|
243
|
+
text-align: start;
|
|
244
244
|
content: attr(data-label);
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
tr:where(.#{$table}__tr).pf-m-tree-view-details-expanded {
|
|
249
|
-
padding-
|
|
249
|
+
padding-block-end: var(--#{$table}--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
|
250
250
|
|
|
251
251
|
td:where(.#{$table}__td)[data-label] {
|
|
252
252
|
display: grid;
|
|
@@ -268,24 +268,24 @@ $pf-v5-c-tree-view--MaxDepth: 10;
|
|
|
268
268
|
--#{$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
269
|
--#{$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
270
|
|
|
271
|
-
grid-column: 2;
|
|
272
271
|
grid-row: 1;
|
|
272
|
+
grid-column: 2;
|
|
273
273
|
|
|
274
274
|
> .#{$dropdown} {
|
|
275
|
-
margin-
|
|
276
|
-
margin-
|
|
275
|
+
margin-block-start: var(--#{$table}--m-tree-view-grid--c-dropdown--MarginTop);
|
|
276
|
+
margin-block-end: var(--#{$table}--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
.#{$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
281
|
order: var(--#{$table}--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
282
|
+
margin-inline-start: auto;
|
|
283
|
+
margin-inline-end: var(--#{$table}--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
.#{$table}__tree-view-details-toggle {
|
|
287
|
-
margin-
|
|
288
|
-
margin-
|
|
287
|
+
margin-block-start: var(--#{$table}__tree-view-details-toggle--MarginTop);
|
|
288
|
+
margin-block-end: var(--#{$table}__tree-view-details-toggle--MarginBottom);
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
@for $i from 2 through $pf-v5-c-tree-view--MaxDepth {
|
|
@@ -289,27 +289,27 @@
|
|
|
289
289
|
position: relative;
|
|
290
290
|
}
|
|
291
291
|
.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) {
|
|
292
|
-
border-
|
|
292
|
+
border-block-end: 0;
|
|
293
293
|
}
|
|
294
294
|
.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) > * {
|
|
295
295
|
z-index: var(--pf-v5-c-table--m-sticky-header--cell--ZIndex);
|
|
296
296
|
}
|
|
297
297
|
.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) > * {
|
|
298
298
|
position: sticky;
|
|
299
|
-
|
|
299
|
+
inset-block-start: 0;
|
|
300
300
|
background: var(--pf-v5-c-table--BackgroundColor);
|
|
301
301
|
}
|
|
302
302
|
.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 {
|
|
303
303
|
position: absolute;
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
304
|
+
inset-block-end: 0;
|
|
305
|
+
inset-inline-start: 0;
|
|
306
|
+
inset-inline-end: 0;
|
|
307
307
|
content: "";
|
|
308
|
-
border-
|
|
308
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
309
309
|
}
|
|
310
310
|
.pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
|
|
311
311
|
position: sticky;
|
|
312
|
-
|
|
312
|
+
inset-block-start: 0;
|
|
313
313
|
z-index: var(--pf-v5-global--ZIndex--xs);
|
|
314
314
|
background: var(--pf-v5-c-table--BackgroundColor);
|
|
315
315
|
}
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom);
|
|
323
323
|
}
|
|
324
324
|
.pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) {
|
|
325
|
-
border-
|
|
325
|
+
border-block-end: 0;
|
|
326
326
|
}
|
|
327
327
|
.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]),
|
|
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) td:where(.pf-v5-c-table__td):not([rowspan]) {
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
background: var(--pf-v5-c-table--m-striped__tr--BackgroundColor);
|
|
337
337
|
}
|
|
338
338
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
|
|
339
|
-
border-
|
|
339
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
340
340
|
}
|
|
341
341
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row).pf-m-ghost-row {
|
|
342
342
|
background-color: var(--pf-v5-c-table__tr--m-ghost-row--BackgroundColor);
|
|
@@ -348,7 +348,10 @@
|
|
|
348
348
|
width: var(--pf-v5-c-table--cell--Width);
|
|
349
349
|
min-width: var(--pf-v5-c-table--cell--MinWidth);
|
|
350
350
|
max-width: var(--pf-v5-c-table--cell--MaxWidth);
|
|
351
|
-
padding: var(--pf-v5-c-table--cell--PaddingTop)
|
|
351
|
+
padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
|
|
352
|
+
padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
|
|
353
|
+
padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
|
|
354
|
+
padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
|
|
352
355
|
overflow: var(--pf-v5-c-table--cell--Overflow);
|
|
353
356
|
font-size: var(--pf-v5-c-table--cell--FontSize);
|
|
354
357
|
font-weight: var(--pf-v5-c-table--cell--FontWeight);
|
|
@@ -382,26 +385,26 @@
|
|
|
382
385
|
}
|
|
383
386
|
.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 {
|
|
384
387
|
position: absolute;
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
388
|
+
inset-block-start: 0;
|
|
389
|
+
inset-block-end: 0;
|
|
390
|
+
inset-inline-start: 0;
|
|
391
|
+
inset-inline-end: 0;
|
|
389
392
|
pointer-events: none;
|
|
390
393
|
content: "";
|
|
391
394
|
}
|
|
392
395
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before {
|
|
393
|
-
border-
|
|
396
|
+
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);
|
|
394
397
|
}
|
|
395
398
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
|
|
396
|
-
border-
|
|
399
|
+
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);
|
|
397
400
|
}
|
|
398
401
|
.pf-v5-c-table caption:where(.pf-v5-c-table__caption) {
|
|
399
|
-
padding-
|
|
400
|
-
padding-
|
|
401
|
-
padding-
|
|
402
|
+
padding-block-start: var(--pf-v5-c-table__caption--PaddingTop);
|
|
403
|
+
padding-block-end: var(--pf-v5-c-table__caption--PaddingBottom);
|
|
404
|
+
padding-inline-start: var(--pf-v5-c-table__caption--PaddingLeft);
|
|
402
405
|
font-size: var(--pf-v5-c-table__caption--FontSize);
|
|
403
406
|
color: var(--pf-v5-c-table__caption--Color);
|
|
404
|
-
text-align:
|
|
407
|
+
text-align: start;
|
|
405
408
|
background-color: var(--pf-v5-c-table--BackgroundColor);
|
|
406
409
|
}
|
|
407
410
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
|
|
@@ -439,19 +442,19 @@
|
|
|
439
442
|
}
|
|
440
443
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
|
|
441
444
|
position: absolute;
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
+
inset-block-start: var(--pf-v5-c-table__expandable-row--after--Top);
|
|
446
|
+
inset-block-end: var(--pf-v5-c-table__expandable-row--after--Bottom);
|
|
447
|
+
inset-inline-start: 0;
|
|
445
448
|
content: "";
|
|
446
449
|
background-color: transparent;
|
|
447
|
-
border-
|
|
450
|
+
border-inline-start: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
|
|
448
451
|
}
|
|
449
452
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__check input:where(.pf-v5-c-check__input) {
|
|
450
|
-
margin-
|
|
453
|
+
margin-block-start: var(--pf-v5-c-table__check--input--MarginTop);
|
|
451
454
|
vertical-align: top;
|
|
452
455
|
}
|
|
453
456
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v5-c-table__control-row) {
|
|
454
|
-
border-
|
|
457
|
+
border-block-end-width: 0;
|
|
455
458
|
}
|
|
456
459
|
.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 {
|
|
457
460
|
padding: 0;
|
|
@@ -497,19 +500,19 @@
|
|
|
497
500
|
--pf-v5-c-table--cell--WhiteSpace: normal;
|
|
498
501
|
}
|
|
499
502
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) {
|
|
500
|
-
border-
|
|
503
|
+
border-block-end: 0;
|
|
501
504
|
}
|
|
502
505
|
.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 {
|
|
503
|
-
border-
|
|
506
|
+
border-inline-start: 0;
|
|
504
507
|
}
|
|
505
508
|
.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 {
|
|
506
509
|
display: none;
|
|
507
510
|
}
|
|
508
511
|
.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 {
|
|
509
|
-
border-
|
|
512
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
510
513
|
}
|
|
511
514
|
.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 {
|
|
512
|
-
border-
|
|
515
|
+
border-inline-start-width: 0;
|
|
513
516
|
}
|
|
514
517
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
|
515
518
|
cursor: pointer;
|
|
@@ -620,11 +623,14 @@
|
|
|
620
623
|
.pf-v5-c-table__button {
|
|
621
624
|
position: static;
|
|
622
625
|
width: 100%;
|
|
623
|
-
padding: var(--pf-v5-c-table--cell--PaddingTop)
|
|
626
|
+
padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
|
|
627
|
+
padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
|
|
628
|
+
padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
|
|
629
|
+
padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
|
|
624
630
|
font-size: inherit;
|
|
625
631
|
font-weight: inherit;
|
|
626
632
|
color: var(--pf-v5-c-table__button--Color);
|
|
627
|
-
text-align:
|
|
633
|
+
text-align: start;
|
|
628
634
|
white-space: inherit;
|
|
629
635
|
user-select: text;
|
|
630
636
|
background-color: var(--pf-v5-c-table__button--BackgroundColor);
|
|
@@ -632,10 +638,10 @@
|
|
|
632
638
|
}
|
|
633
639
|
.pf-v5-c-table__button::before {
|
|
634
640
|
position: absolute;
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
641
|
+
inset-block-start: 0;
|
|
642
|
+
inset-block-end: 0;
|
|
643
|
+
inset-inline-start: 0;
|
|
644
|
+
inset-inline-end: 0;
|
|
639
645
|
cursor: pointer;
|
|
640
646
|
content: "";
|
|
641
647
|
}
|
|
@@ -718,8 +724,8 @@
|
|
|
718
724
|
vertical-align: top;
|
|
719
725
|
}
|
|
720
726
|
.pf-v5-c-table__toggle .pf-v5-c-button {
|
|
721
|
-
margin-
|
|
722
|
-
margin-
|
|
727
|
+
margin-block-start: var(--pf-v5-c-table__toggle--c-button--MarginTop);
|
|
728
|
+
margin-block-end: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
|
|
723
729
|
}
|
|
724
730
|
.pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon {
|
|
725
731
|
transform: rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
|
|
@@ -742,20 +748,29 @@
|
|
|
742
748
|
.pf-v5-c-table__check label {
|
|
743
749
|
display: block;
|
|
744
750
|
padding: inherit;
|
|
745
|
-
margin: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1)
|
|
751
|
+
margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
|
|
752
|
+
margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
|
|
753
|
+
margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
|
|
754
|
+
margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
|
|
746
755
|
}
|
|
747
756
|
|
|
748
757
|
.pf-v5-c-table__favorite .pf-v5-c-button {
|
|
749
758
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
|
|
750
759
|
--pf-v5-c-button--FontSize: var(--pf-v5-c-table__favorite--c-button--FontSize);
|
|
751
|
-
margin: var(--pf-v5-c-table__favorite--c-button--MarginTop)
|
|
760
|
+
margin-block-start: var(--pf-v5-c-table__favorite--c-button--MarginTop);
|
|
761
|
+
margin-block-end: var(--pf-v5-c-table__favorite--c-button--MarginBottom);
|
|
762
|
+
margin-inline-start: var(--pf-v5-c-table__favorite--c-button--MarginLeft);
|
|
763
|
+
margin-inline-end: var(--pf-v5-c-table__favorite--c-button--MarginRight);
|
|
752
764
|
}
|
|
753
765
|
.pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button {
|
|
754
766
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color);
|
|
755
767
|
}
|
|
756
768
|
|
|
757
769
|
.pf-v5-c-table__draggable .pf-v5-c-button {
|
|
758
|
-
margin: var(--pf-v5-c-table__draggable--c-button--MarginTop)
|
|
770
|
+
margin-block-start: var(--pf-v5-c-table__draggable--c-button--MarginTop);
|
|
771
|
+
margin-block-end: var(--pf-v5-c-table__draggable--c-button--MarginBottom);
|
|
772
|
+
margin-inline-start: var(--pf-v5-c-table__draggable--c-button--MarginLeft);
|
|
773
|
+
margin-inline-end: var(--pf-v5-c-table__draggable--c-button--MarginRight);
|
|
759
774
|
cursor: grab;
|
|
760
775
|
}
|
|
761
776
|
.pf-v5-c-table__draggable .pf-v5-c-button:active {
|
|
@@ -768,19 +783,19 @@
|
|
|
768
783
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__action--PaddingRight);
|
|
769
784
|
--pf-v5-c-table--cell--PaddingBottom: 0;
|
|
770
785
|
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
|
|
771
|
-
padding-
|
|
772
|
-
padding-
|
|
786
|
+
padding-block-start: 0;
|
|
787
|
+
padding-block-end: 0;
|
|
773
788
|
vertical-align: middle;
|
|
774
789
|
}
|
|
775
790
|
|
|
776
791
|
.pf-v5-c-table__action {
|
|
777
|
-
text-align:
|
|
792
|
+
text-align: end;
|
|
778
793
|
}
|
|
779
794
|
|
|
780
795
|
.pf-v5-c-table__inline-edit-action {
|
|
781
796
|
--pf-v5-c-table--cell--PaddingLeft: 0;
|
|
782
797
|
--pf-v5-c-table--cell--PaddingRight: 0;
|
|
783
|
-
text-align:
|
|
798
|
+
text-align: end;
|
|
784
799
|
}
|
|
785
800
|
|
|
786
801
|
.pf-v5-c-table__compound-expansion-toggle {
|
|
@@ -803,25 +818,25 @@
|
|
|
803
818
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before,
|
|
804
819
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
|
805
820
|
position: absolute;
|
|
806
|
-
|
|
821
|
+
inset-inline-end: 0;
|
|
807
822
|
content: "";
|
|
808
823
|
border-style: solid;
|
|
809
824
|
border-width: 0;
|
|
810
825
|
}
|
|
811
826
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
827
|
+
inset-block-start: 0;
|
|
828
|
+
inset-block-end: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);
|
|
829
|
+
inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);
|
|
815
830
|
border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor);
|
|
816
|
-
border-
|
|
817
|
-
border-
|
|
831
|
+
border-inline-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
|
|
832
|
+
border-inline-end-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
|
|
818
833
|
}
|
|
819
834
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
|
820
|
-
|
|
821
|
-
|
|
835
|
+
inset-block-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);
|
|
836
|
+
inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);
|
|
822
837
|
pointer-events: none;
|
|
823
838
|
border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor);
|
|
824
|
-
border-
|
|
839
|
+
border-block-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
|
|
825
840
|
}
|
|
826
841
|
.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 {
|
|
827
842
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
@@ -833,7 +848,7 @@
|
|
|
833
848
|
--pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0;
|
|
834
849
|
}
|
|
835
850
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded .pf-v5-c-table__button::before {
|
|
836
|
-
border-
|
|
851
|
+
border-block-end: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
837
852
|
}
|
|
838
853
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded:first-child {
|
|
839
854
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
|
@@ -849,14 +864,14 @@
|
|
|
849
864
|
}
|
|
850
865
|
|
|
851
866
|
.pf-v5-c-table__column-help-action {
|
|
852
|
-
margin-
|
|
867
|
+
margin-inline-start: var(--pf-v5-c-table__column-help--MarginLeft);
|
|
853
868
|
transform: translateY(var(--pf-v5-c-table__column-help--TranslateY));
|
|
854
869
|
}
|
|
855
870
|
.pf-v5-c-table__column-help-action .pf-v5-c-button {
|
|
856
871
|
--pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);
|
|
857
872
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-table__column-help--c-button--PaddingLeft);
|
|
858
|
-
margin-
|
|
859
|
-
margin-
|
|
873
|
+
margin-block-start: var(--pf-v5-c-table__column-help--c-button--MarginTop);
|
|
874
|
+
margin-block-end: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
|
|
860
875
|
font-size: inherit;
|
|
861
876
|
line-height: 1;
|
|
862
877
|
}
|
|
@@ -868,9 +883,9 @@
|
|
|
868
883
|
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);
|
|
869
884
|
display: flex;
|
|
870
885
|
width: auto;
|
|
871
|
-
margin-
|
|
872
|
-
margin-
|
|
873
|
-
margin-
|
|
886
|
+
margin-block-start: var(--pf-v5-c-table__sort__button--MarginTop);
|
|
887
|
+
margin-block-end: var(--pf-v5-c-table__sort__button--MarginBottom);
|
|
888
|
+
margin-inline-start: var(--pf-v5-c-table__sort__button--MarginLeft);
|
|
874
889
|
}
|
|
875
890
|
.pf-v5-c-table__sort .pf-v5-c-table__button:hover {
|
|
876
891
|
--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
|
|
@@ -905,7 +920,7 @@
|
|
|
905
920
|
|
|
906
921
|
.pf-v5-c-table__sort-indicator {
|
|
907
922
|
grid-column: 2;
|
|
908
|
-
margin-
|
|
923
|
+
margin-inline-start: var(--pf-v5-c-table__sort-indicator--MarginLeft);
|
|
909
924
|
color: var(--pf-v5-c-table__sort-indicator--Color);
|
|
910
925
|
pointer-events: none;
|
|
911
926
|
}
|
|
@@ -914,7 +929,7 @@
|
|
|
914
929
|
--pf-v5-c-table--cell--PaddingTop: 0;
|
|
915
930
|
--pf-v5-c-table--cell--PaddingBottom: 0;
|
|
916
931
|
position: relative;
|
|
917
|
-
border-
|
|
932
|
+
border-block-end: 0 solid transparent;
|
|
918
933
|
box-shadow: 0 0 0 0 transparent;
|
|
919
934
|
}
|
|
920
935
|
.pf-v5-c-table__expandable-row,
|
|
@@ -923,19 +938,22 @@
|
|
|
923
938
|
}
|
|
924
939
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,
|
|
925
940
|
.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding {
|
|
926
|
-
padding: 0
|
|
941
|
+
padding-block-start: 0;
|
|
942
|
+
padding-inline-end: 0;
|
|
943
|
+
padding-block-end: 0;
|
|
944
|
+
padding-inline-start: var(--pf-v5-c-table__expandable-row--after--border-width--base);
|
|
927
945
|
}
|
|
928
946
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
|
|
929
947
|
.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
|
|
930
948
|
padding: 0;
|
|
931
949
|
}
|
|
932
950
|
.pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
|
|
933
|
-
padding-
|
|
934
|
-
padding-
|
|
951
|
+
padding-block-start: var(--pf-v5-c-table__expandable-row-content--PaddingTop);
|
|
952
|
+
padding-block-end: var(--pf-v5-c-table__expandable-row-content--PaddingBottom);
|
|
935
953
|
}
|
|
936
954
|
.pf-v5-c-table__expandable-row.pf-m-expanded {
|
|
937
|
-
border-
|
|
938
|
-
border-
|
|
955
|
+
border-block-end-color: var(--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor);
|
|
956
|
+
border-block-end-width: var(--pf-v5-c-table--border-width--base);
|
|
939
957
|
box-shadow: var(--pf-v5-c-table__expandable-row--m-expanded--BoxShadow);
|
|
940
958
|
}
|
|
941
959
|
.pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
|
@@ -1005,7 +1023,7 @@
|
|
|
1005
1023
|
align-items: center;
|
|
1006
1024
|
}
|
|
1007
1025
|
.pf-v5-c-table__icon-inline > :not(:last-child) {
|
|
1008
|
-
margin-
|
|
1026
|
+
margin-inline-end: var(--pf-v5-c-table__icon-inline--MarginRight);
|
|
1009
1027
|
}
|
|
1010
1028
|
|
|
1011
1029
|
.pf-v5-c-table .pf-m-width-10 {
|