@patternfly/react-styles 4.92.7 → 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 +1431 -4312
- package/css/assets/images/pfbg-icon.svg +1 -0
- package/css/components/AboutModalBox/about-modal-box.css +143 -200
- 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 -160
- 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 -175
- package/css/components/Alert/alert.d.ts +12 -12
- package/css/components/Alert/alert.js +12 -12
- package/css/components/Alert/alert.mjs +12 -12
- 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 -57
- package/css/components/Breadcrumb/breadcrumb.d.ts +10 -11
- package/css/components/Breadcrumb/breadcrumb.js +10 -11
- package/css/components/Breadcrumb/breadcrumb.mjs +10 -11
- package/css/components/Button/button.css +476 -480
- package/css/components/Button/button.d.ts +8 -9
- package/css/components/Button/button.js +8 -9
- package/css/components/Button/button.mjs +8 -9
- 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 -266
- package/css/components/Card/card.d.ts +23 -15
- package/css/components/Card/card.js +23 -15
- package/css/components/Card/card.mjs +23 -15
- package/css/components/Check/check.css +47 -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 +210 -220
- package/css/components/Content/content.d.ts +2 -3
- package/css/components/Content/content.js +2 -3
- package/css/components/Content/content.mjs +2 -3
- 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 +525 -534
- 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 +231 -247
- 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 -452
- 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 -101
- package/css/components/EmptyState/empty-state.d.ts +9 -12
- package/css/components/EmptyState/empty-state.js +9 -12
- package/css/components/EmptyState/empty-state.mjs +9 -12
- package/css/components/ExpandableSection/expandable-section.css +102 -104
- package/css/components/ExpandableSection/expandable-section.d.ts +6 -7
- package/css/components/ExpandableSection/expandable-section.js +6 -7
- package/css/components/ExpandableSection/expandable-section.mjs +6 -7
- 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 -328
- 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 -54
- 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 -221
- 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 -387
- 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 +436 -449
- 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 +184 -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 +644 -683
- 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 +275 -330
- 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 -95
- 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 +46 -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 -88
- 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 -855
- 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 -500
- 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 +747 -761
- 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 -638
- package/css/components/Tabs/tabs.d.ts +18 -19
- package/css/components/Tabs/tabs.js +18 -19
- package/css/components/Tabs/tabs.mjs +18 -19
- 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 -50
- package/css/components/Title/title.d.ts +2 -3
- package/css/components/Title/title.js +2 -3
- package/css/components/Title/title.mjs +2 -3
- 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 +721 -717
- 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 -353
- 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 +5 -5
- 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
@@ -1,804 +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
|
-
visibility: hidden;
|
86
95
|
}
|
87
96
|
|
88
|
-
.pf-m-tree-view-grid.pf-c-table {
|
89
|
-
--pf-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
90
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop: var(--pf-global--spacer--md);
|
91
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom: var(--pf-global--spacer--md);
|
92
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table__tree-view-main--indent--base);
|
93
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap: var(--pf-global--spacer--sm);
|
94
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-global--spacer--md);
|
95
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-global--spacer--md);
|
96
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
97
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-global--spacer--xl);
|
98
|
-
--pf-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-global--spacer--xl);
|
99
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xl);
|
100
|
-
--pf-c-table--m-tree-view-grid--td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
101
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xs);
|
102
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-global--spacer--xs);
|
103
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
104
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
105
|
-
--pf-c-table__tree-view-text--PaddingRight: var(--pf-global--spacer--sm);
|
106
|
-
--pf-c-table--tbody--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop);
|
107
|
-
--pf-c-table--tbody--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom);
|
108
|
-
--pf-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
109
|
-
--pf-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
110
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
111
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
112
|
-
}
|
113
|
-
.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 {
|
114
123
|
position: relative;
|
115
|
-
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);
|
116
125
|
border: none;
|
117
126
|
}
|
118
|
-
.pf-m-tree-view-grid.pf-c-table tbody tr::before {
|
127
|
+
.pf-m-tree-view-grid.pf-v5-c-table tbody tr::before {
|
119
128
|
position: absolute;
|
120
129
|
top: 0;
|
121
130
|
right: 0;
|
122
131
|
bottom: 0;
|
123
|
-
left: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft);
|
124
|
-
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);
|
125
134
|
content: "";
|
126
135
|
}
|
127
|
-
.pf-m-tree-view-grid.pf-c-table tr:not([hidden]) {
|
136
|
+
.pf-m-tree-view-grid.pf-v5-c-table tr:not([hidden]) {
|
128
137
|
display: grid;
|
129
138
|
grid-template-columns: 1fr max-content;
|
130
139
|
}
|
131
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell {
|
132
|
-
--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);
|
133
142
|
}
|
134
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell ~ .pf-c-table__action {
|
135
|
-
--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);
|
136
145
|
}
|
137
|
-
.pf-m-tree-view-grid.pf-c-table td:not(.pf-c-table__tree-view-title-cell) {
|
138
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop);
|
139
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom);
|
140
|
-
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);
|
141
150
|
}
|
142
|
-
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-text {
|
143
|
-
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);
|
144
153
|
}
|
145
|
-
.pf-m-tree-view-grid.pf-c-table thead th {
|
154
|
+
.pf-m-tree-view-grid.pf-v5-c-table thead th {
|
146
155
|
display: none;
|
147
|
-
visibility: none;
|
148
156
|
}
|
149
|
-
.pf-m-tree-view-grid.pf-c-table td {
|
157
|
+
.pf-m-tree-view-grid.pf-v5-c-table td {
|
150
158
|
display: none;
|
151
159
|
}
|
152
|
-
.pf-m-tree-view-grid.pf-c-table td[data-label] {
|
160
|
+
.pf-m-tree-view-grid.pf-v5-c-table td[data-label] {
|
153
161
|
grid-column: 1;
|
154
|
-
grid-column-gap: var(--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap);
|
155
|
-
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);
|
156
164
|
align-items: start;
|
157
165
|
}
|
158
|
-
.pf-m-tree-view-grid.pf-c-table td[data-label] > * {
|
166
|
+
.pf-m-tree-view-grid.pf-v5-c-table td[data-label] > * {
|
159
167
|
grid-column: 2;
|
160
168
|
}
|
161
|
-
.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 {
|
162
170
|
font-weight: bold;
|
163
171
|
text-align: left;
|
164
172
|
content: attr(data-label);
|
165
173
|
}
|
166
|
-
.pf-m-tree-view-grid.pf-c-table tr.pf-m-tree-view-details-expanded {
|
167
|
-
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);
|
168
176
|
}
|
169
|
-
.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] {
|
170
178
|
display: grid;
|
171
179
|
}
|
172
|
-
.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 {
|
173
181
|
display: block;
|
174
|
-
visibility: visible;
|
175
182
|
}
|
176
|
-
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-details-toggle,
|
177
|
-
.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 {
|
178
185
|
display: inline-block;
|
179
|
-
visibility: visible;
|
180
186
|
}
|
181
|
-
.pf-m-tree-view-grid.pf-c-table .pf-c-table__action {
|
182
|
-
--pf-c-table--cell--Width: auto;
|
183
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
184
|
-
--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);
|
185
|
-
--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);
|
186
192
|
grid-column: 2;
|
187
193
|
grid-row: 1;
|
188
194
|
}
|
189
|
-
.pf-m-tree-view-grid.pf-c-table .pf-c-table__action > .pf-c-dropdown {
|
190
|
-
margin-top: var(--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
191
|
-
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);
|
192
198
|
}
|
193
|
-
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-main > .pf-c-table__check {
|
194
|
-
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);
|
195
201
|
margin-left: auto;
|
196
|
-
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);
|
197
203
|
}
|
198
|
-
.pf-m-tree-view-grid.pf-c-table .pf-c-table__tree-view-details-toggle {
|
199
|
-
margin-top: var(--pf-c-table__tree-view-details-toggle--MarginTop);
|
200
|
-
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);
|
201
207
|
}
|
202
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-level="2"] {
|
203
|
-
--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));
|
204
210
|
}
|
205
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-level="3"] {
|
206
|
-
--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));
|
207
213
|
}
|
208
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-level="4"] {
|
209
|
-
--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));
|
210
216
|
}
|
211
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-level="5"] {
|
212
|
-
--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));
|
213
219
|
}
|
214
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-level="6"] {
|
215
|
-
--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));
|
216
222
|
}
|
217
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-level="7"] {
|
218
|
-
--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));
|
219
225
|
}
|
220
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-level="8"] {
|
221
|
-
--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));
|
222
228
|
}
|
223
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-level="9"] {
|
224
|
-
--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));
|
225
231
|
}
|
226
|
-
.pf-m-tree-view-grid.pf-c-table tr[aria-level="10"] {
|
227
|
-
--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));
|
228
234
|
}
|
229
235
|
|
230
236
|
@media screen and (max-width: 768px) {
|
231
|
-
.pf-m-tree-view-grid-md.pf-c-table {
|
232
|
-
--pf-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
233
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop: var(--pf-global--spacer--md);
|
234
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom: var(--pf-global--spacer--md);
|
235
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table__tree-view-main--indent--base);
|
236
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap: var(--pf-global--spacer--sm);
|
237
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-global--spacer--md);
|
238
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-global--spacer--md);
|
239
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
240
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-global--spacer--xl);
|
241
|
-
--pf-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-global--spacer--xl);
|
242
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xl);
|
243
|
-
--pf-c-table--m-tree-view-grid--td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
244
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xs);
|
245
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-global--spacer--xs);
|
246
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
247
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
248
|
-
--pf-c-table__tree-view-text--PaddingRight: var(--pf-global--spacer--sm);
|
249
|
-
--pf-c-table--tbody--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop);
|
250
|
-
--pf-c-table--tbody--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom);
|
251
|
-
--pf-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
252
|
-
--pf-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
253
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
254
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
255
|
-
}
|
256
|
-
.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 {
|
257
263
|
position: relative;
|
258
|
-
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);
|
259
265
|
border: none;
|
260
266
|
}
|
261
|
-
.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 {
|
262
268
|
position: absolute;
|
263
269
|
top: 0;
|
264
270
|
right: 0;
|
265
271
|
bottom: 0;
|
266
|
-
left: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft);
|
267
|
-
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);
|
268
274
|
content: "";
|
269
275
|
}
|
270
|
-
.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]) {
|
271
277
|
display: grid;
|
272
278
|
grid-template-columns: 1fr max-content;
|
273
279
|
}
|
274
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell {
|
275
|
-
--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);
|
276
282
|
}
|
277
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell ~ .pf-c-table__action {
|
278
|
-
--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);
|
279
285
|
}
|
280
|
-
.pf-m-tree-view-grid-md.pf-c-table td:not(.pf-c-table__tree-view-title-cell) {
|
281
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop);
|
282
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom);
|
283
|
-
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);
|
284
290
|
}
|
285
|
-
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-text {
|
286
|
-
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);
|
287
293
|
}
|
288
|
-
.pf-m-tree-view-grid-md.pf-c-table thead th {
|
294
|
+
.pf-m-tree-view-grid-md.pf-v5-c-table thead th {
|
289
295
|
display: none;
|
290
|
-
visibility: none;
|
291
296
|
}
|
292
|
-
.pf-m-tree-view-grid-md.pf-c-table td {
|
297
|
+
.pf-m-tree-view-grid-md.pf-v5-c-table td {
|
293
298
|
display: none;
|
294
299
|
}
|
295
|
-
.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] {
|
296
301
|
grid-column: 1;
|
297
|
-
grid-column-gap: var(--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap);
|
298
|
-
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);
|
299
304
|
align-items: start;
|
300
305
|
}
|
301
|
-
.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] > * {
|
302
307
|
grid-column: 2;
|
303
308
|
}
|
304
|
-
.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 {
|
305
310
|
font-weight: bold;
|
306
311
|
text-align: left;
|
307
312
|
content: attr(data-label);
|
308
313
|
}
|
309
|
-
.pf-m-tree-view-grid-md.pf-c-table tr.pf-m-tree-view-details-expanded {
|
310
|
-
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);
|
311
316
|
}
|
312
|
-
.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] {
|
313
318
|
display: grid;
|
314
319
|
}
|
315
|
-
.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 {
|
316
321
|
display: block;
|
317
|
-
visibility: visible;
|
318
322
|
}
|
319
|
-
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-details-toggle,
|
320
|
-
.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 {
|
321
325
|
display: inline-block;
|
322
|
-
visibility: visible;
|
323
326
|
}
|
324
|
-
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
325
|
-
--pf-c-table--cell--Width: auto;
|
326
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
327
|
-
--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);
|
328
|
-
--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);
|
329
332
|
grid-column: 2;
|
330
333
|
grid-row: 1;
|
331
334
|
}
|
332
|
-
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action > .pf-c-dropdown {
|
333
|
-
margin-top: var(--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
334
|
-
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);
|
335
338
|
}
|
336
|
-
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-main > .pf-c-table__check {
|
337
|
-
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);
|
338
341
|
margin-left: auto;
|
339
|
-
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);
|
340
343
|
}
|
341
|
-
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-details-toggle {
|
342
|
-
margin-top: var(--pf-c-table__tree-view-details-toggle--MarginTop);
|
343
|
-
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);
|
344
347
|
}
|
345
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-level="2"] {
|
346
|
-
--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));
|
347
350
|
}
|
348
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-level="3"] {
|
349
|
-
--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));
|
350
353
|
}
|
351
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-level="4"] {
|
352
|
-
--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));
|
353
356
|
}
|
354
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-level="5"] {
|
355
|
-
--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));
|
356
359
|
}
|
357
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-level="6"] {
|
358
|
-
--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));
|
359
362
|
}
|
360
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-level="7"] {
|
361
|
-
--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));
|
362
365
|
}
|
363
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-level="8"] {
|
364
|
-
--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));
|
365
368
|
}
|
366
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-level="9"] {
|
367
|
-
--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));
|
368
371
|
}
|
369
|
-
.pf-m-tree-view-grid-md.pf-c-table tr[aria-level="10"] {
|
370
|
-
--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));
|
371
374
|
}
|
372
375
|
}
|
373
376
|
|
374
377
|
@media screen and (max-width: 992px) {
|
375
|
-
.pf-m-tree-view-grid-lg.pf-c-table {
|
376
|
-
--pf-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
377
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop: var(--pf-global--spacer--md);
|
378
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom: var(--pf-global--spacer--md);
|
379
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table__tree-view-main--indent--base);
|
380
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap: var(--pf-global--spacer--sm);
|
381
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-global--spacer--md);
|
382
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-global--spacer--md);
|
383
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
384
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-global--spacer--xl);
|
385
|
-
--pf-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-global--spacer--xl);
|
386
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xl);
|
387
|
-
--pf-c-table--m-tree-view-grid--td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
388
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xs);
|
389
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-global--spacer--xs);
|
390
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
391
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
392
|
-
--pf-c-table__tree-view-text--PaddingRight: var(--pf-global--spacer--sm);
|
393
|
-
--pf-c-table--tbody--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop);
|
394
|
-
--pf-c-table--tbody--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom);
|
395
|
-
--pf-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
396
|
-
--pf-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
397
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
398
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
399
|
-
}
|
400
|
-
.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 {
|
401
404
|
position: relative;
|
402
|
-
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);
|
403
406
|
border: none;
|
404
407
|
}
|
405
|
-
.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 {
|
406
409
|
position: absolute;
|
407
410
|
top: 0;
|
408
411
|
right: 0;
|
409
412
|
bottom: 0;
|
410
|
-
left: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft);
|
411
|
-
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);
|
412
415
|
content: "";
|
413
416
|
}
|
414
|
-
.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]) {
|
415
418
|
display: grid;
|
416
419
|
grid-template-columns: 1fr max-content;
|
417
420
|
}
|
418
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell {
|
419
|
-
--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);
|
420
423
|
}
|
421
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell ~ .pf-c-table__action {
|
422
|
-
--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);
|
423
426
|
}
|
424
|
-
.pf-m-tree-view-grid-lg.pf-c-table td:not(.pf-c-table__tree-view-title-cell) {
|
425
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop);
|
426
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom);
|
427
|
-
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);
|
428
431
|
}
|
429
|
-
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-text {
|
430
|
-
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);
|
431
434
|
}
|
432
|
-
.pf-m-tree-view-grid-lg.pf-c-table thead th {
|
435
|
+
.pf-m-tree-view-grid-lg.pf-v5-c-table thead th {
|
433
436
|
display: none;
|
434
|
-
visibility: none;
|
435
437
|
}
|
436
|
-
.pf-m-tree-view-grid-lg.pf-c-table td {
|
438
|
+
.pf-m-tree-view-grid-lg.pf-v5-c-table td {
|
437
439
|
display: none;
|
438
440
|
}
|
439
|
-
.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] {
|
440
442
|
grid-column: 1;
|
441
|
-
grid-column-gap: var(--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap);
|
442
|
-
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);
|
443
445
|
align-items: start;
|
444
446
|
}
|
445
|
-
.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] > * {
|
446
448
|
grid-column: 2;
|
447
449
|
}
|
448
|
-
.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 {
|
449
451
|
font-weight: bold;
|
450
452
|
text-align: left;
|
451
453
|
content: attr(data-label);
|
452
454
|
}
|
453
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr.pf-m-tree-view-details-expanded {
|
454
|
-
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);
|
455
457
|
}
|
456
|
-
.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] {
|
457
459
|
display: grid;
|
458
460
|
}
|
459
|
-
.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 {
|
460
462
|
display: block;
|
461
|
-
visibility: visible;
|
462
463
|
}
|
463
|
-
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-details-toggle,
|
464
|
-
.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 {
|
465
466
|
display: inline-block;
|
466
|
-
visibility: visible;
|
467
467
|
}
|
468
|
-
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
469
|
-
--pf-c-table--cell--Width: auto;
|
470
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
471
|
-
--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);
|
472
|
-
--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);
|
473
473
|
grid-column: 2;
|
474
474
|
grid-row: 1;
|
475
475
|
}
|
476
|
-
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action > .pf-c-dropdown {
|
477
|
-
margin-top: var(--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
478
|
-
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);
|
479
479
|
}
|
480
|
-
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-main > .pf-c-table__check {
|
481
|
-
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);
|
482
482
|
margin-left: auto;
|
483
|
-
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);
|
484
484
|
}
|
485
|
-
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-details-toggle {
|
486
|
-
margin-top: var(--pf-c-table__tree-view-details-toggle--MarginTop);
|
487
|
-
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);
|
488
488
|
}
|
489
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-level="2"] {
|
490
|
-
--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));
|
491
491
|
}
|
492
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-level="3"] {
|
493
|
-
--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));
|
494
494
|
}
|
495
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-level="4"] {
|
496
|
-
--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));
|
497
497
|
}
|
498
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-level="5"] {
|
499
|
-
--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));
|
500
500
|
}
|
501
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-level="6"] {
|
502
|
-
--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));
|
503
503
|
}
|
504
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-level="7"] {
|
505
|
-
--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));
|
506
506
|
}
|
507
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-level="8"] {
|
508
|
-
--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));
|
509
509
|
}
|
510
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-level="9"] {
|
511
|
-
--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));
|
512
512
|
}
|
513
|
-
.pf-m-tree-view-grid-lg.pf-c-table tr[aria-level="10"] {
|
514
|
-
--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));
|
515
515
|
}
|
516
516
|
}
|
517
517
|
|
518
518
|
@media screen and (max-width: 1200px) {
|
519
|
-
.pf-m-tree-view-grid-xl.pf-c-table {
|
520
|
-
--pf-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
521
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop: var(--pf-global--spacer--md);
|
522
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom: var(--pf-global--spacer--md);
|
523
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table__tree-view-main--indent--base);
|
524
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap: var(--pf-global--spacer--sm);
|
525
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-global--spacer--md);
|
526
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-global--spacer--md);
|
527
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
528
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-global--spacer--xl);
|
529
|
-
--pf-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-global--spacer--xl);
|
530
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xl);
|
531
|
-
--pf-c-table--m-tree-view-grid--td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
532
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xs);
|
533
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-global--spacer--xs);
|
534
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
535
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
536
|
-
--pf-c-table__tree-view-text--PaddingRight: var(--pf-global--spacer--sm);
|
537
|
-
--pf-c-table--tbody--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop);
|
538
|
-
--pf-c-table--tbody--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom);
|
539
|
-
--pf-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
540
|
-
--pf-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
541
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
542
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
543
|
-
}
|
544
|
-
.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 {
|
545
545
|
position: relative;
|
546
|
-
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);
|
547
547
|
border: none;
|
548
548
|
}
|
549
|
-
.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 {
|
550
550
|
position: absolute;
|
551
551
|
top: 0;
|
552
552
|
right: 0;
|
553
553
|
bottom: 0;
|
554
|
-
left: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft);
|
555
|
-
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);
|
556
556
|
content: "";
|
557
557
|
}
|
558
|
-
.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]) {
|
559
559
|
display: grid;
|
560
560
|
grid-template-columns: 1fr max-content;
|
561
561
|
}
|
562
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell {
|
563
|
-
--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);
|
564
564
|
}
|
565
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell ~ .pf-c-table__action {
|
566
|
-
--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);
|
567
567
|
}
|
568
|
-
.pf-m-tree-view-grid-xl.pf-c-table td:not(.pf-c-table__tree-view-title-cell) {
|
569
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop);
|
570
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom);
|
571
|
-
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);
|
572
572
|
}
|
573
|
-
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-text {
|
574
|
-
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);
|
575
575
|
}
|
576
|
-
.pf-m-tree-view-grid-xl.pf-c-table thead th {
|
576
|
+
.pf-m-tree-view-grid-xl.pf-v5-c-table thead th {
|
577
577
|
display: none;
|
578
|
-
visibility: none;
|
579
578
|
}
|
580
|
-
.pf-m-tree-view-grid-xl.pf-c-table td {
|
579
|
+
.pf-m-tree-view-grid-xl.pf-v5-c-table td {
|
581
580
|
display: none;
|
582
581
|
}
|
583
|
-
.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] {
|
584
583
|
grid-column: 1;
|
585
|
-
grid-column-gap: var(--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap);
|
586
|
-
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);
|
587
586
|
align-items: start;
|
588
587
|
}
|
589
|
-
.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] > * {
|
590
589
|
grid-column: 2;
|
591
590
|
}
|
592
|
-
.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 {
|
593
592
|
font-weight: bold;
|
594
593
|
text-align: left;
|
595
594
|
content: attr(data-label);
|
596
595
|
}
|
597
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr.pf-m-tree-view-details-expanded {
|
598
|
-
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);
|
599
598
|
}
|
600
|
-
.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] {
|
601
600
|
display: grid;
|
602
601
|
}
|
603
|
-
.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 {
|
604
603
|
display: block;
|
605
|
-
visibility: visible;
|
606
604
|
}
|
607
|
-
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
608
|
-
.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 {
|
609
607
|
display: inline-block;
|
610
|
-
visibility: visible;
|
611
608
|
}
|
612
|
-
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
613
|
-
--pf-c-table--cell--Width: auto;
|
614
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
615
|
-
--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);
|
616
|
-
--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);
|
617
614
|
grid-column: 2;
|
618
615
|
grid-row: 1;
|
619
616
|
}
|
620
|
-
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action > .pf-c-dropdown {
|
621
|
-
margin-top: var(--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
622
|
-
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);
|
623
620
|
}
|
624
|
-
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-main > .pf-c-table__check {
|
625
|
-
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);
|
626
623
|
margin-left: auto;
|
627
|
-
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);
|
628
625
|
}
|
629
|
-
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-details-toggle {
|
630
|
-
margin-top: var(--pf-c-table__tree-view-details-toggle--MarginTop);
|
631
|
-
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);
|
632
629
|
}
|
633
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-level="2"] {
|
634
|
-
--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));
|
635
632
|
}
|
636
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-level="3"] {
|
637
|
-
--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));
|
638
635
|
}
|
639
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-level="4"] {
|
640
|
-
--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));
|
641
638
|
}
|
642
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-level="5"] {
|
643
|
-
--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));
|
644
641
|
}
|
645
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-level="6"] {
|
646
|
-
--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));
|
647
644
|
}
|
648
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-level="7"] {
|
649
|
-
--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));
|
650
647
|
}
|
651
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-level="8"] {
|
652
|
-
--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));
|
653
650
|
}
|
654
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-level="9"] {
|
655
|
-
--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));
|
656
653
|
}
|
657
|
-
.pf-m-tree-view-grid-xl.pf-c-table tr[aria-level="10"] {
|
658
|
-
--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));
|
659
656
|
}
|
660
657
|
}
|
661
658
|
|
662
659
|
@media screen and (max-width: 1450px) {
|
663
|
-
.pf-m-tree-view-grid-2xl.pf-c-table {
|
664
|
-
--pf-c-table--m-tree-view-grid--tr--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
665
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop: var(--pf-global--spacer--md);
|
666
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom: var(--pf-global--spacer--md);
|
667
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table__tree-view-main--indent--base);
|
668
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap: var(--pf-global--spacer--sm);
|
669
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingTop: var(--pf-global--spacer--md);
|
670
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingBottom: var(--pf-global--spacer--md);
|
671
|
-
--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft: 0;
|
672
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--action--PaddingTop: var(--pf-global--spacer--xl);
|
673
|
-
--pf-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBottom: var(--pf-global--spacer--xl);
|
674
|
-
--pf-c-table--m-tree-view-grid__tr--expanded__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xl);
|
675
|
-
--pf-c-table--m-tree-view-grid--td--data-label--GridTemplateColumns: repeat(auto-fit, minmax(150px, 1fr));
|
676
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop: var(--pf-global--spacer--xs);
|
677
|
-
--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom: var(--pf-global--spacer--xs);
|
678
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--MarginRight: 0;
|
679
|
-
--pf-c-table--m-tree-view-mobile__tree-view-main--c-table__check--Order: 4;
|
680
|
-
--pf-c-table__tree-view-text--PaddingRight: var(--pf-global--spacer--sm);
|
681
|
-
--pf-c-table--tbody--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingTop);
|
682
|
-
--pf-c-table--tbody--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingBottom);
|
683
|
-
--pf-c-table__tree-view-details-toggle--MarginTop: calc(0.375rem * -1);
|
684
|
-
--pf-c-table__tree-view-details-toggle--MarginBottom: calc(0.375rem * -1);
|
685
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop: calc(0.375rem * -1);
|
686
|
-
--pf-c-table--m-tree-view-grid--c-dropdown--MarginBottom: calc(0.375rem * -1);
|
687
|
-
}
|
688
|
-
.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 {
|
689
686
|
position: relative;
|
690
|
-
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);
|
691
688
|
border: none;
|
692
689
|
}
|
693
|
-
.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 {
|
694
691
|
position: absolute;
|
695
692
|
top: 0;
|
696
693
|
right: 0;
|
697
694
|
bottom: 0;
|
698
|
-
left: var(--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft);
|
699
|
-
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);
|
700
697
|
content: "";
|
701
698
|
}
|
702
|
-
.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]) {
|
703
700
|
display: grid;
|
704
701
|
grid-template-columns: 1fr max-content;
|
705
702
|
}
|
706
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell {
|
707
|
-
--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);
|
708
705
|
}
|
709
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-expanded] .pf-c-table__tree-view-title-cell ~ .pf-c-table__action {
|
710
|
-
--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);
|
711
708
|
}
|
712
|
-
.pf-m-tree-view-grid-2xl.pf-c-table td:not(.pf-c-table__tree-view-title-cell) {
|
713
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingTop);
|
714
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-tree-view-grid--td--not--c-table__tree-view-title-cell--PaddingBottom);
|
715
|
-
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);
|
716
713
|
}
|
717
|
-
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-text {
|
718
|
-
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);
|
719
716
|
}
|
720
|
-
.pf-m-tree-view-grid-2xl.pf-c-table thead th {
|
717
|
+
.pf-m-tree-view-grid-2xl.pf-v5-c-table thead th {
|
721
718
|
display: none;
|
722
|
-
visibility: none;
|
723
719
|
}
|
724
|
-
.pf-m-tree-view-grid-2xl.pf-c-table td {
|
720
|
+
.pf-m-tree-view-grid-2xl.pf-v5-c-table td {
|
725
721
|
display: none;
|
726
722
|
}
|
727
|
-
.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] {
|
728
724
|
grid-column: 1;
|
729
|
-
grid-column-gap: var(--pf-c-table--m-tree-view-grid--tbody--cell--GridColumnGap);
|
730
|
-
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);
|
731
727
|
align-items: start;
|
732
728
|
}
|
733
|
-
.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] > * {
|
734
730
|
grid-column: 2;
|
735
731
|
}
|
736
|
-
.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 {
|
737
733
|
font-weight: bold;
|
738
734
|
text-align: left;
|
739
735
|
content: attr(data-label);
|
740
736
|
}
|
741
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr.pf-m-tree-view-details-expanded {
|
742
|
-
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);
|
743
739
|
}
|
744
|
-
.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] {
|
745
741
|
display: grid;
|
746
742
|
}
|
747
|
-
.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 {
|
748
744
|
display: block;
|
749
|
-
visibility: visible;
|
750
745
|
}
|
751
|
-
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
752
|
-
.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 {
|
753
748
|
display: inline-block;
|
754
|
-
visibility: visible;
|
755
749
|
}
|
756
|
-
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
757
|
-
--pf-c-table--cell--Width: auto;
|
758
|
-
--pf-c-table--m-tree-view-grid--tbody--cell--PaddingLeft: var(--pf-c-table--m-tree-view-grid--c-table__action--PaddingLeft);
|
759
|
-
--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);
|
760
|
-
--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);
|
761
755
|
grid-column: 2;
|
762
756
|
grid-row: 1;
|
763
757
|
}
|
764
|
-
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action > .pf-c-dropdown {
|
765
|
-
margin-top: var(--pf-c-table--m-tree-view-grid--c-dropdown--MarginTop);
|
766
|
-
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);
|
767
761
|
}
|
768
|
-
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-main > .pf-c-table__check {
|
769
|
-
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);
|
770
764
|
margin-left: auto;
|
771
|
-
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);
|
772
766
|
}
|
773
|
-
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-details-toggle {
|
774
|
-
margin-top: var(--pf-c-table__tree-view-details-toggle--MarginTop);
|
775
|
-
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);
|
776
770
|
}
|
777
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-level="2"] {
|
778
|
-
--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));
|
779
773
|
}
|
780
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-level="3"] {
|
781
|
-
--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));
|
782
776
|
}
|
783
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-level="4"] {
|
784
|
-
--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));
|
785
779
|
}
|
786
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-level="5"] {
|
787
|
-
--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));
|
788
782
|
}
|
789
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-level="6"] {
|
790
|
-
--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));
|
791
785
|
}
|
792
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-level="7"] {
|
793
|
-
--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));
|
794
788
|
}
|
795
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-level="8"] {
|
796
|
-
--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));
|
797
791
|
}
|
798
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-level="9"] {
|
799
|
-
--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));
|
800
794
|
}
|
801
|
-
.pf-m-tree-view-grid-2xl.pf-c-table tr[aria-level="10"] {
|
802
|
-
--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));
|
803
797
|
}
|
804
798
|
}
|