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