@patternfly/patternfly 6.0.0-alpha.90 → 6.0.0-alpha.91
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/base/patternfly-common.css +10 -10
- package/base/patternfly-globals.css +3 -3
- package/base/patternfly-icons.css +1 -1
- package/base/patternfly-themes.css +53 -53
- package/base/patternfly-variables.css +236 -245
- package/base/tokens/_tokens-font.scss +0 -11
- package/components/AboutModalBox/about-modal-box.css +102 -102
- package/components/Accordion/accordion.css +118 -118
- package/components/ActionList/action-list.css +16 -16
- package/components/Alert/alert-group.css +50 -50
- package/components/Alert/alert.css +161 -161
- package/components/AppLauncher/app-launcher.css +167 -167
- package/components/Avatar/avatar.css +116 -116
- package/components/BackToTop/back-to-top.css +21 -21
- package/components/Backdrop/backdrop.css +9 -9
- package/components/BackgroundImage/background-image.css +15 -15
- package/components/Badge/badge.css +35 -35
- package/components/Banner/banner.css +114 -114
- package/components/Brand/brand.css +28 -28
- package/components/Breadcrumb/breadcrumb.css +62 -62
- package/components/Button/button.css +514 -514
- package/components/CalendarMonth/calendar-month.css +144 -144
- package/components/Card/card.css +230 -230
- package/components/Check/check.css +43 -43
- package/components/Chip/chip-group.css +60 -60
- package/components/Chip/chip.css +83 -83
- package/components/ClipboardCopy/clipboard-copy.css +71 -71
- package/components/CodeBlock/code-block.css +35 -35
- package/components/CodeEditor/code-editor.css +121 -121
- package/components/Content/content.css +216 -216
- package/components/ContextSelector/context-selector.css +251 -251
- package/components/DataList/data-list-grid.css +182 -182
- package/components/DataList/data-list.css +468 -468
- package/components/DatePicker/date-picker.css +35 -35
- package/components/DescriptionList/description-list-order.css +90 -90
- package/components/DescriptionList/description-list.css +193 -193
- package/components/Divider/divider.css +143 -143
- package/components/DragDrop/drag-drop.css +46 -46
- package/components/Drawer/drawer.css +474 -474
- package/components/Dropdown/dropdown.css +457 -457
- package/components/DualListSelector/dual-list-selector.css +199 -199
- package/components/EmptyState/empty-state.css +104 -104
- package/components/ExpandableSection/expandable-section.css +113 -113
- package/components/FileUpload/file-upload.css +32 -32
- package/components/Form/form.css +281 -281
- package/components/FormControl/form-control.css +197 -197
- package/components/HelperText/helper-text.css +51 -51
- package/components/Hint/hint.css +46 -46
- package/components/Icon/icon.css +218 -218
- package/components/InlineEdit/inline-edit.css +43 -43
- package/components/InputGroup/input-group.css +52 -52
- package/components/JumpLinks/jump-links.css +183 -183
- package/components/Label/label-group.css +86 -86
- package/components/Label/label.css +438 -438
- package/components/List/list.css +53 -53
- package/components/LogViewer/log-viewer.css +138 -138
- package/components/Login/login.css +139 -139
- package/components/Masthead/masthead.css +319 -319
- package/components/Menu/menu.css +415 -415
- package/components/MenuToggle/menu-toggle.css +275 -275
- package/components/ModalBox/modal-box.css +121 -121
- package/components/MultipleFileUpload/multiple-file-upload.css +163 -163
- package/components/Nav/nav.css +225 -225
- package/components/NotificationBadge/notification-badge.css +66 -66
- package/components/NotificationDrawer/notification-drawer.css +179 -179
- package/components/NumberInput/number-input.css +20 -20
- package/components/OptionsMenu/options-menu.css +190 -190
- package/components/OverflowMenu/overflow-menu.css +19 -19
- package/components/Page/page.css +598 -598
- package/components/Pagination/pagination.css +220 -220
- package/components/Panel/panel.css +72 -72
- package/components/Popover/popover.css +148 -148
- package/components/Progress/progress.css +80 -80
- package/components/ProgressStepper/progress-stepper.css +514 -514
- package/components/Radio/radio.css +44 -44
- package/components/Select/select.css +423 -423
- package/components/Sidebar/sidebar.css +166 -166
- package/components/SimpleList/simple-list.css +53 -53
- package/components/Skeleton/skeleton.css +112 -112
- package/components/SkipToContent/skip-to-content.css +8 -8
- package/components/Slider/slider.css +144 -144
- package/components/Spinner/spinner.css +36 -36
- package/components/Switch/switch.css +89 -89
- package/components/TabContent/tab-content.css +34 -34
- package/components/Table/table-grid.css +911 -911
- package/components/Table/table-scrollable.css +38 -38
- package/components/Table/table-tree-view.css +497 -497
- package/components/Table/table.css +660 -660
- package/components/Tabs/tabs.css +616 -616
- package/components/TextInputGroup/text-input-group.css +88 -88
- package/components/Tile/tile.css +68 -68
- package/components/Timestamp/timestamp.css +29 -29
- package/components/Title/title.css +87 -87
- package/components/ToggleGroup/toggle-group.css +86 -86
- package/components/Toolbar/toolbar.css +2279 -2279
- package/components/Tooltip/tooltip.css +85 -85
- package/components/TreeView/tree-view.css +363 -363
- package/components/Truncate/truncate.css +15 -15
- package/components/Wizard/wizard.css +272 -272
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +11 -11
- package/docs/components/Accordion/examples/Accordion.md +188 -188
- package/docs/components/ActionList/examples/ActionList.md +55 -55
- package/docs/components/Alert/examples/Alert.md +222 -222
- package/docs/components/AppLauncher/deprecated/application-launcher.md +146 -146
- package/docs/components/Avatar/examples/Avatar.md +6 -6
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +1 -1
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +2 -2
- package/docs/components/Badge/examples/Badge.md +17 -17
- package/docs/components/Banner/examples/Banner.md +42 -42
- package/docs/components/Brand/examples/Brand.md +4 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +90 -90
- package/docs/components/Button/examples/Button.md +364 -364
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +436 -436
- package/docs/components/Card/examples/Card.md +515 -515
- package/docs/components/Check/examples/Check.md +37 -37
- package/docs/components/Chip/examples/Chip.md +216 -216
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +82 -82
- package/docs/components/CodeBlock/examples/CodeBlock.md +39 -39
- package/docs/components/CodeEditor/examples/CodeEditor.md +85 -85
- package/docs/components/Content/examples/Content.md +1 -1
- package/docs/components/ContextSelector/deprecated/context-selector.md +160 -160
- package/docs/components/DataList/examples/DataList.md +666 -666
- package/docs/components/DatePicker/examples/DatePicker.md +54 -54
- package/docs/components/DescriptionList/examples/DescriptionList.md +737 -737
- package/docs/components/Divider/examples/Divider.md +18 -18
- package/docs/components/DragDrop/examples/DragDrop.md +27 -27
- package/docs/components/Drawer/examples/Drawer.md +225 -225
- package/docs/components/Dropdown/deprecated/Dropdown.md +541 -541
- package/docs/components/DualListSelector/examples/DualListSelector.md +1012 -1012
- package/docs/components/EmptyState/examples/EmptyState.md +100 -100
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -47
- package/docs/components/FileUpload/examples/FileUpload.md +94 -94
- package/docs/components/Form/examples/Form.md +226 -226
- package/docs/components/FormControl/examples/FormControl.md +65 -65
- package/docs/components/HelperText/examples/HelperText.md +72 -72
- package/docs/components/Hint/examples/Hint.md +44 -44
- package/docs/components/Icon/examples/Icon.md +85 -85
- package/docs/components/InlineEdit/examples/InlineEdit.md +209 -209
- package/docs/components/InputGroup/examples/InputGroup.md +73 -73
- package/docs/components/JumpLinks/examples/JumpLinks.md +285 -285
- package/docs/components/Label/examples/Label.md +1717 -1717
- package/docs/components/List/examples/List.md +30 -30
- package/docs/components/LogViewer/examples/LogViewer.md +1785 -1785
- package/docs/components/Login/examples/Login.md +287 -287
- package/docs/components/Masthead/examples/masthead.md +39 -39
- package/docs/components/Menu/examples/Menu.md +2377 -2377
- package/docs/components/MenuToggle/examples/MenuToggle.md +242 -242
- package/docs/components/ModalBox/examples/ModalBox.md +119 -119
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +192 -192
- package/docs/components/Nav/examples/Navigation.md +856 -856
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +42 -42
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +659 -659
- package/docs/components/NumberInput/examples/NumberInput.md +127 -127
- package/docs/components/OptionsMenu/deprecated/options-menu.md +178 -178
- package/docs/components/OverflowMenu/examples/overflow-menu.md +97 -97
- package/docs/components/Page/deprecated/PageHeader.md +85 -85
- package/docs/components/Page/examples/Page.md +90 -90
- package/docs/components/Pagination/examples/Pagination.md +285 -285
- package/docs/components/Panel/examples/Panel.md +38 -38
- package/docs/components/Popover/examples/Popover.md +169 -169
- package/docs/components/Progress/examples/Progress.md +145 -145
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +295 -295
- package/docs/components/Radio/examples/Radio.md +33 -33
- package/docs/components/Select/deprecated/Select.md +736 -736
- package/docs/components/Sidebar/examples/Sidebar.md +65 -65
- package/docs/components/SimpleList/examples/SimpleList.md +39 -39
- package/docs/components/Skeleton/examples/Skeleton.md +29 -29
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -3
- package/docs/components/Slider/examples/Slider.md +213 -213
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +58 -58
- package/docs/components/TabContent/examples/TabContent.md +24 -24
- package/docs/components/Table/examples/Table.md +6982 -6982
- package/docs/components/Tabs/examples/Tabs.md +2114 -2114
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +373 -373
- package/docs/components/Tile/examples/Tile.md +131 -131
- package/docs/components/Timestamp/examples/Timestamp.md +10 -10
- package/docs/components/Title/examples/Title.md +12 -12
- package/docs/components/ToggleGroup/examples/toggle-group.md +116 -116
- package/docs/components/Toolbar/examples/Toolbar.md +611 -611
- package/docs/components/Tooltip/examples/Tooltip.md +27 -27
- package/docs/components/TreeView/examples/TreeView.md +1166 -1166
- package/docs/components/Truncate/examples/Truncate.md +7 -7
- package/docs/components/Wizard/examples/Wizard.md +522 -522
- package/docs/demos/AboutModal/examples/AboutModal.md +106 -106
- package/docs/demos/Alert/examples/Alert.md +391 -391
- package/docs/demos/BackToTop/examples/BackToTop.md +175 -175
- package/docs/demos/Banner/examples/Banner.md +364 -364
- package/docs/demos/Button/examples/Button.md +50 -50
- package/docs/demos/Card/examples/Card.md +1054 -1054
- package/docs/demos/CardView/examples/CardView.md +378 -378
- package/docs/demos/ContextSelector/examples/ContextSelector.md +449 -449
- package/docs/demos/Dashboard/examples/Dashboard.md +541 -541
- package/docs/demos/DataList/examples/DataList.md +1148 -1148
- package/docs/demos/DescriptionList/examples/DescriptionList.md +544 -544
- package/docs/demos/Drawer/examples/Drawer.md +531 -531
- package/docs/demos/Form/examples/BasicForms.md +444 -444
- package/docs/demos/HelperText/examples/HelperText.md +51 -51
- package/docs/demos/JumpLinks/examples/JumpLinks.md +596 -596
- package/docs/demos/Masthead/examples/Masthead.md +763 -763
- package/docs/demos/Modal/examples/Modal.md +645 -645
- package/docs/demos/Nav/examples/Nav.md +649 -649
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1570 -1570
- package/docs/demos/Page/examples/Page.md +1330 -1330
- package/docs/demos/Page/examples/Penta.md +217 -217
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +23 -23
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +108 -108
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1890 -1890
- package/docs/demos/Skeleton/examples/Skeleton.md +176 -176
- package/docs/demos/Table/examples/Table.md +4580 -4580
- package/docs/demos/Tabs/examples/Tabs.md +1040 -1040
- package/docs/demos/Toolbar/examples/Toolbar.md +961 -961
- package/docs/demos/Wizard/examples/Wizard.md +1574 -1574
- package/docs/layouts/Bullseye/examples/Bullseye.md +2 -2
- package/docs/layouts/Flex/examples/Flex.md +290 -290
- package/docs/layouts/Gallery/examples/Gallery.md +48 -48
- package/docs/layouts/Grid/examples/Grid.md +121 -121
- package/docs/layouts/Level/examples/Level.md +11 -11
- package/docs/layouts/Split/examples/Split.md +23 -23
- package/docs/layouts/Stack/examples/Stack.md +8 -8
- package/docs/utilities/Accessibility/examples/Accessibility.md +3 -3
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/Display/examples/Display.md +16 -16
- package/docs/utilities/Flex/examples/Flex.md +53 -53
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Spacing/examples/Spacing.md +16 -16
- package/layouts/Bullseye/bullseye.css +3 -3
- package/layouts/Flex/flex.css +1276 -1276
- package/layouts/Gallery/gallery.css +34 -34
- package/layouts/Grid/grid.css +531 -531
- package/layouts/Level/level.css +4 -4
- package/layouts/Split/split.css +6 -6
- package/layouts/Stack/stack.css +5 -5
- package/package.json +1 -1
- package/patternfly-addons.css +2989 -2989
- package/patternfly-base-no-globals-theme-dark-unversioned.css +269 -278
- package/patternfly-base-no-globals.css +284 -293
- package/patternfly-base-theme-dark-unversioned.css +271 -280
- package/patternfly-base.css +286 -295
- package/patternfly-charts-theme-dark-unversioned.css +66 -66
- package/patternfly-charts-theme-dark.css +66 -66
- package/patternfly-charts.css +320 -320
- package/patternfly-no-globals.css +20217 -20226
- package/patternfly-theme-dark-unversioned.css +20209 -20218
- package/patternfly.css +20219 -20228
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +1 -1
- package/utilities/Accessibility/accessibility.css +18 -18
- package/utilities/Alignment/alignment.css +24 -24
- package/utilities/BackgroundColor/BackgroundColor.css +252 -252
- package/utilities/BoxShadow/box-shadow.css +42 -42
- package/utilities/Display/display.css +54 -54
- package/utilities/Flex/flex.css +228 -228
- package/utilities/Float/float.css +12 -12
- package/utilities/Sizing/sizing.css +216 -216
- package/utilities/Spacing/spacing.css +1512 -1512
- package/utilities/Text/text.css +631 -631
|
@@ -1,242 +1,242 @@
|
|
|
1
1
|
:where(:root),
|
|
2
|
-
:where(.pf-
|
|
3
|
-
--pf-
|
|
4
|
-
--pf-
|
|
5
|
-
--pf-
|
|
6
|
-
--pf-
|
|
7
|
-
--pf-
|
|
8
|
-
--pf-
|
|
9
|
-
--pf-
|
|
10
|
-
--pf-
|
|
11
|
-
--pf-
|
|
12
|
-
--pf-
|
|
13
|
-
--pf-
|
|
14
|
-
--pf-
|
|
15
|
-
--pf-
|
|
16
|
-
--pf-
|
|
17
|
-
--pf-
|
|
18
|
-
--pf-
|
|
19
|
-
--pf-
|
|
20
|
-
--pf-
|
|
21
|
-
--pf-
|
|
22
|
-
--pf-
|
|
23
|
-
--pf-
|
|
24
|
-
--pf-
|
|
25
|
-
--pf-
|
|
26
|
-
--pf-
|
|
27
|
-
--pf-
|
|
28
|
-
--pf-
|
|
29
|
-
--pf-
|
|
30
|
-
--pf-
|
|
31
|
-
--pf-
|
|
32
|
-
--pf-
|
|
33
|
-
--pf-
|
|
34
|
-
--pf-
|
|
35
|
-
--pf-
|
|
36
|
-
--pf-
|
|
37
|
-
--pf-
|
|
38
|
-
--pf-
|
|
39
|
-
--pf-
|
|
40
|
-
--pf-
|
|
41
|
-
--pf-
|
|
42
|
-
--pf-
|
|
43
|
-
--pf-
|
|
44
|
-
--pf-
|
|
45
|
-
--pf-
|
|
46
|
-
--pf-
|
|
47
|
-
--pf-
|
|
48
|
-
--pf-
|
|
49
|
-
--pf-
|
|
50
|
-
--pf-
|
|
51
|
-
--pf-
|
|
52
|
-
--pf-
|
|
53
|
-
--pf-
|
|
54
|
-
--pf-
|
|
55
|
-
--pf-
|
|
56
|
-
--pf-
|
|
57
|
-
--pf-
|
|
58
|
-
--pf-
|
|
59
|
-
--pf-
|
|
60
|
-
--pf-
|
|
61
|
-
--pf-
|
|
62
|
-
--pf-
|
|
63
|
-
--pf-
|
|
64
|
-
--pf-
|
|
65
|
-
--pf-
|
|
66
|
-
--pf-
|
|
67
|
-
--pf-
|
|
68
|
-
--pf-
|
|
69
|
-
--pf-
|
|
70
|
-
--pf-
|
|
71
|
-
--pf-
|
|
72
|
-
--pf-
|
|
73
|
-
--pf-
|
|
74
|
-
--pf-
|
|
75
|
-
--pf-
|
|
76
|
-
--pf-
|
|
77
|
-
--pf-
|
|
78
|
-
--pf-
|
|
79
|
-
--pf-
|
|
80
|
-
--pf-
|
|
81
|
-
--pf-
|
|
82
|
-
--pf-
|
|
83
|
-
--pf-
|
|
84
|
-
--pf-
|
|
85
|
-
--pf-
|
|
86
|
-
--pf-
|
|
87
|
-
--pf-
|
|
88
|
-
--pf-
|
|
89
|
-
--pf-
|
|
90
|
-
--pf-
|
|
91
|
-
--pf-
|
|
92
|
-
--pf-
|
|
93
|
-
--pf-
|
|
94
|
-
--pf-
|
|
95
|
-
--pf-
|
|
96
|
-
--pf-
|
|
97
|
-
--pf-
|
|
98
|
-
--pf-
|
|
99
|
-
--pf-
|
|
100
|
-
--pf-
|
|
101
|
-
--pf-
|
|
102
|
-
--pf-
|
|
103
|
-
--pf-
|
|
104
|
-
--pf-
|
|
105
|
-
--pf-
|
|
106
|
-
--pf-
|
|
2
|
+
:where(.pf-v6-c-tree-view) {
|
|
3
|
+
--pf-v6-c-tree-view__node--indent--base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v6-c-tree-view__node-toggle-icon--MinWidth));
|
|
4
|
+
--pf-v6-c-tree-view__node--nested-indent--base: calc(var(--pf-v6-c-tree-view__node--indent--base) - var(--pf-t--global--spacer--md));
|
|
5
|
+
--pf-v6-c-tree-view__content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
6
|
+
--pf-v6-c-tree-view__node--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
7
|
+
--pf-v6-c-tree-view__node--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
8
|
+
--pf-v6-c-tree-view__node--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
9
|
+
--pf-v6-c-tree-view__node--PaddingLeft: var(--pf-v6-c-tree-view__node--indent--base);
|
|
10
|
+
--pf-v6-c-tree-view__node--Color: var(--pf-t--global--text--color--subtle);
|
|
11
|
+
--pf-v6-c-tree-view__node--BackgroundColor: transparent;
|
|
12
|
+
--pf-v6-c-tree-view__node--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
13
|
+
--pf-v6-c-tree-view__node--m-current--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
14
|
+
--pf-v6-c-tree-view__node--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
15
|
+
--pf-v6-c-tree-view__node-container--Display: contents;
|
|
16
|
+
--pf-v6-c-tree-view__node-content--RowGap: var(--pf-t--global--spacer--sm);
|
|
17
|
+
--pf-v6-c-tree-view__node-content--Overflow: visible;
|
|
18
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Top: var(--pf-v6-c-tree-view__node--PaddingTop);
|
|
19
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
20
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--TranslateX: -100%;
|
|
21
|
+
--pf-v6-c-tree-view__node-toggle--Position: absolute;
|
|
22
|
+
--pf-v6-c-tree-view__node-toggle--Color--base: var(--pf-t--global--icon--color--subtle);
|
|
23
|
+
--pf-v6-c-tree-view__node-toggle--Color: var(--pf-v6-c-tree-view__node-toggle--Color--base);
|
|
24
|
+
--pf-v6-c-tree-view__node-toggle--BackgroundColor: transparent;
|
|
25
|
+
--pf-v6-c-tree-view__list-item--m-expanded__node-toggle--Color: var(--pf-t--global--icon--color--regular);
|
|
26
|
+
--pf-v6-c-tree-view__node-toggle-icon--MinWidth: var(--pf-t--global--icon--size--font--body--default);
|
|
27
|
+
--pf-v6-c-tree-view__node-toggle--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
28
|
+
--pf-v6-c-tree-view__node-toggle--PaddingRight: var(--pf-t--global--spacer--md);
|
|
29
|
+
--pf-v6-c-tree-view__node-toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
30
|
+
--pf-v6-c-tree-view__node-toggle--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
31
|
+
--pf-v6-c-tree-view__node-toggle--MarginTop: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingTop) * -1);
|
|
32
|
+
--pf-v6-c-tree-view__node-toggle--MarginBottom: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingTop) * -1);
|
|
33
|
+
--pf-v6-c-tree-view__node-check--MarginRight: var(--pf-t--global--spacer--sm);
|
|
34
|
+
--pf-v6-c-tree-view__node-count--MarginLeft: var(--pf-t--global--spacer--sm);
|
|
35
|
+
--pf-v6-c-tree-view__search--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
36
|
+
--pf-v6-c-tree-view__search--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
37
|
+
--pf-v6-c-tree-view__search--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
38
|
+
--pf-v6-c-tree-view__search--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
39
|
+
--pf-v6-c-tree-view__node-icon--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
40
|
+
--pf-v6-c-tree-view__node-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
41
|
+
--pf-v6-c-tree-view__node-toggle-icon--base--Rotate: 0;
|
|
42
|
+
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
|
|
43
|
+
--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: 90deg;
|
|
44
|
+
--pf-v6-c-tree-view__node-text--max-lines: 1;
|
|
45
|
+
--pf-v6-c-tree-view__node-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
46
|
+
--pf-v6-c-tree-view__action--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
47
|
+
--pf-v6-c-tree-view--m-guides--guide--Left: var(--pf-v6-c-tree-view--m-guides--guide-left--base);
|
|
48
|
+
--pf-v6-c-tree-view--m-guides--guide-color--base: var(--pf-t--global--border--color--default);
|
|
49
|
+
--pf-v6-c-tree-view--m-guides--guide-width--base: var(--pf-t--global--border--width--divider--default);
|
|
50
|
+
--pf-v6-c-tree-view--m-guides--guide-left--base: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides__list-node--guide-width--base));
|
|
51
|
+
--pf-v6-c-tree-view--m-guides--guide-left--base--offset: calc(var(--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left) + var(--pf-v6-c-tree-view__node-toggle-icon--MinWidth) / 2);
|
|
52
|
+
--pf-v6-c-tree-view--m-guides__list-node--guide-width--base: var(--pf-t--global--spacer--lg);
|
|
53
|
+
--pf-v6-c-tree-view--m-guides__list-item--before--Top: 0;
|
|
54
|
+
--pf-v6-c-tree-view--m-guides__list-item--before--Width: var(--pf-v6-c-tree-view--m-guides--guide-width--base);
|
|
55
|
+
--pf-v6-c-tree-view--m-guides__list-item--before--Height: 100%;
|
|
56
|
+
--pf-v6-c-tree-view--m-guides__list-item--before--BackgroundColor: var(--pf-v6-c-tree-view--m-guides--guide-color--base);
|
|
57
|
+
--pf-v6-c-tree-view--m-guides__list-item--last-child--before--Top: var(--pf-v6-c-tree-view--m-guides__node--before--Top);
|
|
58
|
+
--pf-v6-c-tree-view--m-guides__list-item--last-child--before--Height: var(--pf-v6-c-tree-view--m-guides__list-item--last-child--before--Top);
|
|
59
|
+
--pf-v6-c-tree-view--m-guides__list-item--ZIndex: var(--pf-t--global--Zindex--xs);
|
|
60
|
+
--pf-v6-c-tree-view--m-guides__node--before--Width: 1rem;
|
|
61
|
+
--pf-v6-c-tree-view--m-guides__node--before--Height: var(--pf-v6-c-tree-view--m-guides--guide-width--base);
|
|
62
|
+
--pf-v6-c-tree-view--m-guides__node--before--Top: 1.125rem;
|
|
63
|
+
--pf-v6-c-tree-view--m-guides__node--before--BackgroundColor: var(--pf-v6-c-tree-view--m-guides--guide-color--base);
|
|
64
|
+
--pf-v6-c-tree-view--m-compact--base-border--Left--offset: var(--pf-t--global--spacer--md);
|
|
65
|
+
--pf-v6-c-tree-view--m-compact--base-border--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
66
|
+
--pf-v6-c-tree-view--m-compact__node--indent--base: var(--pf-v6-c-tree-view__node--indent--base);
|
|
67
|
+
--pf-v6-c-tree-view--m-compact__node--nested-indent--base: var(--pf-t--global--spacer--lg);
|
|
68
|
+
--pf-v6-c-tree-view--m-compact--border--Left: var(--pf-v6-c-tree-view--m-compact--base-border--Left);
|
|
69
|
+
--pf-v6-c-tree-view--m-compact__node--Color: var(--pf-t--global--text--color--regular);
|
|
70
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingTop: 0;
|
|
71
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingBottom: 0;
|
|
72
|
+
--pf-v6-c-tree-view--m-compact__node--nested--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
73
|
+
--pf-v6-c-tree-view--m-compact__node--nested--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
74
|
+
--pf-v6-c-tree-view--m-compact__list-item__list-item__node-toggle--Top: calc(var(--pf-v6-c-tree-view--m-compact__node-container--PaddingTop));
|
|
75
|
+
--pf-v6-c-tree-view--m-compact__list-item--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
76
|
+
--pf-v6-c-tree-view--m-compact__list-item--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
77
|
+
--pf-v6-c-tree-view--m-compact__list-item--before--Top: 0;
|
|
78
|
+
--pf-v6-c-tree-view--m-compact__list-item--last-child--before--Height: var(--pf-v6-c-tree-view--m-compact__node--before--Top);
|
|
79
|
+
--pf-v6-c-tree-view--m-compact__list-item--nested--before--Top: calc(var(--pf-v6-c-tree-view--m-compact__node--nested--PaddingTop) * -1);
|
|
80
|
+
--pf-v6-c-tree-view--m-compact__list-item--nested--last-child--before--Height: calc(var(--pf-v6-c-tree-view--m-compact__node--before--Top) + var(--pf-v6-c-tree-view--m-compact__node--nested--PaddingTop));
|
|
81
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: var(--pf-v6-c-tree-view--m-compact__node--indent--base);
|
|
82
|
+
--pf-v6-c-tree-view--m-compact__node--before--Top: calc(var(--pf-v6-c-tree-view--m-compact__node-container--PaddingTop) + var(--pf-v6-c-tree-view--m-compact__node--nested--PaddingTop) + 0.25rem);
|
|
83
|
+
--pf-v6-c-tree-view--m-compact__node--level-2--PaddingLeft: var(--pf-v6-c-tree-view--m-compact__node--indent--base);
|
|
84
|
+
--pf-v6-c-tree-view--m-compact__node-toggle--nested--MarginRight: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingLeft) * -.5);
|
|
85
|
+
--pf-v6-c-tree-view--m-compact__node-toggle--nested--MarginLeft: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingLeft) * -1.5);
|
|
86
|
+
--pf-v6-c-tree-view--m-compact__node-container--Display: flex;
|
|
87
|
+
--pf-v6-c-tree-view--m-compact__node-container--PaddingBottom--base: var(--pf-t--global--spacer--lg);
|
|
88
|
+
--pf-v6-c-tree-view--m-compact__node-container--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
89
|
+
--pf-v6-c-tree-view--m-compact__node-container--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
90
|
+
--pf-v6-c-tree-view--m-compact__node-container--PaddingBottom: var(--pf-v6-c-tree-view--m-compact__node-container--PaddingBottom--base);
|
|
91
|
+
--pf-v6-c-tree-view--m-compact__node-container--PaddingLeft: var(--pf-t--global--spacer--xs);
|
|
92
|
+
--pf-v6-c-tree-view--m-compact__node-container--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
93
|
+
--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingTop: var(--pf-t--global--spacer--md);
|
|
94
|
+
--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
95
|
+
--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
96
|
+
--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
97
|
+
--pf-v6-c-tree-view--m-compact__node-container--nested--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
98
|
+
--pf-v6-c-tree-view--m-compact__list-item--m-expanded__node-container--PaddingBottom: 0;
|
|
99
|
+
--pf-v6-c-tree-view--m-no-background__node-container--BackgroundColor: transparent;
|
|
100
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset: var(--pf-t--global--spacer--sm);
|
|
101
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
102
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base: var(--pf-v6-c-tree-view__node--indent--base);
|
|
103
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base: var(--pf-t--global--spacer--2xl);
|
|
104
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--nested--PaddingTop: 0;
|
|
105
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--nested--PaddingBottom: 0;
|
|
106
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--before--Top: calc(var(--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingTop) + var(--pf-v6-c-tree-view--m-compact__node--nested--PaddingTop) + 0.25rem);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.pf-
|
|
109
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item, .pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item {
|
|
110
110
|
position: relative;
|
|
111
111
|
}
|
|
112
|
-
.pf-
|
|
113
|
-
.pf-
|
|
114
|
-
.pf-
|
|
112
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item::before,
|
|
113
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__node::before, .pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item::before,
|
|
114
|
+
.pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__node::before {
|
|
115
115
|
position: absolute;
|
|
116
|
-
inset-inline-start: var(--pf-
|
|
116
|
+
inset-inline-start: var(--pf-v6-c-tree-view--m-guides--guide--Left);
|
|
117
117
|
content: "";
|
|
118
118
|
}
|
|
119
|
-
.pf-
|
|
120
|
-
inset-block-start: var(--pf-
|
|
121
|
-
z-index: var(--pf-
|
|
122
|
-
width: var(--pf-
|
|
123
|
-
height: var(--pf-
|
|
124
|
-
background-color: var(--pf-
|
|
125
|
-
}
|
|
126
|
-
.pf-
|
|
127
|
-
inset-block-start: var(--pf-
|
|
128
|
-
width: var(--pf-
|
|
129
|
-
height: var(--pf-
|
|
130
|
-
background-color: var(--pf-
|
|
131
|
-
}
|
|
132
|
-
.pf-
|
|
133
|
-
height: var(--pf-
|
|
134
|
-
}
|
|
135
|
-
.pf-
|
|
136
|
-
--pf-
|
|
137
|
-
}
|
|
138
|
-
.pf-
|
|
139
|
-
--pf-
|
|
140
|
-
}
|
|
141
|
-
.pf-
|
|
142
|
-
--pf-
|
|
143
|
-
--pf-
|
|
144
|
-
--pf-
|
|
145
|
-
--pf-
|
|
146
|
-
--pf-
|
|
147
|
-
--pf-
|
|
148
|
-
}
|
|
149
|
-
.pf-
|
|
150
|
-
border-block-end: var(--pf-
|
|
151
|
-
}
|
|
152
|
-
.pf-
|
|
153
|
-
--pf-
|
|
154
|
-
}
|
|
155
|
-
.pf-
|
|
156
|
-
--pf-
|
|
157
|
-
--pf-
|
|
158
|
-
--pf-
|
|
159
|
-
--pf-
|
|
160
|
-
--pf-
|
|
161
|
-
--pf-
|
|
162
|
-
--pf-
|
|
163
|
-
}
|
|
164
|
-
.pf-
|
|
165
|
-
.pf-
|
|
166
|
-
inset-inline-start: var(--pf-
|
|
167
|
-
}
|
|
168
|
-
.pf-
|
|
169
|
-
inset-block-start: var(--pf-
|
|
170
|
-
}
|
|
171
|
-
.pf-
|
|
172
|
-
inset-block-start: var(--pf-
|
|
173
|
-
}
|
|
174
|
-
.pf-
|
|
175
|
-
height: var(--pf-
|
|
176
|
-
}
|
|
177
|
-
.pf-
|
|
178
|
-
--pf-
|
|
179
|
-
--pf-
|
|
180
|
-
--pf-
|
|
181
|
-
--pf-
|
|
182
|
-
}
|
|
183
|
-
.pf-
|
|
184
|
-
padding-block-start: var(--pf-
|
|
185
|
-
padding-block-end: var(--pf-
|
|
186
|
-
padding-inline-start: var(--pf-
|
|
187
|
-
padding-inline-end: var(--pf-
|
|
188
|
-
background-color: var(--pf-
|
|
189
|
-
}
|
|
190
|
-
.pf-
|
|
191
|
-
margin-inline-start: var(--pf-
|
|
192
|
-
margin-inline-end: var(--pf-
|
|
193
|
-
}
|
|
194
|
-
.pf-
|
|
195
|
-
padding-block-start: var(--pf-
|
|
196
|
-
padding-block-end: var(--pf-
|
|
197
|
-
padding-inline-start: var(--pf-
|
|
198
|
-
padding-inline-end: var(--pf-
|
|
199
|
-
}
|
|
200
|
-
.pf-
|
|
201
|
-
.pf-
|
|
119
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item::before, .pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item::before {
|
|
120
|
+
inset-block-start: var(--pf-v6-c-tree-view--m-guides__list-item--before--Top);
|
|
121
|
+
z-index: var(--pf-v6-c-tree-view--m-guides__list-item--ZIndex);
|
|
122
|
+
width: var(--pf-v6-c-tree-view--m-guides__list-item--before--Width);
|
|
123
|
+
height: var(--pf-v6-c-tree-view--m-guides__list-item--before--Height);
|
|
124
|
+
background-color: var(--pf-v6-c-tree-view--m-guides__list-item--before--BackgroundColor);
|
|
125
|
+
}
|
|
126
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__node::before, .pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__node::before {
|
|
127
|
+
inset-block-start: var(--pf-v6-c-tree-view--m-guides__node--before--Top);
|
|
128
|
+
width: var(--pf-v6-c-tree-view--m-guides__node--before--Width);
|
|
129
|
+
height: var(--pf-v6-c-tree-view--m-guides__node--before--Height);
|
|
130
|
+
background-color: var(--pf-v6-c-tree-view--m-guides__node--before--BackgroundColor);
|
|
131
|
+
}
|
|
132
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item:last-child::before, .pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item:last-child::before {
|
|
133
|
+
height: var(--pf-v6-c-tree-view--m-guides__list-item--last-child--before--Height);
|
|
134
|
+
}
|
|
135
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item, .pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
136
|
+
--pf-v6-c-tree-view--m-guides--guide--Left: var(--pf-v6-c-tree-view--m-guides--border--nested--Left);
|
|
137
|
+
}
|
|
138
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item:last-child, .pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item:last-child {
|
|
139
|
+
--pf-v6-c-tree-view--m-compact__list-item--BorderBottomWidth: 0;
|
|
140
|
+
}
|
|
141
|
+
.pf-v6-c-tree-view.pf-m-compact {
|
|
142
|
+
--pf-v6-c-tree-view__node--Color: var(--pf-v6-c-tree-view--m-compact__node--Color);
|
|
143
|
+
--pf-v6-c-tree-view__node--PaddingTop: var(--pf-v6-c-tree-view--m-compact__node--PaddingTop);
|
|
144
|
+
--pf-v6-c-tree-view__node--PaddingBottom: var(--pf-v6-c-tree-view--m-compact__node--PaddingBottom);
|
|
145
|
+
--pf-v6-c-tree-view__node-container--Display: var(--pf-v6-c-tree-view--m-compact__node-container--Display);
|
|
146
|
+
--pf-v6-c-tree-view__node--hover--BackgroundColor: transparent;
|
|
147
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Top: var(--pf-v6-c-tree-view--m-compact__list-item__list-item__node-toggle--Top);
|
|
148
|
+
}
|
|
149
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item {
|
|
150
|
+
border-block-end: var(--pf-v6-c-tree-view--m-compact__list-item--BorderBottomWidth) solid var(--pf-v6-c-tree-view--m-compact__list-item--BorderBottomColor);
|
|
151
|
+
}
|
|
152
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item.pf-m-expanded {
|
|
153
|
+
--pf-v6-c-tree-view--m-compact__node-container--PaddingBottom: var(--pf-v6-c-tree-view--m-compact__list-item--m-expanded__node-container--PaddingBottom);
|
|
154
|
+
}
|
|
155
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
156
|
+
--pf-v6-c-tree-view__node--PaddingTop: var(--pf-v6-c-tree-view--m-compact__node--nested--PaddingTop);
|
|
157
|
+
--pf-v6-c-tree-view__node--PaddingBottom: var(--pf-v6-c-tree-view--m-compact__node--nested--PaddingBottom);
|
|
158
|
+
--pf-v6-c-tree-view__node-toggle--Position: static;
|
|
159
|
+
--pf-v6-c-tree-view__node--PaddingLeft: var(--pf-v6-c-tree-view--m-compact__node--level-2--PaddingLeft);
|
|
160
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--TranslateX: 0;
|
|
161
|
+
--pf-v6-c-tree-view--m-compact__list-item--BorderBottomWidth: 0;
|
|
162
|
+
--pf-v6-c-tree-view--m-compact__node-container--PaddingBottom: var(--pf-v6-c-tree-view--m-compact__node-container--PaddingBottom--base);
|
|
163
|
+
}
|
|
164
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item::before,
|
|
165
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__node::before {
|
|
166
|
+
inset-inline-start: var(--pf-v6-c-tree-view--m-compact--border--Left);
|
|
167
|
+
}
|
|
168
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item::before {
|
|
169
|
+
inset-block-start: var(--pf-v6-c-tree-view--m-compact__list-item--before--Top);
|
|
170
|
+
}
|
|
171
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__node::before {
|
|
172
|
+
inset-block-start: var(--pf-v6-c-tree-view--m-compact__node--before--Top);
|
|
173
|
+
}
|
|
174
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item:last-child::before {
|
|
175
|
+
height: var(--pf-v6-c-tree-view--m-compact__list-item--last-child--before--Height);
|
|
176
|
+
}
|
|
177
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
178
|
+
--pf-v6-c-tree-view__node--PaddingLeft: var(--pf-v6-c-tree-view--m-compact__node--PaddingLeft);
|
|
179
|
+
--pf-v6-c-tree-view--m-compact--border--Left: var(--pf-v6-c-tree-view--m-compact--border--nested--Left);
|
|
180
|
+
--pf-v6-c-tree-view--m-compact__list-item--before--Top: var(--pf-v6-c-tree-view--m-compact__list-item--nested--before--Top);
|
|
181
|
+
--pf-v6-c-tree-view--m-compact__list-item--last-child--before--Height: var(--pf-v6-c-tree-view--m-compact__list-item--nested--last-child--before--Height);
|
|
182
|
+
}
|
|
183
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__node-container {
|
|
184
|
+
padding-block-start: var(--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingTop);
|
|
185
|
+
padding-block-end: var(--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingBottom);
|
|
186
|
+
padding-inline-start: var(--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingLeft);
|
|
187
|
+
padding-inline-end: var(--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingRight);
|
|
188
|
+
background-color: var(--pf-v6-c-tree-view--m-compact__node-container--nested--BackgroundColor);
|
|
189
|
+
}
|
|
190
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__node-toggle {
|
|
191
|
+
margin-inline-start: var(--pf-v6-c-tree-view--m-compact__node-toggle--nested--MarginLeft);
|
|
192
|
+
margin-inline-end: var(--pf-v6-c-tree-view--m-compact__node-toggle--nested--MarginRight);
|
|
193
|
+
}
|
|
194
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__node-container {
|
|
195
|
+
padding-block-start: var(--pf-v6-c-tree-view--m-compact__node-container--PaddingTop);
|
|
196
|
+
padding-block-end: var(--pf-v6-c-tree-view--m-compact__node-container--PaddingBottom);
|
|
197
|
+
padding-inline-start: var(--pf-v6-c-tree-view--m-compact__node-container--PaddingLeft);
|
|
198
|
+
padding-inline-end: var(--pf-v6-c-tree-view--m-compact__node-container--PaddingRight);
|
|
199
|
+
}
|
|
200
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item:not([aria-expanded]) > .pf-v6-c-tree-view__content > .pf-v6-c-tree-view__node,
|
|
201
|
+
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item:not([aria-expanded]) > .pf-v6-c-tree-view__content > .pf-v6-c-tree-view__node > .pf-v6-c-tree-view__node-container {
|
|
202
202
|
cursor: default;
|
|
203
203
|
}
|
|
204
|
-
.pf-
|
|
205
|
-
--pf-
|
|
204
|
+
.pf-v6-c-tree-view.pf-m-compact.pf-m-no-background {
|
|
205
|
+
--pf-v6-c-tree-view--m-compact__node--before--Top: var(--pf-v6-c-tree-view--m-compact--m-no-background__node--before--Top);
|
|
206
206
|
}
|
|
207
|
-
.pf-
|
|
208
|
-
--pf-
|
|
209
|
-
--pf-
|
|
207
|
+
.pf-v6-c-tree-view.pf-m-compact.pf-m-no-background .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
208
|
+
--pf-v6-c-tree-view__node--PaddingTop: var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested--PaddingTop);
|
|
209
|
+
--pf-v6-c-tree-view__node--PaddingBottom: var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested--PaddingBottom);
|
|
210
210
|
}
|
|
211
|
-
.pf-
|
|
212
|
-
--pf-
|
|
213
|
-
--pf-
|
|
211
|
+
.pf-v6-c-tree-view.pf-m-compact.pf-m-no-background .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
212
|
+
--pf-v6-c-tree-view--m-compact--border--Left: var(--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left);
|
|
213
|
+
--pf-v6-c-tree-view__node--PaddingLeft: var(--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft);
|
|
214
214
|
}
|
|
215
|
-
.pf-
|
|
216
|
-
--pf-
|
|
215
|
+
.pf-v6-c-tree-view.pf-m-no-background {
|
|
216
|
+
--pf-v6-c-tree-view--m-compact__node-container--nested--BackgroundColor: var(--pf-v6-c-tree-view--m-no-background__node-container--BackgroundColor);
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.pf-
|
|
219
|
+
.pf-v6-c-tree-view__node-toggle-icon {
|
|
220
220
|
display: inline-block;
|
|
221
|
-
min-width: var(--pf-
|
|
221
|
+
min-width: var(--pf-v6-c-tree-view__node-toggle-icon--MinWidth);
|
|
222
222
|
text-align: center;
|
|
223
|
-
transform: rotate(var(--pf-
|
|
223
|
+
transform: rotate(var(--pf-v6-c-tree-view__node-toggle-icon--Rotate));
|
|
224
224
|
}
|
|
225
|
-
:where(.pf-
|
|
225
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-tree-view__node-toggle-icon {
|
|
226
226
|
scale: -1 1;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.pf-
|
|
230
|
-
--pf-
|
|
231
|
-
--pf-
|
|
229
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
230
|
+
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
|
|
231
|
+
--pf-v6-c-tree-view__node-toggle--Color: var(--pf-v6-c-tree-view__node-toggle--Color--base);
|
|
232
232
|
}
|
|
233
|
-
.pf-
|
|
234
|
-
--pf-
|
|
235
|
-
--pf-
|
|
233
|
+
.pf-v6-c-tree-view__list-item.pf-m-expanded {
|
|
234
|
+
--pf-v6-c-tree-view__node-toggle--Color: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle--Color);
|
|
235
|
+
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.pf-
|
|
239
|
-
.pf-
|
|
238
|
+
.pf-v6-c-tree-view__node,
|
|
239
|
+
.pf-v6-c-tree-view__node-container {
|
|
240
240
|
flex: 1 1;
|
|
241
241
|
align-items: flex-start;
|
|
242
242
|
min-width: 0;
|
|
@@ -245,209 +245,209 @@
|
|
|
245
245
|
border: 0;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
.pf-
|
|
248
|
+
.pf-v6-c-tree-view__node {
|
|
249
249
|
position: relative;
|
|
250
250
|
display: flex;
|
|
251
|
-
padding-block-start: var(--pf-
|
|
252
|
-
padding-block-end: var(--pf-
|
|
253
|
-
padding-inline-start: var(--pf-
|
|
254
|
-
padding-inline-end: var(--pf-
|
|
255
|
-
color: var(--pf-
|
|
256
|
-
background-color: var(--pf-
|
|
251
|
+
padding-block-start: var(--pf-v6-c-tree-view__node--PaddingTop);
|
|
252
|
+
padding-block-end: var(--pf-v6-c-tree-view__node--PaddingBottom);
|
|
253
|
+
padding-inline-start: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
254
|
+
padding-inline-end: var(--pf-v6-c-tree-view__node--PaddingRight);
|
|
255
|
+
color: var(--pf-v6-c-tree-view__node--Color);
|
|
256
|
+
background-color: var(--pf-v6-c-tree-view__node--BackgroundColor);
|
|
257
257
|
}
|
|
258
|
-
.pf-
|
|
259
|
-
--pf-
|
|
258
|
+
.pf-v6-c-tree-view__node.pf-m-current {
|
|
259
|
+
--pf-v6-c-tree-view__node--Color: var(--pf-v6-c-tree-view__node--m-current--Color);
|
|
260
260
|
}
|
|
261
|
-
.pf-
|
|
262
|
-
margin-inline-start: var(--pf-
|
|
261
|
+
.pf-v6-c-tree-view__node .pf-v6-c-tree-view__node-count {
|
|
262
|
+
margin-inline-start: var(--pf-v6-c-tree-view__node-count--MarginLeft);
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
.pf-
|
|
266
|
-
display: var(--pf-
|
|
265
|
+
.pf-v6-c-tree-view__node-container {
|
|
266
|
+
display: var(--pf-v6-c-tree-view__node-container--Display);
|
|
267
267
|
flex-grow: 1;
|
|
268
|
-
border-radius: var(--pf-
|
|
268
|
+
border-radius: var(--pf-v6-c-tree-view--m-compact__node-container--BorderRadius);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.pf-
|
|
271
|
+
.pf-v6-c-tree-view__node-content {
|
|
272
272
|
display: flex;
|
|
273
273
|
flex-direction: column;
|
|
274
|
-
overflow: var(--pf-
|
|
274
|
+
overflow: var(--pf-v6-c-tree-view__node-content--Overflow);
|
|
275
275
|
}
|
|
276
|
-
.pf-
|
|
277
|
-
margin-block-start: var(--pf-
|
|
276
|
+
.pf-v6-c-tree-view__node-content > * + * {
|
|
277
|
+
margin-block-start: var(--pf-v6-c-tree-view__node-content--RowGap);
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
.pf-
|
|
281
|
-
margin-inline-end: var(--pf-
|
|
280
|
+
.pf-v6-c-tree-view__node-check {
|
|
281
|
+
margin-inline-end: var(--pf-v6-c-tree-view__node-check--MarginRight);
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
.pf-
|
|
285
|
-
position: var(--pf-
|
|
286
|
-
inset-block-start: var(--pf-
|
|
287
|
-
inset-inline-start: var(--pf-
|
|
284
|
+
.pf-v6-c-tree-view__node-toggle {
|
|
285
|
+
position: var(--pf-v6-c-tree-view__node-toggle--Position);
|
|
286
|
+
inset-block-start: var(--pf-v6-c-tree-view__list-item__list-item__node-toggle--Top);
|
|
287
|
+
inset-inline-start: var(--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left);
|
|
288
288
|
display: inline-flex;
|
|
289
289
|
align-items: center;
|
|
290
290
|
justify-content: center;
|
|
291
|
-
padding-block-start: var(--pf-
|
|
292
|
-
padding-block-end: var(--pf-
|
|
293
|
-
padding-inline-start: var(--pf-
|
|
294
|
-
padding-inline-end: var(--pf-
|
|
295
|
-
margin-block-start: var(--pf-
|
|
296
|
-
margin-block-end: var(--pf-
|
|
297
|
-
color: var(--pf-
|
|
298
|
-
background-color: var(--pf-
|
|
291
|
+
padding-block-start: var(--pf-v6-c-tree-view__node-toggle--PaddingTop);
|
|
292
|
+
padding-block-end: var(--pf-v6-c-tree-view__node-toggle--PaddingBottom);
|
|
293
|
+
padding-inline-start: var(--pf-v6-c-tree-view__node-toggle--PaddingLeft);
|
|
294
|
+
padding-inline-end: var(--pf-v6-c-tree-view__node-toggle--PaddingRight);
|
|
295
|
+
margin-block-start: var(--pf-v6-c-tree-view__node-toggle--MarginTop);
|
|
296
|
+
margin-block-end: var(--pf-v6-c-tree-view__node-toggle--MarginBottom);
|
|
297
|
+
color: var(--pf-v6-c-tree-view__node-toggle--Color);
|
|
298
|
+
background-color: var(--pf-v6-c-tree-view__node-toggle--BackgroundColor);
|
|
299
299
|
border: 0;
|
|
300
|
-
transform: translateX(var(--pf-
|
|
300
|
+
transform: translateX(var(--pf-v6-c-tree-view__list-item__list-item__node-toggle--TranslateX));
|
|
301
301
|
}
|
|
302
|
-
:where(.pf-
|
|
303
|
-
transform: translateX(calc(var(--pf-
|
|
302
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-tree-view__node-toggle {
|
|
303
|
+
transform: translateX(calc(var(--pf-v6-c-tree-view__list-item__list-item__node-toggle--TranslateX) * var(--pf-v6-global--inverse--multiplier)));
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
.pf-
|
|
307
|
-
.pf-
|
|
308
|
-
--pf-
|
|
306
|
+
.pf-v6-c-tree-view__node-title.pf-m-truncate,
|
|
307
|
+
.pf-v6-c-tree-view__node-text.pf-m-truncate {
|
|
308
|
+
--pf-v6-c-tree-view__node-content--Overflow: hidden;
|
|
309
309
|
overflow: hidden;
|
|
310
310
|
text-overflow: ellipsis;
|
|
311
311
|
white-space: nowrap;
|
|
312
312
|
}
|
|
313
|
-
.pf-
|
|
314
|
-
.pf-
|
|
315
|
-
--pf-
|
|
313
|
+
.pf-v6-c-tree-view.pf-m-truncate .pf-v6-c-tree-view__node-title,
|
|
314
|
+
.pf-v6-c-tree-view.pf-m-truncate .pf-v6-c-tree-view__node-text {
|
|
315
|
+
--pf-v6-c-tree-view__node-content--Overflow: hidden;
|
|
316
316
|
overflow: hidden;
|
|
317
317
|
text-overflow: ellipsis;
|
|
318
318
|
white-space: nowrap;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
.pf-
|
|
321
|
+
.pf-v6-c-tree-view__node-text {
|
|
322
322
|
font-weight: inherit;
|
|
323
323
|
color: inherit;
|
|
324
324
|
text-align: start;
|
|
325
325
|
background-color: transparent;
|
|
326
326
|
border: 0;
|
|
327
327
|
}
|
|
328
|
-
label.pf-
|
|
328
|
+
label.pf-v6-c-tree-view__node-text {
|
|
329
329
|
cursor: pointer;
|
|
330
330
|
}
|
|
331
331
|
|
|
332
|
-
.pf-
|
|
333
|
-
font-weight: var(--pf-
|
|
332
|
+
.pf-v6-c-tree-view__node-title {
|
|
333
|
+
font-weight: var(--pf-v6-c-tree-view__node-title--FontWeight);
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
.pf-
|
|
337
|
-
padding-block-start: var(--pf-
|
|
338
|
-
padding-block-end: var(--pf-
|
|
339
|
-
padding-inline-start: var(--pf-
|
|
340
|
-
padding-inline-end: var(--pf-
|
|
336
|
+
.pf-v6-c-tree-view__search {
|
|
337
|
+
padding-block-start: var(--pf-v6-c-tree-view__search--PaddingTop);
|
|
338
|
+
padding-block-end: var(--pf-v6-c-tree-view__search--PaddingBottom);
|
|
339
|
+
padding-inline-start: var(--pf-v6-c-tree-view__search--PaddingLeft);
|
|
340
|
+
padding-inline-end: var(--pf-v6-c-tree-view__search--PaddingRight);
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
.pf-
|
|
344
|
-
padding-inline-end: var(--pf-
|
|
345
|
-
color: var(--pf-
|
|
343
|
+
.pf-v6-c-tree-view__node-icon {
|
|
344
|
+
padding-inline-end: var(--pf-v6-c-tree-view__node-icon--PaddingRight);
|
|
345
|
+
color: var(--pf-v6-c-tree-view__node-icon--Color);
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
.pf-
|
|
348
|
+
.pf-v6-c-tree-view__content {
|
|
349
349
|
display: flex;
|
|
350
350
|
align-items: center;
|
|
351
|
-
background-color: var(--pf-
|
|
352
|
-
border-radius: var(--pf-
|
|
351
|
+
background-color: var(--pf-v6-c-tree-view__content--BackgroundColor);
|
|
352
|
+
border-radius: var(--pf-v6-c-tree-view__content--BorderRadius);
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
-
.pf-
|
|
356
|
-
.pf-
|
|
357
|
-
background-color: var(--pf-
|
|
355
|
+
.pf-v6-c-tree-view__content:hover,
|
|
356
|
+
.pf-v6-c-tree-view__content:focus-within {
|
|
357
|
+
background-color: var(--pf-v6-c-tree-view__node--hover--BackgroundColor);
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
-
.pf-
|
|
361
|
-
margin-inline-end: var(--pf-
|
|
360
|
+
.pf-v6-c-tree-view__action {
|
|
361
|
+
margin-inline-end: var(--pf-v6-c-tree-view__action--MarginInlineEnd);
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
-
.pf-
|
|
365
|
-
--pf-
|
|
364
|
+
.pf-v6-c-tree-view__content:has(> .pf-v6-c-tree-view__node.pf-m-current) {
|
|
365
|
+
--pf-v6-c-tree-view__content--BackgroundColor: var(--pf-v6-c-tree-view__node--m-current--BackgroundColor);
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
-
.pf-
|
|
369
|
-
--pf-
|
|
370
|
-
--pf-
|
|
371
|
-
--pf-
|
|
372
|
-
}
|
|
373
|
-
.pf-
|
|
374
|
-
--pf-
|
|
375
|
-
--pf-
|
|
376
|
-
--pf-
|
|
377
|
-
--pf-
|
|
378
|
-
--pf-
|
|
379
|
-
--pf-
|
|
380
|
-
--pf-
|
|
381
|
-
}
|
|
382
|
-
.pf-
|
|
383
|
-
--pf-
|
|
384
|
-
--pf-
|
|
385
|
-
--pf-
|
|
386
|
-
--pf-
|
|
387
|
-
--pf-
|
|
388
|
-
--pf-
|
|
389
|
-
--pf-
|
|
390
|
-
}
|
|
391
|
-
.pf-
|
|
392
|
-
--pf-
|
|
393
|
-
--pf-
|
|
394
|
-
--pf-
|
|
395
|
-
--pf-
|
|
396
|
-
--pf-
|
|
397
|
-
--pf-
|
|
398
|
-
--pf-
|
|
399
|
-
}
|
|
400
|
-
.pf-
|
|
401
|
-
--pf-
|
|
402
|
-
--pf-
|
|
403
|
-
--pf-
|
|
404
|
-
--pf-
|
|
405
|
-
--pf-
|
|
406
|
-
--pf-
|
|
407
|
-
--pf-
|
|
408
|
-
}
|
|
409
|
-
.pf-
|
|
410
|
-
--pf-
|
|
411
|
-
--pf-
|
|
412
|
-
--pf-
|
|
413
|
-
--pf-
|
|
414
|
-
--pf-
|
|
415
|
-
--pf-
|
|
416
|
-
--pf-
|
|
417
|
-
}
|
|
418
|
-
.pf-
|
|
419
|
-
--pf-
|
|
420
|
-
--pf-
|
|
421
|
-
--pf-
|
|
422
|
-
--pf-
|
|
423
|
-
--pf-
|
|
424
|
-
--pf-
|
|
425
|
-
--pf-
|
|
426
|
-
}
|
|
427
|
-
.pf-
|
|
428
|
-
--pf-
|
|
429
|
-
--pf-
|
|
430
|
-
--pf-
|
|
431
|
-
--pf-
|
|
432
|
-
--pf-
|
|
433
|
-
--pf-
|
|
434
|
-
--pf-
|
|
435
|
-
}
|
|
436
|
-
.pf-
|
|
437
|
-
--pf-
|
|
438
|
-
--pf-
|
|
439
|
-
--pf-
|
|
440
|
-
--pf-
|
|
441
|
-
--pf-
|
|
442
|
-
--pf-
|
|
443
|
-
--pf-
|
|
444
|
-
}
|
|
445
|
-
.pf-
|
|
446
|
-
--pf-
|
|
447
|
-
--pf-
|
|
448
|
-
--pf-
|
|
449
|
-
--pf-
|
|
450
|
-
--pf-
|
|
451
|
-
--pf-
|
|
452
|
-
--pf-
|
|
368
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
369
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
370
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 1 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
371
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
372
|
+
}
|
|
373
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
374
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
375
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 2 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
376
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
377
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact__node--nested-indent--base) * 1 + var(--pf-v6-c-tree-view--m-compact__node--indent--base));
|
|
378
|
+
--pf-v6-c-tree-view--m-compact--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
379
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base) * 1 + var(--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base));
|
|
380
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
381
|
+
}
|
|
382
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
383
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
384
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 3 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
385
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
386
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact__node--nested-indent--base) * 2 + var(--pf-v6-c-tree-view--m-compact__node--indent--base));
|
|
387
|
+
--pf-v6-c-tree-view--m-compact--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
388
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base) * 2 + var(--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base));
|
|
389
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
390
|
+
}
|
|
391
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
392
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
393
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 4 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
394
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
395
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact__node--nested-indent--base) * 3 + var(--pf-v6-c-tree-view--m-compact__node--indent--base));
|
|
396
|
+
--pf-v6-c-tree-view--m-compact--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
397
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base) * 3 + var(--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base));
|
|
398
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
399
|
+
}
|
|
400
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
401
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
402
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 5 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
403
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
404
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact__node--nested-indent--base) * 4 + var(--pf-v6-c-tree-view--m-compact__node--indent--base));
|
|
405
|
+
--pf-v6-c-tree-view--m-compact--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
406
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base) * 4 + var(--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base));
|
|
407
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
408
|
+
}
|
|
409
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
410
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
411
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 6 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
412
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
413
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact__node--nested-indent--base) * 5 + var(--pf-v6-c-tree-view--m-compact__node--indent--base));
|
|
414
|
+
--pf-v6-c-tree-view--m-compact--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
415
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base) * 5 + var(--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base));
|
|
416
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
417
|
+
}
|
|
418
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
419
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
420
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 7 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
421
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
422
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact__node--nested-indent--base) * 6 + var(--pf-v6-c-tree-view--m-compact__node--indent--base));
|
|
423
|
+
--pf-v6-c-tree-view--m-compact--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
424
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base) * 6 + var(--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base));
|
|
425
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
426
|
+
}
|
|
427
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
428
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
429
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 8 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
430
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
431
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact__node--nested-indent--base) * 7 + var(--pf-v6-c-tree-view--m-compact__node--indent--base));
|
|
432
|
+
--pf-v6-c-tree-view--m-compact--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
433
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base) * 7 + var(--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base));
|
|
434
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
435
|
+
}
|
|
436
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
437
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
438
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 9 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
439
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
440
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact__node--nested-indent--base) * 8 + var(--pf-v6-c-tree-view--m-compact__node--indent--base));
|
|
441
|
+
--pf-v6-c-tree-view--m-compact--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
442
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base) * 8 + var(--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base));
|
|
443
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
444
|
+
}
|
|
445
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
446
|
+
--pf-v6-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-v6-c-tree-view__node--PaddingLeft);
|
|
447
|
+
--pf-v6-c-tree-view__node--PaddingLeft: calc(var(--pf-v6-c-tree-view__node--nested-indent--base) * 10 + var(--pf-v6-c-tree-view__node--indent--base));
|
|
448
|
+
--pf-v6-c-tree-view--m-guides--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-guides--guide-left--base--offset));
|
|
449
|
+
--pf-v6-c-tree-view--m-compact__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact__node--nested-indent--base) * 9 + var(--pf-v6-c-tree-view--m-compact__node--indent--base));
|
|
450
|
+
--pf-v6-c-tree-view--m-compact--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--base-border--Left--offset));
|
|
451
|
+
--pf-v6-c-tree-view--m-compact--m-no-background__node--PaddingLeft: calc(var(--pf-v6-c-tree-view--m-compact--m-no-background__node--nested-indent--base) * 9 + var(--pf-v6-c-tree-view--m-compact--m-no-background__node--indent--base));
|
|
452
|
+
--pf-v6-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v6-c-tree-view__node--PaddingLeft) - var(--pf-v6-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
453
453
|
}
|