@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.8
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 +13 -7
- package/components/NotificationBadge/notification-badge.scss +13 -7
- 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/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 +2695 -1875
- package/patternfly-theme-dark-unversioned.css +2696 -1876
- package/patternfly.css +2696 -1876
- 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
|
@@ -59,26 +59,33 @@
|
|
|
59
59
|
display: flex;
|
|
60
60
|
align-items: baseline;
|
|
61
61
|
min-width: 0;
|
|
62
|
-
padding-
|
|
63
|
-
margin-
|
|
64
|
-
text-align:
|
|
62
|
+
padding-inline-start: var(--pf-v5-c-table__tree-view-main--PaddingLeft);
|
|
63
|
+
margin-inline-start: var(--pf-v5-c-table__tree-view-main--MarginLeft);
|
|
64
|
+
text-align: start;
|
|
65
65
|
cursor: pointer;
|
|
66
66
|
}
|
|
67
67
|
.pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle {
|
|
68
|
-
position: var(--pf-v5-c-table--m-tree-view__toggle--Position);
|
|
69
|
-
left: var(--pf-v5-c-table--m-tree-view__toggle--Left);
|
|
70
68
|
transform: translateX(var(--pf-v5-c-table--m-tree-view__toggle--TranslateX));
|
|
69
|
+
position: var(--pf-v5-c-table--m-tree-view__toggle--Position);
|
|
70
|
+
inset-inline-start: var(--pf-v5-c-table--m-tree-view__toggle--Left);
|
|
71
|
+
}
|
|
72
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle {
|
|
73
|
+
transform: translateX(calc(var(--pf-v5-c-table--m-tree-view__toggle--TranslateX) * var(--pf-v5-global--inverse--multiplier)));
|
|
71
74
|
}
|
|
75
|
+
|
|
72
76
|
.pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
|
|
73
77
|
min-width: var(--pf-v5-c-table--m-tree-view__toggle__toggle-icon--MinWidth);
|
|
74
78
|
}
|
|
75
79
|
.pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
76
|
-
margin-
|
|
80
|
+
margin-inline-end: var(--pf-v5-c-table__tree-view-main--c-table__check--MarginRight);
|
|
77
81
|
}
|
|
78
82
|
.pf-v5-c-table__tree-view-main > .pf-v5-c-table__check label {
|
|
79
|
-
padding-
|
|
80
|
-
padding-
|
|
81
|
-
margin
|
|
83
|
+
padding-inline-start: var(--pf-v5-c-table__tree-view-main--c-table__check--PaddingLeft);
|
|
84
|
+
padding-inline-end: var(--pf-v5-c-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(--pf-v5-c-table__tree-view-main--c-table__check--MarginRight) * -1);
|
|
82
89
|
}
|
|
83
90
|
|
|
84
91
|
.pf-v5-c-table__tree-view-text {
|
|
@@ -87,7 +94,7 @@
|
|
|
87
94
|
|
|
88
95
|
.pf-v5-c-table__tree-view-icon {
|
|
89
96
|
min-width: var(--pf-v5-c-table__tree-view-icon--MinWidth);
|
|
90
|
-
margin-
|
|
97
|
+
margin-inline-end: var(--pf-v5-c-table__tree-view-icon--MarginRight);
|
|
91
98
|
}
|
|
92
99
|
|
|
93
100
|
.pf-v5-c-table__tree-view-details-toggle {
|
|
@@ -121,17 +128,17 @@
|
|
|
121
128
|
}
|
|
122
129
|
.pf-m-tree-view-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
|
|
123
130
|
position: relative;
|
|
124
|
-
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
125
131
|
border: none;
|
|
132
|
+
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
126
133
|
}
|
|
127
134
|
.pf-m-tree-view-grid.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
|
|
128
135
|
position: absolute;
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
136
|
+
inset-block-start: 0;
|
|
137
|
+
inset-block-end: 0;
|
|
138
|
+
inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
139
|
+
inset-inline-end: 0;
|
|
134
140
|
content: "";
|
|
141
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
135
142
|
}
|
|
136
143
|
.pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
|
|
137
144
|
display: grid;
|
|
@@ -146,10 +153,10 @@
|
|
|
146
153
|
.pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
|
|
147
154
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
|
148
155
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
|
149
|
-
padding-
|
|
156
|
+
padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
150
157
|
}
|
|
151
158
|
.pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__tree-view-text {
|
|
152
|
-
padding-
|
|
159
|
+
padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
|
|
153
160
|
}
|
|
154
161
|
.pf-m-tree-view-grid.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
|
|
155
162
|
display: none;
|
|
@@ -158,21 +165,21 @@
|
|
|
158
165
|
display: none;
|
|
159
166
|
}
|
|
160
167
|
.pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
|
|
168
|
+
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
161
169
|
grid-column: 1;
|
|
162
170
|
grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
163
|
-
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
164
171
|
align-items: start;
|
|
165
172
|
}
|
|
166
173
|
.pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
|
|
167
174
|
grid-column: 2;
|
|
168
175
|
}
|
|
169
176
|
.pf-m-tree-view-grid.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
|
|
170
|
-
font-weight: bold;
|
|
171
|
-
text-align:
|
|
177
|
+
font-weight: var(--pf-v5-global--FontWeight--bold);
|
|
178
|
+
text-align: start;
|
|
172
179
|
content: attr(data-label);
|
|
173
180
|
}
|
|
174
181
|
.pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
|
|
175
|
-
padding-
|
|
182
|
+
padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
|
176
183
|
}
|
|
177
184
|
.pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
|
|
178
185
|
display: grid;
|
|
@@ -189,21 +196,21 @@
|
|
|
189
196
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
|
190
197
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
|
191
198
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
|
192
|
-
grid-column: 2;
|
|
193
199
|
grid-row: 1;
|
|
200
|
+
grid-column: 2;
|
|
194
201
|
}
|
|
195
202
|
.pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
|
|
196
|
-
margin-
|
|
197
|
-
margin-
|
|
203
|
+
margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
|
204
|
+
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
198
205
|
}
|
|
199
206
|
.pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
200
|
-
margin-right: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
201
|
-
margin-left: auto;
|
|
202
207
|
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
208
|
+
margin-inline-start: auto;
|
|
209
|
+
margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
203
210
|
}
|
|
204
211
|
.pf-m-tree-view-grid.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
|
|
205
|
-
margin-
|
|
206
|
-
margin-
|
|
212
|
+
margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
|
|
213
|
+
margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
|
|
207
214
|
}
|
|
208
215
|
.pf-m-tree-view-grid.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
|
|
209
216
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
|
|
@@ -261,17 +268,17 @@
|
|
|
261
268
|
}
|
|
262
269
|
.pf-m-tree-view-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
|
|
263
270
|
position: relative;
|
|
264
|
-
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
265
271
|
border: none;
|
|
272
|
+
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
266
273
|
}
|
|
267
274
|
.pf-m-tree-view-grid-md.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
|
|
268
275
|
position: absolute;
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
276
|
+
inset-block-start: 0;
|
|
277
|
+
inset-block-end: 0;
|
|
278
|
+
inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
279
|
+
inset-inline-end: 0;
|
|
274
280
|
content: "";
|
|
281
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
275
282
|
}
|
|
276
283
|
.pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
|
|
277
284
|
display: grid;
|
|
@@ -286,10 +293,10 @@
|
|
|
286
293
|
.pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
|
|
287
294
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
|
288
295
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
|
289
|
-
padding-
|
|
296
|
+
padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
290
297
|
}
|
|
291
298
|
.pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__tree-view-text {
|
|
292
|
-
padding-
|
|
299
|
+
padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
|
|
293
300
|
}
|
|
294
301
|
.pf-m-tree-view-grid-md.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
|
|
295
302
|
display: none;
|
|
@@ -298,21 +305,21 @@
|
|
|
298
305
|
display: none;
|
|
299
306
|
}
|
|
300
307
|
.pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
|
|
308
|
+
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
301
309
|
grid-column: 1;
|
|
302
310
|
grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
303
|
-
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
304
311
|
align-items: start;
|
|
305
312
|
}
|
|
306
313
|
.pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
|
|
307
314
|
grid-column: 2;
|
|
308
315
|
}
|
|
309
316
|
.pf-m-tree-view-grid-md.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
|
|
310
|
-
font-weight: bold;
|
|
311
|
-
text-align:
|
|
317
|
+
font-weight: var(--pf-v5-global--FontWeight--bold);
|
|
318
|
+
text-align: start;
|
|
312
319
|
content: attr(data-label);
|
|
313
320
|
}
|
|
314
321
|
.pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
|
|
315
|
-
padding-
|
|
322
|
+
padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
|
316
323
|
}
|
|
317
324
|
.pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
|
|
318
325
|
display: grid;
|
|
@@ -329,21 +336,21 @@
|
|
|
329
336
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
|
330
337
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
|
331
338
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
|
332
|
-
grid-column: 2;
|
|
333
339
|
grid-row: 1;
|
|
340
|
+
grid-column: 2;
|
|
334
341
|
}
|
|
335
342
|
.pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
|
|
336
|
-
margin-
|
|
337
|
-
margin-
|
|
343
|
+
margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
|
344
|
+
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
338
345
|
}
|
|
339
346
|
.pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
340
|
-
margin-right: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
341
|
-
margin-left: auto;
|
|
342
347
|
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
348
|
+
margin-inline-start: auto;
|
|
349
|
+
margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
343
350
|
}
|
|
344
351
|
.pf-m-tree-view-grid-md.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
|
|
345
|
-
margin-
|
|
346
|
-
margin-
|
|
352
|
+
margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
|
|
353
|
+
margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
|
|
347
354
|
}
|
|
348
355
|
.pf-m-tree-view-grid-md.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
|
|
349
356
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
|
|
@@ -402,17 +409,17 @@
|
|
|
402
409
|
}
|
|
403
410
|
.pf-m-tree-view-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
|
|
404
411
|
position: relative;
|
|
405
|
-
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
406
412
|
border: none;
|
|
413
|
+
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
407
414
|
}
|
|
408
415
|
.pf-m-tree-view-grid-lg.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
|
|
409
416
|
position: absolute;
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
417
|
+
inset-block-start: 0;
|
|
418
|
+
inset-block-end: 0;
|
|
419
|
+
inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
420
|
+
inset-inline-end: 0;
|
|
415
421
|
content: "";
|
|
422
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
416
423
|
}
|
|
417
424
|
.pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
|
|
418
425
|
display: grid;
|
|
@@ -427,10 +434,10 @@
|
|
|
427
434
|
.pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
|
|
428
435
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
|
429
436
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
|
430
|
-
padding-
|
|
437
|
+
padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
431
438
|
}
|
|
432
439
|
.pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__tree-view-text {
|
|
433
|
-
padding-
|
|
440
|
+
padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
|
|
434
441
|
}
|
|
435
442
|
.pf-m-tree-view-grid-lg.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
|
|
436
443
|
display: none;
|
|
@@ -439,21 +446,21 @@
|
|
|
439
446
|
display: none;
|
|
440
447
|
}
|
|
441
448
|
.pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
|
|
449
|
+
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
442
450
|
grid-column: 1;
|
|
443
451
|
grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
444
|
-
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
445
452
|
align-items: start;
|
|
446
453
|
}
|
|
447
454
|
.pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
|
|
448
455
|
grid-column: 2;
|
|
449
456
|
}
|
|
450
457
|
.pf-m-tree-view-grid-lg.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
|
|
451
|
-
font-weight: bold;
|
|
452
|
-
text-align:
|
|
458
|
+
font-weight: var(--pf-v5-global--FontWeight--bold);
|
|
459
|
+
text-align: start;
|
|
453
460
|
content: attr(data-label);
|
|
454
461
|
}
|
|
455
462
|
.pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
|
|
456
|
-
padding-
|
|
463
|
+
padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
|
457
464
|
}
|
|
458
465
|
.pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
|
|
459
466
|
display: grid;
|
|
@@ -470,21 +477,21 @@
|
|
|
470
477
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
|
471
478
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
|
472
479
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
|
473
|
-
grid-column: 2;
|
|
474
480
|
grid-row: 1;
|
|
481
|
+
grid-column: 2;
|
|
475
482
|
}
|
|
476
483
|
.pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
|
|
477
|
-
margin-
|
|
478
|
-
margin-
|
|
484
|
+
margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
|
485
|
+
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
479
486
|
}
|
|
480
487
|
.pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
481
|
-
margin-right: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
482
|
-
margin-left: auto;
|
|
483
488
|
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
489
|
+
margin-inline-start: auto;
|
|
490
|
+
margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
484
491
|
}
|
|
485
492
|
.pf-m-tree-view-grid-lg.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
|
|
486
|
-
margin-
|
|
487
|
-
margin-
|
|
493
|
+
margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
|
|
494
|
+
margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
|
|
488
495
|
}
|
|
489
496
|
.pf-m-tree-view-grid-lg.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
|
|
490
497
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
|
|
@@ -543,17 +550,17 @@
|
|
|
543
550
|
}
|
|
544
551
|
.pf-m-tree-view-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
|
|
545
552
|
position: relative;
|
|
546
|
-
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
547
553
|
border: none;
|
|
554
|
+
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
548
555
|
}
|
|
549
556
|
.pf-m-tree-view-grid-xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
|
|
550
557
|
position: absolute;
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
558
|
+
inset-block-start: 0;
|
|
559
|
+
inset-block-end: 0;
|
|
560
|
+
inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
561
|
+
inset-inline-end: 0;
|
|
556
562
|
content: "";
|
|
563
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
557
564
|
}
|
|
558
565
|
.pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
|
|
559
566
|
display: grid;
|
|
@@ -568,10 +575,10 @@
|
|
|
568
575
|
.pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
|
|
569
576
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
|
570
577
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
|
571
|
-
padding-
|
|
578
|
+
padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
572
579
|
}
|
|
573
580
|
.pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__tree-view-text {
|
|
574
|
-
padding-
|
|
581
|
+
padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
|
|
575
582
|
}
|
|
576
583
|
.pf-m-tree-view-grid-xl.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
|
|
577
584
|
display: none;
|
|
@@ -580,21 +587,21 @@
|
|
|
580
587
|
display: none;
|
|
581
588
|
}
|
|
582
589
|
.pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
|
|
590
|
+
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
583
591
|
grid-column: 1;
|
|
584
592
|
grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
585
|
-
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
586
593
|
align-items: start;
|
|
587
594
|
}
|
|
588
595
|
.pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
|
|
589
596
|
grid-column: 2;
|
|
590
597
|
}
|
|
591
598
|
.pf-m-tree-view-grid-xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
|
|
592
|
-
font-weight: bold;
|
|
593
|
-
text-align:
|
|
599
|
+
font-weight: var(--pf-v5-global--FontWeight--bold);
|
|
600
|
+
text-align: start;
|
|
594
601
|
content: attr(data-label);
|
|
595
602
|
}
|
|
596
603
|
.pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
|
|
597
|
-
padding-
|
|
604
|
+
padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
|
598
605
|
}
|
|
599
606
|
.pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
|
|
600
607
|
display: grid;
|
|
@@ -611,21 +618,21 @@
|
|
|
611
618
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
|
612
619
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
|
613
620
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
|
614
|
-
grid-column: 2;
|
|
615
621
|
grid-row: 1;
|
|
622
|
+
grid-column: 2;
|
|
616
623
|
}
|
|
617
624
|
.pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
|
|
618
|
-
margin-
|
|
619
|
-
margin-
|
|
625
|
+
margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
|
626
|
+
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
620
627
|
}
|
|
621
628
|
.pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
622
|
-
margin-right: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
623
|
-
margin-left: auto;
|
|
624
629
|
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
630
|
+
margin-inline-start: auto;
|
|
631
|
+
margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
625
632
|
}
|
|
626
633
|
.pf-m-tree-view-grid-xl.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
|
|
627
|
-
margin-
|
|
628
|
-
margin-
|
|
634
|
+
margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
|
|
635
|
+
margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
|
|
629
636
|
}
|
|
630
637
|
.pf-m-tree-view-grid-xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
|
|
631
638
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
|
|
@@ -684,17 +691,17 @@
|
|
|
684
691
|
}
|
|
685
692
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr) {
|
|
686
693
|
position: relative;
|
|
687
|
-
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
688
694
|
border: none;
|
|
695
|
+
outline-offset: var(--pf-v5-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
689
696
|
}
|
|
690
697
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) tr:where(.pf-v5-c-table__tr)::before {
|
|
691
698
|
position: absolute;
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
699
|
+
inset-block-start: 0;
|
|
700
|
+
inset-block-end: 0;
|
|
701
|
+
inset-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
702
|
+
inset-inline-end: 0;
|
|
697
703
|
content: "";
|
|
704
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
698
705
|
}
|
|
699
706
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not([hidden]) {
|
|
700
707
|
display: grid;
|
|
@@ -709,10 +716,10 @@
|
|
|
709
716
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td):not(.pf-v5-c-table__tree-view-title-cell) {
|
|
710
717
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
|
711
718
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
|
712
|
-
padding-
|
|
719
|
+
padding-inline-start: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
|
713
720
|
}
|
|
714
721
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__tree-view-text {
|
|
715
|
-
padding-
|
|
722
|
+
padding-inline-end: var(--pf-v5-c-table__tree-view-text--PaddingRight);
|
|
716
723
|
}
|
|
717
724
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th) {
|
|
718
725
|
display: none;
|
|
@@ -721,21 +728,21 @@
|
|
|
721
728
|
display: none;
|
|
722
729
|
}
|
|
723
730
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] {
|
|
731
|
+
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
724
732
|
grid-column: 1;
|
|
725
733
|
grid-column-gap: var(--pf-v5-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
726
|
-
grid-template-columns: var(--pf-v5-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
727
734
|
align-items: start;
|
|
728
735
|
}
|
|
729
736
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label] > * {
|
|
730
737
|
grid-column: 2;
|
|
731
738
|
}
|
|
732
739
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table td:where(.pf-v5-c-table__td)[data-label]::before {
|
|
733
|
-
font-weight: bold;
|
|
734
|
-
text-align:
|
|
740
|
+
font-weight: var(--pf-v5-global--FontWeight--bold);
|
|
741
|
+
text-align: start;
|
|
735
742
|
content: attr(data-label);
|
|
736
743
|
}
|
|
737
744
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded {
|
|
738
|
-
padding-
|
|
745
|
+
padding-block-end: var(--pf-v5-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
|
739
746
|
}
|
|
740
747
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v5-c-table__td)[data-label] {
|
|
741
748
|
display: grid;
|
|
@@ -752,21 +759,21 @@
|
|
|
752
759
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
|
753
760
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
|
754
761
|
--pf-v5-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v5-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
|
755
|
-
grid-column: 2;
|
|
756
762
|
grid-row: 1;
|
|
763
|
+
grid-column: 2;
|
|
757
764
|
}
|
|
758
765
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__action > .pf-v5-c-dropdown {
|
|
759
|
-
margin-
|
|
760
|
-
margin-
|
|
766
|
+
margin-block-start: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
|
767
|
+
margin-block-end: var(--pf-v5-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
|
761
768
|
}
|
|
762
769
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__tree-view-main > .pf-v5-c-table__check {
|
|
763
|
-
margin-right: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
764
|
-
margin-left: auto;
|
|
765
770
|
order: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
|
771
|
+
margin-inline-start: auto;
|
|
772
|
+
margin-inline-end: var(--pf-v5-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
|
766
773
|
}
|
|
767
774
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table .pf-v5-c-table__tree-view-details-toggle {
|
|
768
|
-
margin-
|
|
769
|
-
margin-
|
|
775
|
+
margin-block-start: var(--pf-v5-c-table__tree-view-details-toggle--MarginTop);
|
|
776
|
+
margin-block-end: var(--pf-v5-c-table__tree-view-details-toggle--MarginBottom);
|
|
770
777
|
}
|
|
771
778
|
.pf-m-tree-view-grid-2xl.pf-v5-c-table tr:where(.pf-v5-c-table__tr)[aria-level="2"] {
|
|
772
779
|
--pf-v5-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v5-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v5-c-table__tree-view-main--indent--base));
|