@patternfly/react-styles 6.0.0-alpha.2 → 6.0.0-alpha.20
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +176 -0
- package/css/assets/images/PF-Backdrop.svg +1 -0
- package/css/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/css/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/css/assets/images/PF-IconLogo-color.svg +17 -0
- package/css/assets/images/PF-IconLogo.svg +17 -0
- package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/css/assets/images/pf-background.svg +22 -0
- package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/css/assets/images/pf_logo.svg +11 -11
- package/css/assets/images/pf_logo_white.hbs +35 -0
- package/css/assets/images/pf_logo_white.svg +38 -0
- package/css/components/AboutModalBox/about-modal-box.css +118 -155
- package/css/components/AboutModalBox/about-modal-box.d.ts +10 -11
- package/css/components/AboutModalBox/about-modal-box.js +10 -11
- package/css/components/AboutModalBox/about-modal-box.mjs +10 -11
- package/css/components/Accordion/accordion.css +127 -219
- package/css/components/Accordion/accordion.d.ts +10 -9
- package/css/components/Accordion/accordion.js +10 -9
- package/css/components/Accordion/accordion.mjs +10 -9
- package/css/components/ActionList/action-list.css +22 -20
- package/css/components/ActionList/action-list.d.ts +2 -2
- package/css/components/ActionList/action-list.js +2 -2
- package/css/components/ActionList/action-list.mjs +2 -2
- package/css/components/Alert/alert-group.css +50 -50
- package/css/components/Alert/alert-group.d.ts +2 -2
- package/css/components/Alert/alert-group.js +2 -2
- package/css/components/Alert/alert-group.mjs +2 -2
- package/css/components/Alert/alert.css +161 -159
- package/css/components/Alert/alert.d.ts +10 -10
- package/css/components/Alert/alert.js +10 -10
- package/css/components/Alert/alert.mjs +10 -10
- package/css/components/AppLauncher/app-launcher.css +167 -167
- package/css/components/AppLauncher/app-launcher.d.ts +12 -12
- package/css/components/AppLauncher/app-launcher.js +12 -12
- package/css/components/AppLauncher/app-launcher.mjs +12 -12
- package/css/components/Avatar/avatar.css +120 -123
- package/css/components/Avatar/avatar.d.ts +2 -3
- package/css/components/Avatar/avatar.js +2 -3
- package/css/components/Avatar/avatar.mjs +2 -3
- package/css/components/BackToTop/back-to-top.css +26 -25
- package/css/components/BackToTop/back-to-top.d.ts +2 -2
- package/css/components/BackToTop/back-to-top.js +2 -2
- package/css/components/BackToTop/back-to-top.mjs +2 -2
- package/css/components/Backdrop/backdrop.css +12 -8
- package/css/components/Backdrop/backdrop.d.ts +2 -2
- package/css/components/Backdrop/backdrop.js +2 -2
- package/css/components/Backdrop/backdrop.mjs +2 -2
- package/css/components/BackgroundImage/background-image.css +18 -14
- package/css/components/BackgroundImage/background-image.d.ts +2 -2
- package/css/components/BackgroundImage/background-image.js +2 -2
- package/css/components/BackgroundImage/background-image.mjs +2 -2
- package/css/components/Badge/badge.css +38 -30
- package/css/components/Badge/badge.d.ts +3 -3
- package/css/components/Badge/badge.js +3 -3
- package/css/components/Badge/badge.mjs +3 -3
- package/css/components/Banner/banner.css +126 -100
- package/css/components/Banner/banner.d.ts +14 -6
- package/css/components/Banner/banner.js +14 -6
- package/css/components/Banner/banner.mjs +14 -6
- package/css/components/Brand/brand.css +28 -28
- package/css/components/Brand/brand.d.ts +1 -1
- package/css/components/Brand/brand.js +1 -1
- package/css/components/Brand/brand.mjs +1 -1
- package/css/components/Breadcrumb/breadcrumb.css +66 -55
- package/css/components/Breadcrumb/breadcrumb.d.ts +9 -9
- package/css/components/Breadcrumb/breadcrumb.js +9 -9
- package/css/components/Breadcrumb/breadcrumb.mjs +9 -9
- package/css/components/Button/button.css +527 -483
- package/css/components/Button/button.d.ts +15 -13
- package/css/components/Button/button.js +15 -13
- package/css/components/Button/button.mjs +15 -13
- package/css/components/CalendarMonth/calendar-month.css +147 -178
- package/css/components/CalendarMonth/calendar-month.d.ts +14 -16
- package/css/components/CalendarMonth/calendar-month.js +14 -16
- package/css/components/CalendarMonth/calendar-month.mjs +14 -16
- package/css/components/Card/card.css +239 -332
- package/css/components/Card/card.d.ts +22 -26
- package/css/components/Card/card.js +22 -26
- package/css/components/Card/card.mjs +22 -26
- package/css/components/Check/check.css +55 -45
- package/css/components/Check/check.d.ts +6 -6
- package/css/components/Check/check.js +6 -6
- package/css/components/Check/check.mjs +6 -6
- package/css/components/Chip/chip-group.css +60 -60
- package/css/components/Chip/chip-group.d.ts +6 -6
- package/css/components/Chip/chip-group.js +6 -6
- package/css/components/Chip/chip-group.mjs +6 -6
- package/css/components/Chip/chip.css +83 -83
- package/css/components/Chip/chip.d.ts +8 -8
- package/css/components/Chip/chip.js +8 -8
- package/css/components/Chip/chip.mjs +8 -8
- package/css/components/ClipboardCopy/clipboard-copy.css +75 -78
- package/css/components/ClipboardCopy/clipboard-copy.d.ts +10 -11
- package/css/components/ClipboardCopy/clipboard-copy.js +10 -11
- package/css/components/ClipboardCopy/clipboard-copy.mjs +10 -11
- package/css/components/CodeBlock/code-block.css +37 -24
- package/css/components/CodeBlock/code-block.d.ts +6 -6
- package/css/components/CodeBlock/code-block.js +6 -6
- package/css/components/CodeBlock/code-block.mjs +6 -6
- package/css/components/CodeEditor/code-editor.css +133 -111
- package/css/components/CodeEditor/code-editor.d.ts +14 -14
- package/css/components/CodeEditor/code-editor.js +14 -14
- package/css/components/CodeEditor/code-editor.mjs +14 -14
- package/css/components/Consoles/AccessConsoles.css +5 -5
- package/css/components/Consoles/AccessConsoles.d.ts +2 -2
- package/css/components/Consoles/AccessConsoles.js +2 -2
- package/css/components/Consoles/AccessConsoles.mjs +2 -2
- package/css/components/Consoles/DesktopViewer.css +2 -2
- package/css/components/Consoles/DesktopViewer.d.ts +1 -1
- package/css/components/Consoles/DesktopViewer.js +1 -1
- package/css/components/Consoles/DesktopViewer.mjs +1 -1
- package/css/components/Consoles/SerialConsole.css +4 -4
- package/css/components/Consoles/SerialConsole.d.ts +2 -2
- package/css/components/Consoles/SerialConsole.js +2 -2
- package/css/components/Consoles/SerialConsole.mjs +2 -2
- package/css/components/Consoles/VncConsole.css +3 -3
- package/css/components/Consoles/VncConsole.d.ts +2 -2
- package/css/components/Consoles/VncConsole.js +2 -2
- package/css/components/Consoles/VncConsole.mjs +2 -2
- package/css/components/Content/content.css +216 -216
- package/css/components/Content/content.d.ts +1 -1
- package/css/components/Content/content.js +1 -1
- package/css/components/Content/content.mjs +1 -1
- package/css/components/ContextSelector/context-selector.css +251 -251
- package/css/components/ContextSelector/context-selector.d.ts +10 -10
- package/css/components/ContextSelector/context-selector.js +10 -10
- package/css/components/ContextSelector/context-selector.mjs +10 -10
- package/css/components/DataList/data-list-grid.css +182 -182
- package/css/components/DataList/data-list-grid.d.ts +4 -4
- package/css/components/DataList/data-list-grid.js +4 -4
- package/css/components/DataList/data-list-grid.mjs +4 -4
- package/css/components/DataList/data-list.css +486 -543
- package/css/components/DataList/data-list.d.ts +18 -19
- package/css/components/DataList/data-list.js +18 -19
- package/css/components/DataList/data-list.mjs +18 -19
- package/css/components/DatePicker/date-picker.css +38 -39
- package/css/components/DatePicker/date-picker.d.ts +6 -7
- package/css/components/DatePicker/date-picker.js +6 -7
- package/css/components/DatePicker/date-picker.mjs +6 -7
- package/css/components/DescriptionList/description-list-order.css +90 -90
- package/css/components/DescriptionList/description-list-order.d.ts +1 -1
- package/css/components/DescriptionList/description-list-order.js +1 -1
- package/css/components/DescriptionList/description-list-order.mjs +1 -1
- package/css/components/DescriptionList/description-list.css +203 -198
- package/css/components/DescriptionList/description-list.d.ts +7 -7
- package/css/components/DescriptionList/description-list.js +7 -7
- package/css/components/DescriptionList/description-list.mjs +7 -7
- package/css/components/Divider/divider.css +178 -256
- package/css/components/Divider/divider.d.ts +2 -1
- package/css/components/Divider/divider.js +2 -1
- package/css/components/Divider/divider.mjs +2 -1
- package/css/components/DragDrop/drag-drop.css +50 -45
- package/css/components/DragDrop/drag-drop.d.ts +3 -4
- package/css/components/DragDrop/drag-drop.js +3 -4
- package/css/components/DragDrop/drag-drop.mjs +3 -4
- package/css/components/Drawer/drawer.css +488 -487
- package/css/components/Drawer/drawer.d.ts +17 -16
- package/css/components/Drawer/drawer.js +17 -16
- package/css/components/Drawer/drawer.mjs +17 -16
- package/css/components/Dropdown/dropdown.css +457 -459
- package/css/components/Dropdown/dropdown.d.ts +21 -22
- package/css/components/Dropdown/dropdown.js +21 -22
- package/css/components/Dropdown/dropdown.mjs +21 -22
- package/css/components/DualListSelector/dual-list-selector.css +206 -203
- package/css/components/DualListSelector/dual-list-selector.d.ts +28 -29
- package/css/components/DualListSelector/dual-list-selector.js +28 -29
- package/css/components/DualListSelector/dual-list-selector.mjs +28 -29
- package/css/components/EmptyState/empty-state.css +112 -89
- package/css/components/EmptyState/empty-state.d.ts +13 -8
- package/css/components/EmptyState/empty-state.js +13 -8
- package/css/components/EmptyState/empty-state.mjs +13 -8
- package/css/components/ExpandableSection/expandable-section.css +120 -118
- package/css/components/ExpandableSection/expandable-section.d.ts +7 -9
- package/css/components/ExpandableSection/expandable-section.js +7 -9
- package/css/components/ExpandableSection/expandable-section.mjs +7 -9
- package/css/components/FileUpload/file-upload.css +37 -43
- package/css/components/FileUpload/file-upload.d.ts +6 -6
- package/css/components/FileUpload/file-upload.js +6 -6
- package/css/components/FileUpload/file-upload.mjs +6 -6
- package/css/components/Form/form.css +290 -340
- package/css/components/Form/form.d.ts +29 -33
- package/css/components/Form/form.js +29 -33
- package/css/components/Form/form.mjs +29 -33
- package/css/components/FormControl/form-control.css +202 -226
- package/css/components/FormControl/form-control.d.ts +5 -6
- package/css/components/FormControl/form-control.js +5 -6
- package/css/components/FormControl/form-control.mjs +5 -6
- package/css/components/HelperText/helper-text.css +54 -60
- package/css/components/HelperText/helper-text.d.ts +5 -6
- package/css/components/HelperText/helper-text.js +5 -6
- package/css/components/HelperText/helper-text.mjs +5 -6
- package/css/components/Hint/hint.css +50 -43
- package/css/components/Hint/hint.d.ts +9 -10
- package/css/components/Hint/hint.js +9 -10
- package/css/components/Hint/hint.mjs +9 -10
- package/css/components/Icon/icon.css +227 -91
- package/css/components/Icon/icon.d.ts +15 -4
- package/css/components/Icon/icon.js +15 -4
- package/css/components/Icon/icon.mjs +15 -4
- package/css/components/InlineEdit/inline-edit.css +44 -43
- package/css/components/InlineEdit/inline-edit.d.ts +8 -8
- package/css/components/InlineEdit/inline-edit.js +8 -8
- package/css/components/InlineEdit/inline-edit.mjs +8 -8
- package/css/components/InputGroup/input-group.css +55 -71
- package/css/components/InputGroup/input-group.d.ts +4 -5
- package/css/components/InputGroup/input-group.js +4 -5
- package/css/components/InputGroup/input-group.mjs +4 -5
- package/css/components/JumpLinks/jump-links.css +186 -186
- package/css/components/JumpLinks/jump-links.d.ts +12 -12
- package/css/components/JumpLinks/jump-links.js +12 -12
- package/css/components/JumpLinks/jump-links.mjs +12 -12
- package/css/components/Label/label-group.css +90 -95
- package/css/components/Label/label-group.d.ts +8 -8
- package/css/components/Label/label-group.js +8 -8
- package/css/components/Label/label-group.mjs +8 -8
- package/css/components/Label/label.css +461 -424
- package/css/components/Label/label.d.ts +23 -15
- package/css/components/Label/label.js +23 -15
- package/css/components/Label/label.mjs +23 -15
- package/css/components/List/list.css +53 -53
- package/css/components/List/list.d.ts +3 -3
- package/css/components/List/list.js +3 -3
- package/css/components/List/list.mjs +3 -3
- package/css/components/LogViewer/log-viewer.css +138 -138
- package/css/components/LogViewer/log-viewer.d.ts +14 -14
- package/css/components/LogViewer/log-viewer.js +14 -14
- package/css/components/LogViewer/log-viewer.mjs +14 -14
- package/css/components/Login/login.css +153 -197
- package/css/components/Login/login.d.ts +18 -20
- package/css/components/Login/login.js +18 -20
- package/css/components/Login/login.mjs +18 -20
- package/css/components/Masthead/masthead.css +397 -571
- package/css/components/Masthead/masthead.d.ts +11 -46
- package/css/components/Masthead/masthead.js +11 -46
- package/css/components/Masthead/masthead.mjs +11 -46
- package/css/components/Menu/menu.css +390 -514
- package/css/components/Menu/menu.d.ts +30 -31
- package/css/components/Menu/menu.js +30 -31
- package/css/components/Menu/menu.mjs +30 -31
- package/css/components/MenuToggle/menu-toggle.css +338 -353
- package/css/components/MenuToggle/menu-toggle.d.ts +21 -17
- package/css/components/MenuToggle/menu-toggle.js +21 -17
- package/css/components/MenuToggle/menu-toggle.mjs +21 -17
- package/css/components/ModalBox/modal-box.css +135 -124
- package/css/components/ModalBox/modal-box.d.ts +12 -13
- package/css/components/ModalBox/modal-box.js +12 -13
- package/css/components/ModalBox/modal-box.mjs +12 -13
- package/css/components/MultipleFileUpload/multiple-file-upload.css +169 -142
- package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +17 -18
- package/css/components/MultipleFileUpload/multiple-file-upload.js +17 -18
- package/css/components/MultipleFileUpload/multiple-file-upload.mjs +17 -18
- package/css/components/Nav/nav.css +228 -950
- package/css/components/Nav/nav.d.ts +21 -31
- package/css/components/Nav/nav.js +21 -31
- package/css/components/Nav/nav.mjs +21 -31
- package/css/components/NotificationBadge/notification-badge.css +66 -66
- package/css/components/NotificationBadge/notification-badge.d.ts +1 -1
- package/css/components/NotificationBadge/notification-badge.js +1 -1
- package/css/components/NotificationBadge/notification-badge.mjs +1 -1
- package/css/components/NotificationDrawer/notification-drawer.css +187 -198
- package/css/components/NotificationDrawer/notification-drawer.d.ts +22 -22
- package/css/components/NotificationDrawer/notification-drawer.js +22 -22
- package/css/components/NotificationDrawer/notification-drawer.mjs +22 -22
- package/css/components/NumberInput/number-input.css +23 -23
- package/css/components/NumberInput/number-input.d.ts +5 -8
- package/css/components/NumberInput/number-input.js +5 -8
- package/css/components/NumberInput/number-input.mjs +5 -8
- package/css/components/OptionsMenu/options-menu.css +190 -190
- package/css/components/OptionsMenu/options-menu.d.ts +13 -13
- package/css/components/OptionsMenu/options-menu.js +13 -13
- package/css/components/OptionsMenu/options-menu.mjs +13 -13
- package/css/components/OverflowMenu/overflow-menu.css +23 -53
- package/css/components/OverflowMenu/overflow-menu.d.ts +6 -8
- package/css/components/OverflowMenu/overflow-menu.js +6 -8
- package/css/components/OverflowMenu/overflow-menu.mjs +6 -8
- package/css/components/Page/page.css +608 -613
- package/css/components/Page/page.d.ts +34 -33
- package/css/components/Page/page.js +34 -33
- package/css/components/Page/page.mjs +34 -33
- package/css/components/Pagination/pagination.css +232 -299
- package/css/components/Pagination/pagination.d.ts +8 -11
- package/css/components/Pagination/pagination.js +8 -11
- package/css/components/Pagination/pagination.mjs +8 -11
- package/css/components/Panel/panel.css +75 -71
- package/css/components/Panel/panel.d.ts +6 -6
- package/css/components/Panel/panel.js +6 -6
- package/css/components/Panel/panel.mjs +6 -6
- package/css/components/Popover/popover.css +148 -159
- package/css/components/Popover/popover.d.ts +10 -11
- package/css/components/Popover/popover.js +10 -11
- package/css/components/Popover/popover.mjs +10 -11
- package/css/components/Popper/Popper.css +1 -1
- package/css/components/Popper/Popper.d.ts +1 -1
- package/css/components/Popper/Popper.js +1 -1
- package/css/components/Popper/Popper.mjs +1 -1
- package/css/components/Progress/progress.css +83 -97
- package/css/components/Progress/progress.d.ts +8 -9
- package/css/components/Progress/progress.js +8 -9
- package/css/components/Progress/progress.mjs +8 -9
- package/css/components/ProgressStepper/progress-stepper.css +522 -519
- package/css/components/ProgressStepper/progress-stepper.d.ts +9 -8
- package/css/components/ProgressStepper/progress-stepper.js +9 -8
- package/css/components/ProgressStepper/progress-stepper.mjs +9 -8
- package/css/components/Radio/radio.css +57 -43
- package/css/components/Radio/radio.d.ts +5 -5
- package/css/components/Radio/radio.js +5 -5
- package/css/components/Radio/radio.mjs +5 -5
- package/css/components/Select/select.css +423 -423
- package/css/components/Select/select.d.ts +34 -34
- package/css/components/Select/select.js +34 -34
- package/css/components/Select/select.mjs +34 -34
- package/css/components/Sidebar/sidebar.css +254 -243
- package/css/components/Sidebar/sidebar.d.ts +5 -4
- package/css/components/Sidebar/sidebar.js +5 -4
- package/css/components/Sidebar/sidebar.mjs +5 -4
- package/css/components/SimpleList/simple-list.css +55 -75
- package/css/components/SimpleList/simple-list.d.ts +5 -5
- package/css/components/SimpleList/simple-list.js +5 -5
- package/css/components/SimpleList/simple-list.mjs +5 -5
- package/css/components/Skeleton/skeleton.css +115 -117
- package/css/components/Skeleton/skeleton.d.ts +2 -3
- package/css/components/Skeleton/skeleton.js +2 -3
- package/css/components/Skeleton/skeleton.mjs +2 -3
- package/css/components/SkipToContent/skip-to-content.css +11 -8
- package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
- package/css/components/SkipToContent/skip-to-content.js +1 -1
- package/css/components/SkipToContent/skip-to-content.mjs +1 -1
- package/css/components/Slider/slider.css +150 -146
- package/css/components/Slider/slider.d.ts +13 -13
- package/css/components/Slider/slider.js +13 -13
- package/css/components/Slider/slider.mjs +13 -13
- package/css/components/Spinner/spinner.css +39 -56
- package/css/components/Spinner/spinner.d.ts +2 -2
- package/css/components/Spinner/spinner.js +2 -2
- package/css/components/Spinner/spinner.mjs +2 -2
- package/css/components/Switch/switch.css +98 -94
- package/css/components/Switch/switch.d.ts +6 -7
- package/css/components/Switch/switch.js +6 -7
- package/css/components/Switch/switch.mjs +6 -7
- package/css/components/TabContent/tab-content.css +37 -31
- package/css/components/TabContent/tab-content.d.ts +3 -3
- package/css/components/TabContent/tab-content.js +3 -3
- package/css/components/TabContent/tab-content.mjs +3 -3
- package/css/components/Table/inline-edit.css +31 -31
- package/css/components/Table/inline-edit.d.ts +2 -2
- package/css/components/Table/inline-edit.js +2 -2
- package/css/components/Table/inline-edit.mjs +2 -2
- package/css/components/Table/table-grid.css +911 -932
- package/css/components/Table/table-grid.d.ts +19 -19
- package/css/components/Table/table-grid.js +19 -19
- package/css/components/Table/table-grid.mjs +19 -19
- package/css/components/Table/table-scrollable.css +44 -39
- package/css/components/Table/table-scrollable.d.ts +4 -4
- package/css/components/Table/table-scrollable.js +4 -4
- package/css/components/Table/table-scrollable.mjs +4 -4
- package/css/components/Table/table-tree-view.css +504 -499
- package/css/components/Table/table-tree-view.d.ts +19 -18
- package/css/components/Table/table-tree-view.js +19 -18
- package/css/components/Table/table-tree-view.mjs +19 -18
- package/css/components/Table/table.css +615 -848
- package/css/components/Table/table.d.ts +36 -34
- package/css/components/Table/table.js +36 -34
- package/css/components/Table/table.mjs +36 -34
- package/css/components/Tabs/tabs.css +623 -656
- package/css/components/Tabs/tabs.d.ts +18 -21
- package/css/components/Tabs/tabs.js +18 -21
- package/css/components/Tabs/tabs.mjs +18 -21
- package/css/components/TextInputGroup/text-input-group.css +91 -105
- package/css/components/TextInputGroup/text-input-group.d.ts +8 -10
- package/css/components/TextInputGroup/text-input-group.js +8 -10
- package/css/components/TextInputGroup/text-input-group.mjs +8 -10
- package/css/components/Tile/tile.css +72 -113
- package/css/components/Tile/tile.d.ts +5 -6
- package/css/components/Tile/tile.js +5 -6
- package/css/components/Tile/tile.mjs +5 -6
- package/css/components/Timestamp/timestamp.css +31 -28
- package/css/components/Timestamp/timestamp.d.ts +1 -1
- package/css/components/Timestamp/timestamp.js +1 -1
- package/css/components/Timestamp/timestamp.mjs +1 -1
- package/css/components/Title/title.css +101 -50
- package/css/components/Title/title.d.ts +8 -2
- package/css/components/Title/title.js +8 -2
- package/css/components/Title/title.mjs +8 -2
- package/css/components/ToggleGroup/toggle-group.css +94 -88
- package/css/components/ToggleGroup/toggle-group.d.ts +5 -6
- package/css/components/ToggleGroup/toggle-group.js +5 -6
- package/css/components/ToggleGroup/toggle-group.mjs +5 -6
- package/css/components/Toolbar/toolbar.css +2605 -1032
- package/css/components/Toolbar/toolbar.d.ts +418 -111
- package/css/components/Toolbar/toolbar.js +418 -111
- package/css/components/Toolbar/toolbar.mjs +418 -111
- package/css/components/Tooltip/tooltip.css +88 -90
- package/css/components/Tooltip/tooltip.d.ts +3 -4
- package/css/components/Tooltip/tooltip.js +3 -4
- package/css/components/Tooltip/tooltip.mjs +3 -4
- package/css/components/TreeView/tree-view.css +366 -387
- package/css/components/TreeView/tree-view.d.ts +16 -20
- package/css/components/TreeView/tree-view.js +16 -20
- package/css/components/TreeView/tree-view.mjs +16 -20
- package/css/components/Truncate/truncate.css +18 -14
- package/css/components/Truncate/truncate.d.ts +4 -4
- package/css/components/Truncate/truncate.js +4 -4
- package/css/components/Truncate/truncate.mjs +4 -4
- package/css/components/Wizard/wizard.css +283 -366
- package/css/components/Wizard/wizard.d.ts +28 -31
- package/css/components/Wizard/wizard.js +28 -31
- package/css/components/Wizard/wizard.mjs +28 -31
- package/css/docs/components/Brand/examples/Brand.css +12 -0
- package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
- package/css/docs/components/Brand/examples/Brand.js +11 -0
- package/css/docs/components/Brand/examples/Brand.mjs +9 -0
- package/css/docs/components/Button/examples/Button.css +5 -1
- package/css/docs/components/Button/examples/Button.d.ts +1 -1
- package/css/docs/components/Button/examples/Button.js +1 -1
- package/css/docs/components/Button/examples/Button.mjs +1 -1
- package/css/docs/components/Divider/examples/Divider.css +3 -1
- package/css/docs/components/DragDrop/examples/DragDrop.css +3 -3
- package/css/docs/components/DragDrop/examples/DragDrop.d.ts +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.js +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.mjs +1 -1
- package/css/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +1 -1
- package/css/docs/components/Dropdown/deprecated/Dropdown.js +1 -1
- package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +1 -1
- package/css/docs/components/Label/examples/Label.css +6 -2
- package/css/docs/components/Label/examples/Label.d.ts +1 -1
- package/css/docs/components/Label/examples/Label.js +1 -1
- package/css/docs/components/Label/examples/Label.mjs +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/css/docs/components/LogViewer/examples/LogViewer.d.ts +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.js +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.mjs +1 -1
- package/css/docs/components/Menu/examples/Menu.css +8 -12
- package/css/docs/components/Menu/examples/Menu.d.ts +3 -2
- package/css/docs/components/Menu/examples/Menu.js +3 -2
- package/css/docs/components/Menu/examples/Menu.mjs +3 -2
- package/css/docs/components/Nav/examples/Navigation.css +21 -26
- package/css/docs/components/Nav/examples/Navigation.d.ts +2 -4
- package/css/docs/components/Nav/examples/Navigation.js +2 -4
- package/css/docs/components/Nav/examples/Navigation.mjs +2 -4
- package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -4
- package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
- package/css/docs/components/Page/deprecated/PageHeader.css +4 -4
- package/css/docs/components/Page/deprecated/PageHeader.d.ts +3 -3
- package/css/docs/components/Page/deprecated/PageHeader.js +3 -3
- package/css/docs/components/Page/deprecated/PageHeader.mjs +3 -3
- package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
- package/css/docs/components/Table/examples/Table.css +6 -8
- package/css/docs/components/Table/examples/Table.d.ts +1 -1
- package/css/docs/components/Table/examples/Table.js +1 -1
- package/css/docs/components/Table/examples/Table.mjs +1 -1
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +4 -3
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.d.ts +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.js +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.mjs +2 -2
- package/css/docs/components/Tile/examples/Tile.css +5 -5
- package/css/docs/components/Tile/examples/Tile.d.ts +1 -1
- package/css/docs/components/Tile/examples/Tile.js +1 -1
- package/css/docs/components/Tile/examples/Tile.mjs +1 -1
- package/css/docs/components/Toolbar/examples/Toolbar.css +48 -38
- package/css/docs/components/Toolbar/examples/Toolbar.d.ts +4 -3
- package/css/docs/components/Toolbar/examples/Toolbar.js +4 -3
- package/css/docs/components/Toolbar/examples/Toolbar.mjs +4 -3
- package/css/docs/components/Tooltip/examples/Tooltip.css +1 -1
- package/css/docs/components/Truncate/examples/Truncate.css +3 -3
- package/css/docs/components/Truncate/examples/Truncate.d.ts +1 -1
- package/css/docs/components/Truncate/examples/Truncate.js +1 -1
- package/css/docs/components/Truncate/examples/Truncate.mjs +1 -1
- package/css/docs/demos/Card/examples/Card.css +6 -6
- package/css/docs/demos/Card/examples/Card.d.ts +2 -2
- package/css/docs/demos/Card/examples/Card.js +2 -2
- package/css/docs/demos/Card/examples/Card.mjs +2 -2
- package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -0
- package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
- package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
- package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
- package/css/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
- package/css/docs/layouts/Bullseye/examples/Bullseye.d.ts +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.js +2 -2
- package/css/docs/layouts/Bullseye/examples/Bullseye.mjs +2 -2
- package/css/docs/layouts/Flex/examples/Flex.css +4 -4
- package/css/docs/layouts/Flex/examples/Flex.d.ts +2 -2
- package/css/docs/layouts/Flex/examples/Flex.js +2 -2
- package/css/docs/layouts/Flex/examples/Flex.mjs +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.css +4 -4
- package/css/docs/layouts/Gallery/examples/Gallery.d.ts +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.js +2 -2
- package/css/docs/layouts/Gallery/examples/Gallery.mjs +2 -2
- package/css/docs/layouts/Grid/examples/Grid.css +3 -3
- package/css/docs/layouts/Grid/examples/Grid.d.ts +1 -1
- package/css/docs/layouts/Grid/examples/Grid.js +1 -1
- package/css/docs/layouts/Grid/examples/Grid.mjs +1 -1
- package/css/docs/layouts/Level/examples/Level.css +5 -5
- package/css/docs/layouts/Level/examples/Level.d.ts +2 -2
- package/css/docs/layouts/Level/examples/Level.js +2 -2
- package/css/docs/layouts/Level/examples/Level.mjs +2 -2
- package/css/docs/layouts/Split/examples/Split.css +4 -4
- package/css/docs/layouts/Split/examples/Split.d.ts +2 -2
- package/css/docs/layouts/Split/examples/Split.js +2 -2
- package/css/docs/layouts/Split/examples/Split.mjs +2 -2
- package/css/docs/layouts/Stack/examples/Stack.css +5 -5
- package/css/docs/layouts/Stack/examples/Stack.d.ts +2 -2
- package/css/docs/layouts/Stack/examples/Stack.js +2 -2
- package/css/docs/layouts/Stack/examples/Stack.mjs +2 -2
- package/css/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.d.ts +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.js +4 -4
- package/css/docs/utilities/Alignment/examples/Alignment.mjs +4 -4
- package/css/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
- package/css/docs/utilities/Display/examples/Display.css +8 -8
- package/css/docs/utilities/Display/examples/Display.d.ts +8 -8
- package/css/docs/utilities/Display/examples/Display.js +8 -8
- package/css/docs/utilities/Display/examples/Display.mjs +8 -8
- package/css/docs/utilities/Flex/examples/Flex.css +5 -5
- package/css/docs/utilities/Flex/examples/Flex.d.ts +2 -2
- package/css/docs/utilities/Flex/examples/Flex.js +2 -2
- package/css/docs/utilities/Flex/examples/Flex.mjs +2 -2
- package/css/docs/utilities/Float/examples/Float.css +2 -2
- package/css/docs/utilities/Float/examples/Float.d.ts +2 -2
- package/css/docs/utilities/Float/examples/Float.js +2 -2
- package/css/docs/utilities/Float/examples/Float.mjs +2 -2
- package/css/docs/utilities/Sizing/examples/Sizing.css +4 -4
- package/css/docs/utilities/Sizing/examples/Sizing.d.ts +4 -4
- package/css/docs/utilities/Sizing/examples/Sizing.js +4 -4
- package/css/docs/utilities/Sizing/examples/Sizing.mjs +4 -4
- package/css/docs/utilities/Spacing/examples/Spacing.css +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.d.ts +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.js +1 -1
- package/css/docs/utilities/Spacing/examples/Spacing.mjs +1 -1
- package/css/layouts/Bullseye/bullseye.css +7 -3
- package/css/layouts/Bullseye/bullseye.d.ts +1 -1
- package/css/layouts/Bullseye/bullseye.js +1 -1
- package/css/layouts/Bullseye/bullseye.mjs +1 -1
- package/css/layouts/Flex/flex.css +1280 -1276
- package/css/layouts/Flex/flex.d.ts +1 -1
- package/css/layouts/Flex/flex.js +1 -1
- package/css/layouts/Flex/flex.mjs +1 -1
- package/css/layouts/Gallery/gallery.css +38 -34
- package/css/layouts/Gallery/gallery.d.ts +1 -1
- package/css/layouts/Gallery/gallery.js +1 -1
- package/css/layouts/Gallery/gallery.mjs +1 -1
- package/css/layouts/Grid/grid.css +535 -531
- package/css/layouts/Grid/grid.d.ts +2 -2
- package/css/layouts/Grid/grid.js +2 -2
- package/css/layouts/Grid/grid.mjs +2 -2
- package/css/layouts/Level/level.css +8 -4
- package/css/layouts/Level/level.d.ts +1 -1
- package/css/layouts/Level/level.js +1 -1
- package/css/layouts/Level/level.mjs +1 -1
- package/css/layouts/Split/split.css +10 -6
- package/css/layouts/Split/split.d.ts +2 -2
- package/css/layouts/Split/split.js +2 -2
- package/css/layouts/Split/split.mjs +2 -2
- package/css/layouts/Stack/stack.css +9 -5
- package/css/layouts/Stack/stack.d.ts +2 -2
- package/css/layouts/Stack/stack.js +2 -2
- package/css/layouts/Stack/stack.mjs +2 -2
- package/css/layouts/Toolbar/toolbar.css +8 -8
- package/css/utilities/Accessibility/accessibility.css +18 -18
- package/css/utilities/Accessibility/accessibility.d.ts +18 -18
- package/css/utilities/Accessibility/accessibility.js +18 -18
- package/css/utilities/Accessibility/accessibility.mjs +18 -18
- package/css/utilities/Alignment/alignment.css +36 -36
- package/css/utilities/Alignment/alignment.d.ts +24 -24
- package/css/utilities/Alignment/alignment.js +24 -24
- package/css/utilities/Alignment/alignment.mjs +24 -24
- package/css/utilities/BackgroundColor/BackgroundColor.css +36 -383
- package/css/utilities/BackgroundColor/BackgroundColor.d.ts +18 -97
- package/css/utilities/BackgroundColor/BackgroundColor.js +18 -97
- package/css/utilities/BackgroundColor/BackgroundColor.mjs +18 -97
- package/css/utilities/BoxShadow/box-shadow.css +30 -54
- package/css/utilities/BoxShadow/box-shadow.d.ts +15 -21
- package/css/utilities/BoxShadow/box-shadow.js +15 -21
- package/css/utilities/BoxShadow/box-shadow.mjs +15 -21
- package/css/utilities/Display/display.css +54 -54
- package/css/utilities/Display/display.d.ts +54 -54
- package/css/utilities/Display/display.js +54 -54
- package/css/utilities/Display/display.mjs +54 -54
- package/css/utilities/Flex/flex.css +228 -228
- package/css/utilities/Flex/flex.d.ts +228 -228
- package/css/utilities/Flex/flex.js +228 -228
- package/css/utilities/Flex/flex.mjs +228 -228
- package/css/utilities/Float/float.css +24 -24
- package/css/utilities/Float/float.d.ts +12 -12
- package/css/utilities/Float/float.js +12 -12
- package/css/utilities/Float/float.mjs +12 -12
- package/css/utilities/Sizing/sizing.css +244 -244
- package/css/utilities/Sizing/sizing.d.ts +196 -196
- package/css/utilities/Sizing/sizing.js +196 -196
- package/css/utilities/Sizing/sizing.mjs +196 -196
- package/css/utilities/Spacing/spacing.css +1512 -1512
- package/css/utilities/Spacing/spacing.d.ts +840 -840
- package/css/utilities/Spacing/spacing.js +840 -840
- package/css/utilities/Spacing/spacing.mjs +840 -840
- package/css/utilities/Text/text.css +481 -724
- package/css/utilities/Text/text.d.ts +250 -278
- package/css/utilities/Text/text.js +250 -278
- package/css/utilities/Text/text.mjs +250 -278
- package/package.json +3 -3
- package/scripts/generateClassMaps.js +1 -1
- package/src/css/components/Consoles/AccessConsoles.css +5 -5
- package/src/css/components/Consoles/DesktopViewer.css +2 -2
- package/src/css/components/Consoles/SerialConsole.css +4 -4
- package/src/css/components/Consoles/VncConsole.css +3 -3
- package/src/css/components/Popper/Popper.css +1 -1
- package/src/css/components/Table/inline-edit.css +31 -31
- package/src/css/layouts/Toolbar/toolbar.css +8 -8
- package/css/docs/components/Avatar/examples/Avatar.css +0 -3
- package/css/docs/components/Avatar/examples/Avatar.d.ts +0 -3
- package/css/docs/components/Avatar/examples/Avatar.js +0 -4
- package/css/docs/components/Avatar/examples/Avatar.mjs +0 -2
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.d.ts +0 -3
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.js +0 -4
- package/css/docs/components/Breadcrumb/examples/Breadcrumb.mjs +0 -2
- package/css/docs/components/Tabs/examples/Tabs.css +0 -10
- package/css/docs/components/Tabs/examples/Tabs.d.ts +0 -6
- package/css/docs/components/Tabs/examples/Tabs.js +0 -7
- package/css/docs/components/Tabs/examples/Tabs.mjs +0 -5
- package/css/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
- package/css/docs/components/ToggleGroup/examples/toggle-group.d.ts +0 -5
- package/css/docs/components/ToggleGroup/examples/toggle-group.js +0 -6
- package/css/docs/components/ToggleGroup/examples/toggle-group.mjs +0 -4
- package/css/docs/utilities/Text/examples/Text.css +0 -0
- package/css/docs/utilities/Text/examples/Text.d.ts +0 -3
- package/css/docs/utilities/Text/examples/Text.js +0 -4
- package/css/docs/utilities/Text/examples/Text.mjs +0 -2
- package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
- package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.d.ts +0 -3
- package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.js +0 -4
- package/css/utilities/BackgroundColor/themes/dark/BackgroundColor.mjs +0 -2
- package/css/utilities/Text/themes/dark/text.css +0 -0
- package/css/utilities/Text/themes/dark/text.d.ts +0 -3
- package/css/utilities/Text/themes/dark/text.js +0 -4
- package/css/utilities/Text/themes/dark/text.mjs +0 -2
@@ -1,805 +1,810 @@
|
|
1
|
-
|
2
|
-
|
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-
|
1
|
+
:where(:root),
|
2
|
+
:where(.pf-v6-c-table) {
|
3
|
+
--pf-v6-c-table__tree-view-main--indent--base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v6-c-table__tree-view-icon--MinWidth));
|
4
|
+
--pf-v6-c-table__tree-view-main--nested-indent--base: calc(var(--pf-v6-c-table__tree-view-main--indent--base) - var(--pf-t--global--spacer--md));
|
5
|
+
--pf-v6-c-table__tree-view-main--c-button--MarginRight: var(--pf-t--global--spacer--sm);
|
6
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
|
7
|
+
--pf-v6-c-table__tree-view-main--MarginLeft: calc(var(--pf-v6-c-table--cell--PaddingLeft) * -1);
|
8
|
+
--pf-v6-c-table__tree-view-main--c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
|
9
|
+
--pf-v6-c-table__tree-view-main--c-table__check--MarginRight: var(--pf-t--global--spacer--sm);
|
10
|
+
--pf-v6-c-table__tree-view-icon--MinWidth: var(--pf-t--global--spacer--md);
|
11
|
+
--pf-v6-c-table__tree-view-icon--MarginRight: var(--pf-t--global--spacer--sm);
|
12
|
+
--pf-v6-c-table--m-tree-view__toggle--Position: absolute;
|
13
|
+
--pf-v6-c-table--m-tree-view__toggle--Left: var(--pf-v6-c-table__tree-view-main--PaddingLeft);
|
14
|
+
--pf-v6-c-table--m-tree-view__toggle--TranslateX: -100%;
|
15
|
+
--pf-v6-c-table--m-tree-view__toggle__toggle-icon--MinWidth: var(--pf-t--global--spacer--md);
|
16
|
+
--pf-v6-c-table--m-no-inset__tree-view-main--PaddingLeft: 0;
|
17
|
+
--pf-v6-c-table--m-no-inset__tree-view-main--MarginLeft: 0;
|
17
18
|
}
|
18
|
-
|
19
|
-
|
19
|
+
|
20
|
+
.pf-v6-c-table.pf-m-tree-view > tbody > tr {
|
21
|
+
--pf-v6-c-table--m-tree-view__toggle--Left: var(--pf-v6-c-table__tree-view-main--PaddingLeft);
|
20
22
|
}
|
21
|
-
.pf-
|
22
|
-
--pf-
|
23
|
-
--pf-
|
23
|
+
.pf-v6-c-table.pf-m-tree-view > tbody > tr.pf-m-no-inset {
|
24
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table--m-no-inset__tree-view-main--PaddingLeft);
|
25
|
+
--pf-v6-c-table__tree-view-main--MarginLeft: var(--pf-v6-c-table--m-no-inset__tree-view-main--MarginLeft);
|
24
26
|
}
|
25
|
-
.pf-
|
26
|
-
--pf-
|
27
|
-
--pf-
|
27
|
+
.pf-v6-c-table.pf-m-tree-view.pf-m-no-inset {
|
28
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table--m-no-inset__tree-view-main--PaddingLeft);
|
29
|
+
--pf-v6-c-table__tree-view-main--MarginLeft: var(--pf-v6-c-table--m-no-inset__tree-view-main--MarginLeft);
|
28
30
|
}
|
29
|
-
.pf-
|
30
|
-
--pf-
|
31
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
32
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
31
33
|
}
|
32
|
-
.pf-
|
33
|
-
--pf-
|
34
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
35
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
34
36
|
}
|
35
|
-
.pf-
|
36
|
-
--pf-
|
37
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
38
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
37
39
|
}
|
38
|
-
.pf-
|
39
|
-
--pf-
|
40
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
41
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
40
42
|
}
|
41
|
-
.pf-
|
42
|
-
--pf-
|
43
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
44
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
43
45
|
}
|
44
|
-
.pf-
|
45
|
-
--pf-
|
46
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
47
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
46
48
|
}
|
47
|
-
.pf-
|
48
|
-
--pf-
|
49
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
50
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
49
51
|
}
|
50
|
-
.pf-
|
51
|
-
--pf-
|
52
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
53
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
52
54
|
}
|
53
|
-
.pf-
|
54
|
-
--pf-
|
55
|
+
.pf-v6-c-table.pf-m-tree-view tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
56
|
+
--pf-v6-c-table__tree-view-main--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
55
57
|
}
|
56
58
|
|
57
|
-
.pf-
|
59
|
+
.pf-v6-c-table__tree-view-main {
|
58
60
|
position: relative;
|
59
61
|
display: flex;
|
60
62
|
align-items: baseline;
|
61
63
|
min-width: 0;
|
62
|
-
padding-inline-start: var(--pf-
|
63
|
-
margin-inline-start: var(--pf-
|
64
|
+
padding-inline-start: var(--pf-v6-c-table__tree-view-main--PaddingLeft);
|
65
|
+
margin-inline-start: var(--pf-v6-c-table__tree-view-main--MarginLeft);
|
64
66
|
text-align: start;
|
65
67
|
cursor: pointer;
|
66
68
|
}
|
67
|
-
.pf-
|
68
|
-
transform: translateX(var(--pf-
|
69
|
-
position: var(--pf-
|
70
|
-
inset-inline-start: var(--pf-
|
69
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle {
|
70
|
+
transform: translateX(var(--pf-v6-c-table--m-tree-view__toggle--TranslateX));
|
71
|
+
position: var(--pf-v6-c-table--m-tree-view__toggle--Position);
|
72
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view__toggle--Left);
|
71
73
|
}
|
72
|
-
:where(.pf-
|
73
|
-
transform: translateX(calc(var(--pf-
|
74
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle {
|
75
|
+
transform: translateX(calc(var(--pf-v6-c-table--m-tree-view__toggle--TranslateX) * var(--pf-v6-global--inverse--multiplier)));
|
74
76
|
}
|
75
77
|
|
76
|
-
.pf-
|
77
|
-
min-width: var(--pf-
|
78
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
|
79
|
+
min-width: var(--pf-v6-c-table--m-tree-view__toggle__toggle-icon--MinWidth);
|
80
|
+
}
|
81
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__toggle .pf-v6-c-button {
|
82
|
+
margin-block-start: -50%;
|
83
|
+
margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-button--MarginRight);
|
78
84
|
}
|
79
|
-
.pf-
|
80
|
-
margin-inline-end: var(--pf-
|
85
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
86
|
+
margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--MarginRight);
|
81
87
|
}
|
82
|
-
.pf-
|
83
|
-
padding-inline-
|
84
|
-
padding-inline-end: var(--pf-v5-c-table__tree-view-main--c-table__check--PaddingRight);
|
88
|
+
.pf-v6-c-table__tree-view-main > .pf-v6-c-table__check label {
|
89
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingRight);
|
85
90
|
margin-block-start: 0;
|
86
91
|
margin-block-end: 0;
|
87
92
|
margin-inline-start: 0;
|
88
|
-
margin-inline-end: calc(var(--pf-
|
93
|
+
margin-inline-end: calc(var(--pf-v6-c-table__tree-view-main--c-table__check--MarginRight) * -1);
|
89
94
|
}
|
90
95
|
|
91
|
-
.pf-
|
96
|
+
.pf-v6-c-table__tree-view-text {
|
92
97
|
display: flex;
|
93
98
|
}
|
94
99
|
|
95
|
-
.pf-
|
96
|
-
min-width: var(--pf-
|
97
|
-
margin-inline-end: var(--pf-
|
100
|
+
.pf-v6-c-table__tree-view-icon {
|
101
|
+
min-width: var(--pf-v6-c-table__tree-view-icon--MinWidth);
|
102
|
+
margin-inline-end: var(--pf-v6-c-table__tree-view-icon--MarginRight);
|
98
103
|
}
|
99
104
|
|
100
|
-
.pf-
|
105
|
+
.pf-v6-c-table__tree-view-details-toggle {
|
101
106
|
display: none;
|
102
107
|
}
|
103
108
|
|
104
|
-
.pf-m-tree-view-grid.pf-
|
105
|
-
--pf-
|
106
|
-
--pf-
|
107
|
-
--pf-
|
108
|
-
--pf-
|
109
|
-
--pf-
|
110
|
-
--pf-
|
111
|
-
--pf-
|
112
|
-
--pf-
|
113
|
-
--pf-
|
114
|
-
--pf-
|
115
|
-
--pf-
|
116
|
-
--pf-
|
117
|
-
--pf-
|
118
|
-
--pf-
|
119
|
-
--pf-
|
120
|
-
--pf-
|
121
|
-
--pf-
|
122
|
-
--pf-
|
123
|
-
--pf-
|
124
|
-
--pf-
|
125
|
-
--pf-
|
126
|
-
--pf-
|
127
|
-
--pf-
|
128
|
-
}
|
129
|
-
.pf-m-tree-view-grid.pf-
|
109
|
+
.pf-m-tree-view-grid.pf-v6-c-table {
|
110
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
111
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
|
112
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
|
113
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
|
114
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
115
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
|
116
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
|
117
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
118
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
|
119
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
|
120
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
|
121
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
122
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
|
123
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
|
124
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
125
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
126
|
+
--pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
|
127
|
+
--pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
|
128
|
+
--pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
|
129
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
130
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
131
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
132
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
133
|
+
}
|
134
|
+
.pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
130
135
|
position: relative;
|
131
136
|
border: none;
|
132
|
-
outline-offset: var(--pf-
|
137
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
133
138
|
}
|
134
|
-
.pf-m-tree-view-grid.pf-
|
139
|
+
.pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
135
140
|
position: absolute;
|
136
141
|
inset-block-start: 0;
|
137
142
|
inset-block-end: 0;
|
138
|
-
inset-inline-start: var(--pf-
|
143
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
139
144
|
inset-inline-end: 0;
|
140
145
|
content: "";
|
141
|
-
border-block-end: var(--pf-
|
146
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
142
147
|
}
|
143
|
-
.pf-m-tree-view-grid.pf-
|
148
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
144
149
|
display: grid;
|
145
150
|
grid-template-columns: 1fr max-content;
|
146
151
|
}
|
147
|
-
.pf-m-tree-view-grid.pf-
|
148
|
-
--pf-
|
152
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
153
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
|
149
154
|
}
|
150
|
-
.pf-m-tree-view-grid.pf-
|
151
|
-
--pf-
|
155
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
156
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
|
152
157
|
}
|
153
|
-
.pf-m-tree-view-grid.pf-
|
154
|
-
--pf-
|
155
|
-
--pf-
|
156
|
-
padding-inline-start: var(--pf-
|
158
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
159
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
160
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
161
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
157
162
|
}
|
158
|
-
.pf-m-tree-view-grid.pf-
|
159
|
-
padding-inline-end: var(--pf-
|
163
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
164
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
|
160
165
|
}
|
161
|
-
.pf-m-tree-view-grid.pf-
|
166
|
+
.pf-m-tree-view-grid.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
162
167
|
display: none;
|
163
168
|
}
|
164
|
-
.pf-m-tree-view-grid.pf-
|
169
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
165
170
|
display: none;
|
166
171
|
}
|
167
|
-
.pf-m-tree-view-grid.pf-
|
168
|
-
grid-template-columns: var(--pf-
|
172
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
173
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
169
174
|
grid-column: 1;
|
170
|
-
grid-column-gap: var(--pf-
|
175
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
171
176
|
align-items: start;
|
172
177
|
}
|
173
|
-
.pf-m-tree-view-grid.pf-
|
178
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
174
179
|
grid-column: 2;
|
175
180
|
}
|
176
|
-
.pf-m-tree-view-grid.pf-
|
177
|
-
font-weight: var(--pf-
|
181
|
+
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
182
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
178
183
|
text-align: start;
|
179
184
|
content: attr(data-label);
|
180
185
|
}
|
181
|
-
.pf-m-tree-view-grid.pf-
|
182
|
-
padding-block-end: var(--pf-
|
186
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
187
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
183
188
|
}
|
184
|
-
.pf-m-tree-view-grid.pf-
|
189
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
185
190
|
display: grid;
|
186
191
|
}
|
187
|
-
.pf-m-tree-view-grid.pf-
|
192
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
|
188
193
|
display: block;
|
189
194
|
}
|
190
|
-
.pf-m-tree-view-grid.pf-
|
191
|
-
.pf-m-tree-view-grid.pf-
|
195
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
196
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action {
|
192
197
|
display: inline-block;
|
193
198
|
}
|
194
|
-
.pf-m-tree-view-grid.pf-
|
195
|
-
--pf-
|
196
|
-
--pf-
|
197
|
-
--pf-
|
198
|
-
--pf-
|
199
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action {
|
200
|
+
--pf-v6-c-table--cell--Width: auto;
|
201
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
202
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
203
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
199
204
|
grid-row: 1;
|
200
205
|
grid-column: 2;
|
201
206
|
}
|
202
|
-
.pf-m-tree-view-grid.pf-
|
203
|
-
margin-block-start: var(--pf-
|
204
|
-
margin-block-end: var(--pf-
|
207
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
|
208
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
209
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
205
210
|
}
|
206
|
-
.pf-m-tree-view-grid.pf-
|
207
|
-
order: var(--pf-
|
211
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
212
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
208
213
|
margin-inline-start: auto;
|
209
|
-
margin-inline-end: var(--pf-
|
214
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
210
215
|
}
|
211
|
-
.pf-m-tree-view-grid.pf-
|
212
|
-
margin-block-start: var(--pf-
|
213
|
-
margin-block-end: var(--pf-
|
216
|
+
.pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
217
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
|
218
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
|
214
219
|
}
|
215
|
-
.pf-m-tree-view-grid.pf-
|
216
|
-
--pf-
|
220
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
221
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
217
222
|
}
|
218
|
-
.pf-m-tree-view-grid.pf-
|
219
|
-
--pf-
|
223
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
224
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
220
225
|
}
|
221
|
-
.pf-m-tree-view-grid.pf-
|
222
|
-
--pf-
|
226
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
227
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
223
228
|
}
|
224
|
-
.pf-m-tree-view-grid.pf-
|
225
|
-
--pf-
|
229
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
230
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
226
231
|
}
|
227
|
-
.pf-m-tree-view-grid.pf-
|
228
|
-
--pf-
|
232
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
233
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
229
234
|
}
|
230
|
-
.pf-m-tree-view-grid.pf-
|
231
|
-
--pf-
|
235
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
236
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
232
237
|
}
|
233
|
-
.pf-m-tree-view-grid.pf-
|
234
|
-
--pf-
|
238
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
239
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
235
240
|
}
|
236
|
-
.pf-m-tree-view-grid.pf-
|
237
|
-
--pf-
|
241
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
242
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
238
243
|
}
|
239
|
-
.pf-m-tree-view-grid.pf-
|
240
|
-
--pf-
|
244
|
+
.pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
245
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
241
246
|
}
|
242
247
|
|
243
248
|
@media screen and (max-width: 768px) {
|
244
|
-
.pf-m-tree-view-grid-md.pf-
|
245
|
-
--pf-
|
246
|
-
--pf-
|
247
|
-
--pf-
|
248
|
-
--pf-
|
249
|
-
--pf-
|
250
|
-
--pf-
|
251
|
-
--pf-
|
252
|
-
--pf-
|
253
|
-
--pf-
|
254
|
-
--pf-
|
255
|
-
--pf-
|
256
|
-
--pf-
|
257
|
-
--pf-
|
258
|
-
--pf-
|
259
|
-
--pf-
|
260
|
-
--pf-
|
261
|
-
--pf-
|
262
|
-
--pf-
|
263
|
-
--pf-
|
264
|
-
--pf-
|
265
|
-
--pf-
|
266
|
-
--pf-
|
267
|
-
--pf-
|
268
|
-
}
|
269
|
-
.pf-m-tree-view-grid-md.pf-
|
249
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table {
|
250
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
251
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
|
252
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
|
253
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
|
254
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
255
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
|
256
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
|
257
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
258
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
|
259
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
|
260
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
|
261
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
262
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
|
263
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
|
264
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
265
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
266
|
+
--pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
|
267
|
+
--pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
|
268
|
+
--pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
|
269
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
270
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
271
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
272
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
273
|
+
}
|
274
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
270
275
|
position: relative;
|
271
276
|
border: none;
|
272
|
-
outline-offset: var(--pf-
|
277
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
273
278
|
}
|
274
|
-
.pf-m-tree-view-grid-md.pf-
|
279
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
275
280
|
position: absolute;
|
276
281
|
inset-block-start: 0;
|
277
282
|
inset-block-end: 0;
|
278
|
-
inset-inline-start: var(--pf-
|
283
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
279
284
|
inset-inline-end: 0;
|
280
285
|
content: "";
|
281
|
-
border-block-end: var(--pf-
|
286
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
282
287
|
}
|
283
|
-
.pf-m-tree-view-grid-md.pf-
|
288
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
284
289
|
display: grid;
|
285
290
|
grid-template-columns: 1fr max-content;
|
286
291
|
}
|
287
|
-
.pf-m-tree-view-grid-md.pf-
|
288
|
-
--pf-
|
292
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
293
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
|
289
294
|
}
|
290
|
-
.pf-m-tree-view-grid-md.pf-
|
291
|
-
--pf-
|
295
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
296
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
|
292
297
|
}
|
293
|
-
.pf-m-tree-view-grid-md.pf-
|
294
|
-
--pf-
|
295
|
-
--pf-
|
296
|
-
padding-inline-start: var(--pf-
|
298
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
299
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
300
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
301
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
297
302
|
}
|
298
|
-
.pf-m-tree-view-grid-md.pf-
|
299
|
-
padding-inline-end: var(--pf-
|
303
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
304
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
|
300
305
|
}
|
301
|
-
.pf-m-tree-view-grid-md.pf-
|
306
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
302
307
|
display: none;
|
303
308
|
}
|
304
|
-
.pf-m-tree-view-grid-md.pf-
|
309
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
305
310
|
display: none;
|
306
311
|
}
|
307
|
-
.pf-m-tree-view-grid-md.pf-
|
308
|
-
grid-template-columns: var(--pf-
|
312
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
313
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
309
314
|
grid-column: 1;
|
310
|
-
grid-column-gap: var(--pf-
|
315
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
311
316
|
align-items: start;
|
312
317
|
}
|
313
|
-
.pf-m-tree-view-grid-md.pf-
|
318
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
314
319
|
grid-column: 2;
|
315
320
|
}
|
316
|
-
.pf-m-tree-view-grid-md.pf-
|
317
|
-
font-weight: var(--pf-
|
321
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
322
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
318
323
|
text-align: start;
|
319
324
|
content: attr(data-label);
|
320
325
|
}
|
321
|
-
.pf-m-tree-view-grid-md.pf-
|
322
|
-
padding-block-end: var(--pf-
|
326
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
327
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
323
328
|
}
|
324
|
-
.pf-m-tree-view-grid-md.pf-
|
329
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
325
330
|
display: grid;
|
326
331
|
}
|
327
|
-
.pf-m-tree-view-grid-md.pf-
|
332
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
|
328
333
|
display: block;
|
329
334
|
}
|
330
|
-
.pf-m-tree-view-grid-md.pf-
|
331
|
-
.pf-m-tree-view-grid-md.pf-
|
335
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
336
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action {
|
332
337
|
display: inline-block;
|
333
338
|
}
|
334
|
-
.pf-m-tree-view-grid-md.pf-
|
335
|
-
--pf-
|
336
|
-
--pf-
|
337
|
-
--pf-
|
338
|
-
--pf-
|
339
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action {
|
340
|
+
--pf-v6-c-table--cell--Width: auto;
|
341
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
342
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
343
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
339
344
|
grid-row: 1;
|
340
345
|
grid-column: 2;
|
341
346
|
}
|
342
|
-
.pf-m-tree-view-grid-md.pf-
|
343
|
-
margin-block-start: var(--pf-
|
344
|
-
margin-block-end: var(--pf-
|
347
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
|
348
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
349
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
345
350
|
}
|
346
|
-
.pf-m-tree-view-grid-md.pf-
|
347
|
-
order: var(--pf-
|
351
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
352
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
348
353
|
margin-inline-start: auto;
|
349
|
-
margin-inline-end: var(--pf-
|
354
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
350
355
|
}
|
351
|
-
.pf-m-tree-view-grid-md.pf-
|
352
|
-
margin-block-start: var(--pf-
|
353
|
-
margin-block-end: var(--pf-
|
356
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
357
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
|
358
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
|
354
359
|
}
|
355
|
-
.pf-m-tree-view-grid-md.pf-
|
356
|
-
--pf-
|
360
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
361
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
357
362
|
}
|
358
|
-
.pf-m-tree-view-grid-md.pf-
|
359
|
-
--pf-
|
363
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
364
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
360
365
|
}
|
361
|
-
.pf-m-tree-view-grid-md.pf-
|
362
|
-
--pf-
|
366
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
367
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
363
368
|
}
|
364
|
-
.pf-m-tree-view-grid-md.pf-
|
365
|
-
--pf-
|
369
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
370
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
366
371
|
}
|
367
|
-
.pf-m-tree-view-grid-md.pf-
|
368
|
-
--pf-
|
372
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
373
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
369
374
|
}
|
370
|
-
.pf-m-tree-view-grid-md.pf-
|
371
|
-
--pf-
|
375
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
376
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
372
377
|
}
|
373
|
-
.pf-m-tree-view-grid-md.pf-
|
374
|
-
--pf-
|
378
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
379
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
375
380
|
}
|
376
|
-
.pf-m-tree-view-grid-md.pf-
|
377
|
-
--pf-
|
381
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
382
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
378
383
|
}
|
379
|
-
.pf-m-tree-view-grid-md.pf-
|
380
|
-
--pf-
|
384
|
+
.pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
385
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
381
386
|
}
|
382
387
|
}
|
383
388
|
|
384
389
|
@media screen and (max-width: 992px) {
|
385
|
-
.pf-m-tree-view-grid-lg.pf-
|
386
|
-
--pf-
|
387
|
-
--pf-
|
388
|
-
--pf-
|
389
|
-
--pf-
|
390
|
-
--pf-
|
391
|
-
--pf-
|
392
|
-
--pf-
|
393
|
-
--pf-
|
394
|
-
--pf-
|
395
|
-
--pf-
|
396
|
-
--pf-
|
397
|
-
--pf-
|
398
|
-
--pf-
|
399
|
-
--pf-
|
400
|
-
--pf-
|
401
|
-
--pf-
|
402
|
-
--pf-
|
403
|
-
--pf-
|
404
|
-
--pf-
|
405
|
-
--pf-
|
406
|
-
--pf-
|
407
|
-
--pf-
|
408
|
-
--pf-
|
409
|
-
}
|
410
|
-
.pf-m-tree-view-grid-lg.pf-
|
390
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table {
|
391
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
392
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
|
393
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
|
394
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
|
395
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
396
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
|
397
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
|
398
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
399
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
|
400
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
|
401
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
|
402
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
403
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
|
404
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
|
405
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
406
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
407
|
+
--pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
|
408
|
+
--pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
|
409
|
+
--pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
|
410
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
411
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
412
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
413
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
414
|
+
}
|
415
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
411
416
|
position: relative;
|
412
417
|
border: none;
|
413
|
-
outline-offset: var(--pf-
|
418
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
414
419
|
}
|
415
|
-
.pf-m-tree-view-grid-lg.pf-
|
420
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
416
421
|
position: absolute;
|
417
422
|
inset-block-start: 0;
|
418
423
|
inset-block-end: 0;
|
419
|
-
inset-inline-start: var(--pf-
|
424
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
420
425
|
inset-inline-end: 0;
|
421
426
|
content: "";
|
422
|
-
border-block-end: var(--pf-
|
427
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
423
428
|
}
|
424
|
-
.pf-m-tree-view-grid-lg.pf-
|
429
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
425
430
|
display: grid;
|
426
431
|
grid-template-columns: 1fr max-content;
|
427
432
|
}
|
428
|
-
.pf-m-tree-view-grid-lg.pf-
|
429
|
-
--pf-
|
433
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
434
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
|
430
435
|
}
|
431
|
-
.pf-m-tree-view-grid-lg.pf-
|
432
|
-
--pf-
|
436
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
437
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
|
433
438
|
}
|
434
|
-
.pf-m-tree-view-grid-lg.pf-
|
435
|
-
--pf-
|
436
|
-
--pf-
|
437
|
-
padding-inline-start: var(--pf-
|
439
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
440
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
441
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
442
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
438
443
|
}
|
439
|
-
.pf-m-tree-view-grid-lg.pf-
|
440
|
-
padding-inline-end: var(--pf-
|
444
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
445
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
|
441
446
|
}
|
442
|
-
.pf-m-tree-view-grid-lg.pf-
|
447
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
443
448
|
display: none;
|
444
449
|
}
|
445
|
-
.pf-m-tree-view-grid-lg.pf-
|
450
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
446
451
|
display: none;
|
447
452
|
}
|
448
|
-
.pf-m-tree-view-grid-lg.pf-
|
449
|
-
grid-template-columns: var(--pf-
|
453
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
454
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
450
455
|
grid-column: 1;
|
451
|
-
grid-column-gap: var(--pf-
|
456
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
452
457
|
align-items: start;
|
453
458
|
}
|
454
|
-
.pf-m-tree-view-grid-lg.pf-
|
459
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
455
460
|
grid-column: 2;
|
456
461
|
}
|
457
|
-
.pf-m-tree-view-grid-lg.pf-
|
458
|
-
font-weight: var(--pf-
|
462
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
463
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
459
464
|
text-align: start;
|
460
465
|
content: attr(data-label);
|
461
466
|
}
|
462
|
-
.pf-m-tree-view-grid-lg.pf-
|
463
|
-
padding-block-end: var(--pf-
|
467
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
468
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
464
469
|
}
|
465
|
-
.pf-m-tree-view-grid-lg.pf-
|
470
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
466
471
|
display: grid;
|
467
472
|
}
|
468
|
-
.pf-m-tree-view-grid-lg.pf-
|
473
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
|
469
474
|
display: block;
|
470
475
|
}
|
471
|
-
.pf-m-tree-view-grid-lg.pf-
|
472
|
-
.pf-m-tree-view-grid-lg.pf-
|
476
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
477
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
|
473
478
|
display: inline-block;
|
474
479
|
}
|
475
|
-
.pf-m-tree-view-grid-lg.pf-
|
476
|
-
--pf-
|
477
|
-
--pf-
|
478
|
-
--pf-
|
479
|
-
--pf-
|
480
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action {
|
481
|
+
--pf-v6-c-table--cell--Width: auto;
|
482
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
483
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
484
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
480
485
|
grid-row: 1;
|
481
486
|
grid-column: 2;
|
482
487
|
}
|
483
|
-
.pf-m-tree-view-grid-lg.pf-
|
484
|
-
margin-block-start: var(--pf-
|
485
|
-
margin-block-end: var(--pf-
|
488
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
|
489
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
490
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
486
491
|
}
|
487
|
-
.pf-m-tree-view-grid-lg.pf-
|
488
|
-
order: var(--pf-
|
492
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
493
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
489
494
|
margin-inline-start: auto;
|
490
|
-
margin-inline-end: var(--pf-
|
495
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
491
496
|
}
|
492
|
-
.pf-m-tree-view-grid-lg.pf-
|
493
|
-
margin-block-start: var(--pf-
|
494
|
-
margin-block-end: var(--pf-
|
497
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
498
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
|
499
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
|
495
500
|
}
|
496
|
-
.pf-m-tree-view-grid-lg.pf-
|
497
|
-
--pf-
|
501
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
502
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
498
503
|
}
|
499
|
-
.pf-m-tree-view-grid-lg.pf-
|
500
|
-
--pf-
|
504
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
505
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
501
506
|
}
|
502
|
-
.pf-m-tree-view-grid-lg.pf-
|
503
|
-
--pf-
|
507
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
508
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
504
509
|
}
|
505
|
-
.pf-m-tree-view-grid-lg.pf-
|
506
|
-
--pf-
|
510
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
511
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
507
512
|
}
|
508
|
-
.pf-m-tree-view-grid-lg.pf-
|
509
|
-
--pf-
|
513
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
514
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
510
515
|
}
|
511
|
-
.pf-m-tree-view-grid-lg.pf-
|
512
|
-
--pf-
|
516
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
517
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
513
518
|
}
|
514
|
-
.pf-m-tree-view-grid-lg.pf-
|
515
|
-
--pf-
|
519
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
520
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
516
521
|
}
|
517
|
-
.pf-m-tree-view-grid-lg.pf-
|
518
|
-
--pf-
|
522
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
523
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
519
524
|
}
|
520
|
-
.pf-m-tree-view-grid-lg.pf-
|
521
|
-
--pf-
|
525
|
+
.pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
526
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
522
527
|
}
|
523
528
|
}
|
524
529
|
|
525
530
|
@media screen and (max-width: 1200px) {
|
526
|
-
.pf-m-tree-view-grid-xl.pf-
|
527
|
-
--pf-
|
528
|
-
--pf-
|
529
|
-
--pf-
|
530
|
-
--pf-
|
531
|
-
--pf-
|
532
|
-
--pf-
|
533
|
-
--pf-
|
534
|
-
--pf-
|
535
|
-
--pf-
|
536
|
-
--pf-
|
537
|
-
--pf-
|
538
|
-
--pf-
|
539
|
-
--pf-
|
540
|
-
--pf-
|
541
|
-
--pf-
|
542
|
-
--pf-
|
543
|
-
--pf-
|
544
|
-
--pf-
|
545
|
-
--pf-
|
546
|
-
--pf-
|
547
|
-
--pf-
|
548
|
-
--pf-
|
549
|
-
--pf-
|
550
|
-
}
|
551
|
-
.pf-m-tree-view-grid-xl.pf-
|
531
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table {
|
532
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
533
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
|
534
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
|
535
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
|
536
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
537
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
|
538
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
|
539
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
540
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
|
541
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
|
542
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
|
543
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
544
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
|
545
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
|
546
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
547
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
548
|
+
--pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
|
549
|
+
--pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
|
550
|
+
--pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
|
551
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
552
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
553
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
554
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
555
|
+
}
|
556
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
552
557
|
position: relative;
|
553
558
|
border: none;
|
554
|
-
outline-offset: var(--pf-
|
559
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
555
560
|
}
|
556
|
-
.pf-m-tree-view-grid-xl.pf-
|
561
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
557
562
|
position: absolute;
|
558
563
|
inset-block-start: 0;
|
559
564
|
inset-block-end: 0;
|
560
|
-
inset-inline-start: var(--pf-
|
565
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
561
566
|
inset-inline-end: 0;
|
562
567
|
content: "";
|
563
|
-
border-block-end: var(--pf-
|
568
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
564
569
|
}
|
565
|
-
.pf-m-tree-view-grid-xl.pf-
|
570
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
566
571
|
display: grid;
|
567
572
|
grid-template-columns: 1fr max-content;
|
568
573
|
}
|
569
|
-
.pf-m-tree-view-grid-xl.pf-
|
570
|
-
--pf-
|
574
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
575
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
|
571
576
|
}
|
572
|
-
.pf-m-tree-view-grid-xl.pf-
|
573
|
-
--pf-
|
577
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
578
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
|
574
579
|
}
|
575
|
-
.pf-m-tree-view-grid-xl.pf-
|
576
|
-
--pf-
|
577
|
-
--pf-
|
578
|
-
padding-inline-start: var(--pf-
|
580
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
581
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
582
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
583
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
579
584
|
}
|
580
|
-
.pf-m-tree-view-grid-xl.pf-
|
581
|
-
padding-inline-end: var(--pf-
|
585
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
586
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
|
582
587
|
}
|
583
|
-
.pf-m-tree-view-grid-xl.pf-
|
588
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
584
589
|
display: none;
|
585
590
|
}
|
586
|
-
.pf-m-tree-view-grid-xl.pf-
|
591
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
587
592
|
display: none;
|
588
593
|
}
|
589
|
-
.pf-m-tree-view-grid-xl.pf-
|
590
|
-
grid-template-columns: var(--pf-
|
594
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
595
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
591
596
|
grid-column: 1;
|
592
|
-
grid-column-gap: var(--pf-
|
597
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
593
598
|
align-items: start;
|
594
599
|
}
|
595
|
-
.pf-m-tree-view-grid-xl.pf-
|
600
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
596
601
|
grid-column: 2;
|
597
602
|
}
|
598
|
-
.pf-m-tree-view-grid-xl.pf-
|
599
|
-
font-weight: var(--pf-
|
603
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
604
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
600
605
|
text-align: start;
|
601
606
|
content: attr(data-label);
|
602
607
|
}
|
603
|
-
.pf-m-tree-view-grid-xl.pf-
|
604
|
-
padding-block-end: var(--pf-
|
608
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
609
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
605
610
|
}
|
606
|
-
.pf-m-tree-view-grid-xl.pf-
|
611
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
607
612
|
display: grid;
|
608
613
|
}
|
609
|
-
.pf-m-tree-view-grid-xl.pf-
|
614
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
|
610
615
|
display: block;
|
611
616
|
}
|
612
|
-
.pf-m-tree-view-grid-xl.pf-
|
613
|
-
.pf-m-tree-view-grid-xl.pf-
|
617
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
618
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
|
614
619
|
display: inline-block;
|
615
620
|
}
|
616
|
-
.pf-m-tree-view-grid-xl.pf-
|
617
|
-
--pf-
|
618
|
-
--pf-
|
619
|
-
--pf-
|
620
|
-
--pf-
|
621
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action {
|
622
|
+
--pf-v6-c-table--cell--Width: auto;
|
623
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
624
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
625
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
621
626
|
grid-row: 1;
|
622
627
|
grid-column: 2;
|
623
628
|
}
|
624
|
-
.pf-m-tree-view-grid-xl.pf-
|
625
|
-
margin-block-start: var(--pf-
|
626
|
-
margin-block-end: var(--pf-
|
629
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
|
630
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
631
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
627
632
|
}
|
628
|
-
.pf-m-tree-view-grid-xl.pf-
|
629
|
-
order: var(--pf-
|
633
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
634
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
630
635
|
margin-inline-start: auto;
|
631
|
-
margin-inline-end: var(--pf-
|
636
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
632
637
|
}
|
633
|
-
.pf-m-tree-view-grid-xl.pf-
|
634
|
-
margin-block-start: var(--pf-
|
635
|
-
margin-block-end: var(--pf-
|
638
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
639
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
|
640
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
|
636
641
|
}
|
637
|
-
.pf-m-tree-view-grid-xl.pf-
|
638
|
-
--pf-
|
642
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
643
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
639
644
|
}
|
640
|
-
.pf-m-tree-view-grid-xl.pf-
|
641
|
-
--pf-
|
645
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
646
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
642
647
|
}
|
643
|
-
.pf-m-tree-view-grid-xl.pf-
|
644
|
-
--pf-
|
648
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
649
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
645
650
|
}
|
646
|
-
.pf-m-tree-view-grid-xl.pf-
|
647
|
-
--pf-
|
651
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
652
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
648
653
|
}
|
649
|
-
.pf-m-tree-view-grid-xl.pf-
|
650
|
-
--pf-
|
654
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
655
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
651
656
|
}
|
652
|
-
.pf-m-tree-view-grid-xl.pf-
|
653
|
-
--pf-
|
657
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
658
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
654
659
|
}
|
655
|
-
.pf-m-tree-view-grid-xl.pf-
|
656
|
-
--pf-
|
660
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
661
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
657
662
|
}
|
658
|
-
.pf-m-tree-view-grid-xl.pf-
|
659
|
-
--pf-
|
663
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
664
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
660
665
|
}
|
661
|
-
.pf-m-tree-view-grid-xl.pf-
|
662
|
-
--pf-
|
666
|
+
.pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
667
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
663
668
|
}
|
664
669
|
}
|
665
670
|
|
666
671
|
@media screen and (max-width: 1450px) {
|
667
|
-
.pf-m-tree-view-grid-2xl.pf-
|
668
|
-
--pf-
|
669
|
-
--pf-
|
670
|
-
--pf-
|
671
|
-
--pf-
|
672
|
-
--pf-
|
673
|
-
--pf-
|
674
|
-
--pf-
|
675
|
-
--pf-
|
676
|
-
--pf-
|
677
|
-
--pf-
|
678
|
-
--pf-
|
679
|
-
--pf-
|
680
|
-
--pf-
|
681
|
-
--pf-
|
682
|
-
--pf-
|
683
|
-
--pf-
|
684
|
-
--pf-
|
685
|
-
--pf-
|
686
|
-
--pf-
|
687
|
-
--pf-
|
688
|
-
--pf-
|
689
|
-
--pf-
|
690
|
-
--pf-
|
691
|
-
}
|
692
|
-
.pf-m-tree-view-grid-2xl.pf-
|
672
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table {
|
673
|
+
--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
674
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
|
675
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
|
676
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
|
677
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap: var(--pf-t--global--spacer--sm);
|
678
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-t--global--spacer--md);
|
679
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-t--global--spacer--md);
|
680
|
+
--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
681
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-t--global--spacer--xl);
|
682
|
+
--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-t--global--spacer--xl);
|
683
|
+
--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xl);
|
684
|
+
--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
685
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-t--global--spacer--xs);
|
686
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-t--global--spacer--xs);
|
687
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
688
|
+
--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
689
|
+
--pf-v6-c-table__tree-view-text--PaddingRight: var(--pf-t--global--spacer--sm);
|
690
|
+
--pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingTop);
|
691
|
+
--pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingBottom);
|
692
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
693
|
+
--pf-v6-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
694
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
695
|
+
--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
696
|
+
}
|
697
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
693
698
|
position: relative;
|
694
699
|
border: none;
|
695
|
-
outline-offset: var(--pf-
|
700
|
+
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
696
701
|
}
|
697
|
-
.pf-m-tree-view-grid-2xl.pf-
|
702
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
698
703
|
position: absolute;
|
699
704
|
inset-block-start: 0;
|
700
705
|
inset-block-end: 0;
|
701
|
-
inset-inline-start: var(--pf-
|
706
|
+
inset-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
702
707
|
inset-inline-end: 0;
|
703
708
|
content: "";
|
704
|
-
border-block-end: var(--pf-
|
709
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
705
710
|
}
|
706
|
-
.pf-m-tree-view-grid-2xl.pf-
|
711
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not([hidden]) {
|
707
712
|
display: grid;
|
708
713
|
grid-template-columns: 1fr max-content;
|
709
714
|
}
|
710
|
-
.pf-m-tree-view-grid-2xl.pf-
|
711
|
-
--pf-
|
715
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell {
|
716
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop);
|
712
717
|
}
|
713
|
-
.pf-m-tree-view-grid-2xl.pf-
|
714
|
-
--pf-
|
718
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-expanded] .pf-v6-c-table__tree-view-title-cell ~ .pf-v6-c-table__action {
|
719
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop);
|
715
720
|
}
|
716
|
-
.pf-m-tree-view-grid-2xl.pf-
|
717
|
-
--pf-
|
718
|
-
--pf-
|
719
|
-
padding-inline-start: var(--pf-
|
721
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td):not(.pf-v6-c-table__tree-view-title-cell) {
|
722
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop);
|
723
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom);
|
724
|
+
padding-inline-start: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft);
|
720
725
|
}
|
721
|
-
.pf-m-tree-view-grid-2xl.pf-
|
722
|
-
padding-inline-end: var(--pf-
|
726
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-text {
|
727
|
+
padding-inline-end: var(--pf-v6-c-table__tree-view-text--PaddingRight);
|
723
728
|
}
|
724
|
-
.pf-m-tree-view-grid-2xl.pf-
|
729
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th) {
|
725
730
|
display: none;
|
726
731
|
}
|
727
|
-
.pf-m-tree-view-grid-2xl.pf-
|
732
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td) {
|
728
733
|
display: none;
|
729
734
|
}
|
730
|
-
.pf-m-tree-view-grid-2xl.pf-
|
731
|
-
grid-template-columns: var(--pf-
|
735
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
736
|
+
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
732
737
|
grid-column: 1;
|
733
|
-
grid-column-gap: var(--pf-
|
738
|
+
grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
734
739
|
align-items: start;
|
735
740
|
}
|
736
|
-
.pf-m-tree-view-grid-2xl.pf-
|
741
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
737
742
|
grid-column: 2;
|
738
743
|
}
|
739
|
-
.pf-m-tree-view-grid-2xl.pf-
|
740
|
-
font-weight: var(--pf-
|
744
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
|
745
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
741
746
|
text-align: start;
|
742
747
|
content: attr(data-label);
|
743
748
|
}
|
744
|
-
.pf-m-tree-view-grid-2xl.pf-
|
745
|
-
padding-block-end: var(--pf-
|
749
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
|
750
|
+
padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom);
|
746
751
|
}
|
747
|
-
.pf-m-tree-view-grid-2xl.pf-
|
752
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded td:where(.pf-v6-c-table__td)[data-label] {
|
748
753
|
display: grid;
|
749
754
|
}
|
750
|
-
.pf-m-tree-view-grid-2xl.pf-
|
755
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-title-header-cell {
|
751
756
|
display: block;
|
752
757
|
}
|
753
|
-
.pf-m-tree-view-grid-2xl.pf-
|
754
|
-
.pf-m-tree-view-grid-2xl.pf-
|
758
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle,
|
759
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
|
755
760
|
display: inline-block;
|
756
761
|
}
|
757
|
-
.pf-m-tree-view-grid-2xl.pf-
|
758
|
-
--pf-
|
759
|
-
--pf-
|
760
|
-
--pf-
|
761
|
-
--pf-
|
762
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action {
|
763
|
+
--pf-v6-c-table--cell--Width: auto;
|
764
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
765
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingTop);
|
766
|
+
--pf-v6-c-table--m-tree-view-grid__td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-v6-c-table--m-tree-view-grid--c-table__action--PaddingBottom);
|
762
767
|
grid-row: 1;
|
763
768
|
grid-column: 2;
|
764
769
|
}
|
765
|
-
.pf-m-tree-view-grid-2xl.pf-
|
766
|
-
margin-block-start: var(--pf-
|
767
|
-
margin-block-end: var(--pf-
|
770
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__action > .pf-v6-c-dropdown {
|
771
|
+
margin-block-start: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
772
|
+
margin-block-end: var(--pf-v6-c-table--m-tree-view-grid--c-dropdown--MarginBottom);
|
768
773
|
}
|
769
|
-
.pf-m-tree-view-grid-2xl.pf-
|
770
|
-
order: var(--pf-
|
774
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check {
|
775
|
+
order: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order);
|
771
776
|
margin-inline-start: auto;
|
772
|
-
margin-inline-end: var(--pf-
|
777
|
+
margin-inline-end: var(--pf-v6-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight);
|
773
778
|
}
|
774
|
-
.pf-m-tree-view-grid-2xl.pf-
|
775
|
-
margin-block-start: var(--pf-
|
776
|
-
margin-block-end: var(--pf-
|
779
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tree-view-details-toggle {
|
780
|
+
margin-block-start: var(--pf-v6-c-table__tree-view-details-toggle--MarginTop);
|
781
|
+
margin-block-end: var(--pf-v6-c-table__tree-view-details-toggle--MarginBottom);
|
777
782
|
}
|
778
|
-
.pf-m-tree-view-grid-2xl.pf-
|
779
|
-
--pf-
|
783
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="2"] {
|
784
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
780
785
|
}
|
781
|
-
.pf-m-tree-view-grid-2xl.pf-
|
782
|
-
--pf-
|
786
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="3"] {
|
787
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 2 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
783
788
|
}
|
784
|
-
.pf-m-tree-view-grid-2xl.pf-
|
785
|
-
--pf-
|
789
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="4"] {
|
790
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 3 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
786
791
|
}
|
787
|
-
.pf-m-tree-view-grid-2xl.pf-
|
788
|
-
--pf-
|
792
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="5"] {
|
793
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 4 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
789
794
|
}
|
790
|
-
.pf-m-tree-view-grid-2xl.pf-
|
791
|
-
--pf-
|
795
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="6"] {
|
796
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 5 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
792
797
|
}
|
793
|
-
.pf-m-tree-view-grid-2xl.pf-
|
794
|
-
--pf-
|
798
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="7"] {
|
799
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 6 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
795
800
|
}
|
796
|
-
.pf-m-tree-view-grid-2xl.pf-
|
797
|
-
--pf-
|
801
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="8"] {
|
802
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 7 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
798
803
|
}
|
799
|
-
.pf-m-tree-view-grid-2xl.pf-
|
800
|
-
--pf-
|
804
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="9"] {
|
805
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 8 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
801
806
|
}
|
802
|
-
.pf-m-tree-view-grid-2xl.pf-
|
803
|
-
--pf-
|
807
|
+
.pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr)[aria-level="10"] {
|
808
|
+
--pf-v6-c-table--m-tree-view-grid__tbody--cell--PaddingLeft: calc(var(--pf-v6-c-table__tree-view-main--nested-indent--base) * 9 + var(--pf-v6-c-table__tree-view-main--indent--base));
|
804
809
|
}
|
805
810
|
}
|