@patternfly/react-styles 5.0.0-alpha.1 → 5.0.0-alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +99 -1
- package/css/assets/images/pfbg-icon.svg +1 -0
- package/css/components/AboutModalBox/about-modal-box.css +134 -182
- package/css/components/AboutModalBox/about-modal-box.d.ts +9 -11
- package/css/components/AboutModalBox/about-modal-box.js +9 -11
- package/css/components/AboutModalBox/about-modal-box.mjs +9 -11
- package/css/components/Accordion/accordion.css +164 -162
- package/css/components/Accordion/accordion.d.ts +7 -7
- package/css/components/Accordion/accordion.js +7 -7
- package/css/components/Accordion/accordion.mjs +7 -7
- package/css/components/ActionList/action-list.css +19 -19
- package/css/components/ActionList/action-list.d.ts +2 -2
- package/css/components/ActionList/action-list.js +2 -2
- package/css/components/ActionList/action-list.mjs +2 -2
- package/css/components/Alert/alert-group.css +54 -0
- package/css/components/Alert/alert-group.d.ts +9 -0
- package/css/components/{AlertGroup → Alert}/alert-group.js +2 -2
- package/css/components/Alert/alert-group.mjs +8 -0
- package/css/components/Alert/alert.css +180 -171
- package/css/components/Alert/alert.d.ts +11 -10
- package/css/components/Alert/alert.js +11 -10
- package/css/components/Alert/alert.mjs +11 -10
- package/css/components/AppLauncher/app-launcher.css +158 -156
- package/css/components/AppLauncher/app-launcher.d.ts +12 -12
- package/css/components/AppLauncher/app-launcher.js +12 -12
- package/css/components/AppLauncher/app-launcher.mjs +12 -12
- package/css/components/Avatar/avatar.css +123 -123
- package/css/components/Avatar/avatar.d.ts +1 -1
- package/css/components/Avatar/avatar.js +1 -1
- package/css/components/Avatar/avatar.mjs +1 -1
- package/css/components/BackToTop/back-to-top.css +24 -24
- package/css/components/BackToTop/back-to-top.d.ts +2 -2
- package/css/components/BackToTop/back-to-top.js +2 -2
- package/css/components/BackToTop/back-to-top.mjs +2 -2
- package/css/components/Backdrop/backdrop.css +8 -8
- package/css/components/Backdrop/backdrop.d.ts +2 -2
- package/css/components/Backdrop/backdrop.js +2 -2
- package/css/components/Backdrop/backdrop.mjs +2 -2
- package/css/components/BackgroundImage/background-image.css +11 -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 +51 -53
- package/css/components/Breadcrumb/breadcrumb.d.ts +9 -10
- package/css/components/Breadcrumb/breadcrumb.js +9 -10
- package/css/components/Breadcrumb/breadcrumb.mjs +9 -10
- package/css/components/Button/button.css +476 -476
- package/css/components/Button/button.d.ts +7 -7
- package/css/components/Button/button.js +7 -7
- package/css/components/Button/button.mjs +7 -7
- package/css/components/CalendarMonth/calendar-month.css +157 -157
- package/css/components/CalendarMonth/calendar-month.d.ts +12 -12
- package/css/components/CalendarMonth/calendar-month.js +12 -12
- package/css/components/CalendarMonth/calendar-month.mjs +12 -12
- package/css/components/Card/card.css +327 -262
- package/css/components/Card/card.d.ts +22 -13
- package/css/components/Card/card.js +22 -13
- package/css/components/Card/card.mjs +22 -13
- package/css/components/Check/check.css +45 -45
- package/css/components/Check/check.d.ts +6 -6
- package/css/components/Check/check.js +6 -6
- package/css/components/Check/check.mjs +6 -6
- package/css/components/Chip/chip-group.css +91 -0
- package/css/components/Chip/chip-group.d.ts +13 -0
- package/css/components/Chip/chip-group.js +14 -0
- package/css/components/Chip/chip-group.mjs +12 -0
- 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/ClipboardCopy/clipboard-copy.css +65 -65
- package/css/components/ClipboardCopy/clipboard-copy.d.ts +9 -9
- package/css/components/ClipboardCopy/clipboard-copy.js +9 -9
- package/css/components/ClipboardCopy/clipboard-copy.mjs +9 -9
- package/css/components/CodeBlock/code-block.css +21 -21
- package/css/components/CodeBlock/code-block.d.ts +6 -6
- package/css/components/CodeBlock/code-block.js +6 -6
- package/css/components/CodeBlock/code-block.mjs +6 -6
- package/css/components/CodeEditor/code-editor.css +80 -80
- package/css/components/CodeEditor/code-editor.d.ts +12 -12
- package/css/components/CodeEditor/code-editor.js +12 -12
- package/css/components/CodeEditor/code-editor.mjs +12 -12
- package/css/components/Consoles/AccessConsoles.css +5 -4
- package/css/components/Consoles/DesktopViewer.css +1 -2
- package/css/components/Consoles/SerialConsole.css +1 -1
- package/css/components/Consoles/VncConsole.css +1 -1
- package/css/components/Content/content.css +214 -208
- package/css/components/Content/content.d.ts +3 -2
- package/css/components/Content/content.js +3 -2
- package/css/components/Content/content.mjs +3 -2
- package/css/components/ContextSelector/context-selector.css +230 -223
- package/css/components/ContextSelector/context-selector.d.ts +10 -10
- package/css/components/ContextSelector/context-selector.js +10 -10
- package/css/components/ContextSelector/context-selector.mjs +10 -10
- package/css/components/DataList/data-list-grid.css +189 -189
- package/css/components/DataList/data-list-grid.d.ts +4 -4
- package/css/components/DataList/data-list-grid.js +4 -4
- package/css/components/DataList/data-list-grid.mjs +4 -4
- package/css/components/DataList/data-list.css +524 -518
- package/css/components/DataList/data-list.d.ts +18 -18
- package/css/components/DataList/data-list.js +18 -18
- package/css/components/DataList/data-list.mjs +18 -18
- package/css/components/DatePicker/date-picker.css +40 -48
- package/css/components/DatePicker/date-picker.d.ts +6 -7
- package/css/components/DatePicker/date-picker.js +6 -7
- package/css/components/DatePicker/date-picker.mjs +6 -7
- package/css/components/DescriptionList/description-list-order.css +90 -90
- package/css/components/DescriptionList/description-list-order.d.ts +1 -1
- package/css/components/DescriptionList/description-list-order.js +1 -1
- package/css/components/DescriptionList/description-list-order.mjs +1 -1
- package/css/components/DescriptionList/description-list.css +193 -193
- package/css/components/DescriptionList/description-list.d.ts +7 -7
- package/css/components/DescriptionList/description-list.js +7 -7
- package/css/components/DescriptionList/description-list.mjs +7 -7
- package/css/components/Divider/divider.css +230 -230
- package/css/components/Divider/divider.d.ts +1 -1
- package/css/components/Divider/divider.js +1 -1
- package/css/components/Divider/divider.mjs +1 -1
- package/css/components/DragDrop/drag-drop.css +31 -31
- package/css/components/DragDrop/drag-drop.d.ts +2 -2
- package/css/components/DragDrop/drag-drop.js +2 -2
- package/css/components/DragDrop/drag-drop.mjs +2 -2
- package/css/components/Drawer/drawer.css +437 -438
- package/css/components/Drawer/drawer.d.ts +14 -14
- package/css/components/Drawer/drawer.js +14 -14
- package/css/components/Drawer/drawer.mjs +14 -14
- package/css/components/Dropdown/dropdown.css +446 -445
- package/css/components/Dropdown/dropdown.d.ts +21 -21
- package/css/components/Dropdown/dropdown.js +21 -21
- package/css/components/Dropdown/dropdown.mjs +21 -21
- package/css/components/DualListSelector/dual-list-selector.css +187 -187
- package/css/components/DualListSelector/dual-list-selector.d.ts +25 -25
- package/css/components/DualListSelector/dual-list-selector.js +25 -25
- package/css/components/DualListSelector/dual-list-selector.mjs +25 -25
- package/css/components/EmptyState/empty-state.css +91 -97
- package/css/components/EmptyState/empty-state.d.ts +9 -11
- package/css/components/EmptyState/empty-state.js +9 -11
- package/css/components/EmptyState/empty-state.mjs +9 -11
- package/css/components/ExpandableSection/expandable-section.css +102 -100
- package/css/components/ExpandableSection/expandable-section.d.ts +5 -5
- package/css/components/ExpandableSection/expandable-section.js +5 -5
- package/css/components/ExpandableSection/expandable-section.mjs +5 -5
- package/css/components/FileUpload/file-upload.css +30 -30
- package/css/components/FileUpload/file-upload.d.ts +6 -6
- package/css/components/FileUpload/file-upload.js +6 -6
- package/css/components/FileUpload/file-upload.mjs +6 -6
- package/css/components/Form/form.css +329 -327
- package/css/components/Form/form.d.ts +28 -28
- package/css/components/Form/form.js +28 -28
- package/css/components/Form/form.mjs +28 -28
- package/css/components/FormControl/form-control.css +302 -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 +91 -90
- package/css/components/Icon/icon.d.ts +5 -5
- package/css/components/Icon/icon.js +5 -5
- package/css/components/Icon/icon.mjs +5 -5
- package/css/components/InlineEdit/inline-edit.css +43 -43
- package/css/components/InlineEdit/inline-edit.d.ts +8 -8
- package/css/components/InlineEdit/inline-edit.js +8 -8
- package/css/components/InlineEdit/inline-edit.mjs +8 -8
- package/css/components/InputGroup/input-group.css +74 -98
- package/css/components/InputGroup/input-group.d.ts +7 -5
- package/css/components/InputGroup/input-group.js +7 -5
- package/css/components/InputGroup/input-group.mjs +7 -5
- package/css/components/JumpLinks/jump-links.css +178 -178
- package/css/components/JumpLinks/jump-links.d.ts +11 -11
- package/css/components/JumpLinks/jump-links.js +11 -11
- package/css/components/JumpLinks/jump-links.mjs +11 -11
- package/css/components/Label/label-group.css +137 -0
- package/css/components/Label/label-group.d.ts +18 -0
- package/css/components/Label/label-group.js +19 -0
- package/css/components/Label/label-group.mjs +17 -0
- package/css/components/Label/label.css +397 -384
- package/css/components/Label/label.d.ts +7 -6
- package/css/components/Label/label.js +7 -6
- package/css/components/Label/label.mjs +7 -6
- package/css/components/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 +139 -180
- package/css/components/LogViewer/log-viewer.d.ts +13 -16
- package/css/components/LogViewer/log-viewer.js +13 -16
- package/css/components/LogViewer/log-viewer.mjs +13 -16
- package/css/components/Login/login.css +180 -220
- package/css/components/Login/login.d.ts +19 -21
- package/css/components/Login/login.js +19 -21
- package/css/components/Login/login.mjs +19 -21
- package/css/components/Masthead/masthead.css +538 -576
- package/css/components/Masthead/masthead.d.ts +15 -16
- package/css/components/Masthead/masthead.js +15 -16
- package/css/components/Masthead/masthead.mjs +15 -16
- package/css/components/Menu/menu.css +435 -432
- package/css/components/Menu/menu.d.ts +24 -24
- package/css/components/Menu/menu.js +24 -24
- package/css/components/Menu/menu.mjs +24 -24
- package/css/components/MenuToggle/menu-toggle.css +312 -310
- package/css/components/MenuToggle/menu-toggle.d.ts +10 -10
- package/css/components/MenuToggle/menu-toggle.js +10 -10
- package/css/components/MenuToggle/menu-toggle.mjs +10 -10
- package/css/components/ModalBox/modal-box.css +119 -118
- package/css/components/ModalBox/modal-box.d.ts +13 -12
- package/css/components/ModalBox/modal-box.js +13 -12
- package/css/components/ModalBox/modal-box.mjs +13 -12
- package/css/components/MultipleFileUpload/multiple-file-upload.css +136 -136
- package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +18 -18
- package/css/components/MultipleFileUpload/multiple-file-upload.js +18 -18
- package/css/components/MultipleFileUpload/multiple-file-upload.mjs +18 -18
- package/css/components/Nav/nav.css +769 -769
- package/css/components/Nav/nav.d.ts +17 -17
- package/css/components/Nav/nav.js +17 -17
- package/css/components/Nav/nav.mjs +17 -17
- package/css/components/NotificationBadge/notification-badge.css +80 -80
- package/css/components/NotificationBadge/notification-badge.d.ts +5 -5
- package/css/components/NotificationBadge/notification-badge.js +5 -5
- package/css/components/NotificationBadge/notification-badge.mjs +5 -5
- package/css/components/NotificationDrawer/notification-drawer.css +183 -183
- package/css/components/NotificationDrawer/notification-drawer.d.ts +21 -21
- package/css/components/NotificationDrawer/notification-drawer.js +21 -21
- package/css/components/NotificationDrawer/notification-drawer.mjs +21 -21
- package/css/components/NumberInput/number-input.css +21 -21
- package/css/components/NumberInput/number-input.d.ts +5 -5
- package/css/components/NumberInput/number-input.js +5 -5
- package/css/components/NumberInput/number-input.mjs +5 -5
- package/css/components/OptionsMenu/options-menu.css +177 -179
- package/css/components/OptionsMenu/options-menu.d.ts +13 -13
- package/css/components/OptionsMenu/options-menu.js +13 -13
- package/css/components/OptionsMenu/options-menu.mjs +13 -13
- package/css/components/OverflowMenu/overflow-menu.css +42 -42
- package/css/components/OverflowMenu/overflow-menu.d.ts +6 -6
- package/css/components/OverflowMenu/overflow-menu.js +6 -6
- package/css/components/OverflowMenu/overflow-menu.mjs +6 -6
- package/css/components/Page/page.css +643 -667
- package/css/components/Page/page.d.ts +35 -35
- package/css/components/Page/page.js +35 -35
- package/css/components/Page/page.mjs +35 -35
- package/css/components/Pagination/pagination.css +271 -271
- package/css/components/Pagination/pagination.d.ts +10 -10
- package/css/components/Pagination/pagination.js +10 -10
- package/css/components/Pagination/pagination.mjs +10 -10
- package/css/components/Panel/panel.css +57 -57
- package/css/components/Panel/panel.d.ts +5 -5
- package/css/components/Panel/panel.js +5 -5
- package/css/components/Panel/panel.mjs +5 -5
- package/css/components/Popover/popover.css +128 -134
- package/css/components/Popover/popover.d.ts +13 -14
- package/css/components/Popover/popover.js +13 -14
- package/css/components/Popover/popover.mjs +13 -14
- package/css/components/Progress/progress.css +97 -94
- package/css/components/Progress/progress.d.ts +9 -9
- package/css/components/Progress/progress.js +9 -9
- package/css/components/Progress/progress.mjs +9 -9
- package/css/components/ProgressStepper/progress-stepper.css +509 -509
- package/css/components/ProgressStepper/progress-stepper.d.ts +8 -8
- package/css/components/ProgressStepper/progress-stepper.js +8 -8
- package/css/components/ProgressStepper/progress-stepper.mjs +8 -8
- package/css/components/Radio/radio.css +44 -44
- package/css/components/Radio/radio.d.ts +5 -5
- package/css/components/Radio/radio.js +5 -5
- package/css/components/Radio/radio.mjs +5 -5
- package/css/components/Select/select.css +413 -413
- package/css/components/Select/select.d.ts +34 -34
- package/css/components/Select/select.js +34 -34
- package/css/components/Select/select.mjs +34 -34
- package/css/components/Sidebar/sidebar.css +238 -195
- package/css/components/Sidebar/sidebar.d.ts +6 -4
- package/css/components/Sidebar/sidebar.js +6 -4
- package/css/components/Sidebar/sidebar.mjs +6 -4
- package/css/components/SimpleList/simple-list.css +65 -65
- package/css/components/SimpleList/simple-list.d.ts +5 -5
- package/css/components/SimpleList/simple-list.js +5 -5
- package/css/components/SimpleList/simple-list.mjs +5 -5
- package/css/components/Skeleton/skeleton.css +115 -115
- package/css/components/Skeleton/skeleton.d.ts +2 -2
- package/css/components/Skeleton/skeleton.js +2 -2
- package/css/components/Skeleton/skeleton.mjs +2 -2
- package/css/components/SkipToContent/skip-to-content.css +8 -8
- package/css/components/SkipToContent/skip-to-content.d.ts +1 -1
- package/css/components/SkipToContent/skip-to-content.js +1 -1
- package/css/components/SkipToContent/skip-to-content.mjs +1 -1
- package/css/components/Slider/slider.css +132 -132
- package/css/components/Slider/slider.d.ts +12 -12
- package/css/components/Slider/slider.js +12 -12
- package/css/components/Slider/slider.mjs +12 -12
- package/css/components/Spinner/spinner.css +57 -186
- package/css/components/Spinner/spinner.d.ts +2 -5
- package/css/components/Spinner/spinner.js +2 -5
- package/css/components/Spinner/spinner.mjs +2 -5
- package/css/components/Switch/switch.css +87 -87
- package/css/components/Switch/switch.d.ts +6 -6
- package/css/components/Switch/switch.js +6 -6
- package/css/components/Switch/switch.mjs +6 -6
- package/css/components/TabContent/tab-content.css +28 -28
- package/css/components/TabContent/tab-content.d.ts +2 -2
- package/css/components/TabContent/tab-content.js +2 -2
- package/css/components/TabContent/tab-content.mjs +2 -2
- package/css/components/Table/inline-edit.css +23 -19
- package/css/components/Table/table-grid.css +845 -845
- package/css/components/Table/table-grid.d.ts +14 -14
- package/css/components/Table/table-grid.js +14 -14
- package/css/components/Table/table-grid.mjs +14 -14
- package/css/components/Table/table-scrollable.css +38 -33
- package/css/components/Table/table-scrollable.d.ts +6 -5
- package/css/components/Table/table-scrollable.js +6 -5
- package/css/components/Table/table-scrollable.mjs +6 -5
- package/css/components/Table/table-tree-view.css +494 -484
- package/css/components/Table/table-tree-view.d.ts +13 -12
- package/css/components/Table/table-tree-view.js +13 -12
- package/css/components/Table/table-tree-view.mjs +13 -12
- package/css/components/Table/table.css +746 -744
- package/css/components/Table/table.d.ts +26 -26
- package/css/components/Table/table.js +26 -26
- package/css/components/Table/table.mjs +26 -26
- package/css/components/Tabs/tabs.css +605 -609
- package/css/components/Tabs/tabs.d.ts +17 -18
- package/css/components/Tabs/tabs.js +17 -18
- package/css/components/Tabs/tabs.mjs +17 -18
- package/css/components/TextInputGroup/text-input-group.css +92 -94
- package/css/components/TextInputGroup/text-input-group.d.ts +9 -9
- package/css/components/TextInputGroup/text-input-group.js +9 -9
- package/css/components/TextInputGroup/text-input-group.mjs +9 -9
- package/css/components/Tile/tile.css +100 -100
- package/css/components/Tile/tile.d.ts +6 -6
- package/css/components/Tile/tile.js +6 -6
- package/css/components/Tile/tile.mjs +6 -6
- package/css/components/Timestamp/timestamp.css +28 -28
- package/css/components/Timestamp/timestamp.d.ts +1 -1
- package/css/components/Timestamp/timestamp.js +1 -1
- package/css/components/Timestamp/timestamp.mjs +1 -1
- package/css/components/Title/title.css +45 -45
- package/css/components/Title/title.d.ts +1 -1
- package/css/components/Title/title.js +1 -1
- package/css/components/Title/title.mjs +1 -1
- package/css/components/ToggleGroup/toggle-group.css +81 -81
- package/css/components/ToggleGroup/toggle-group.d.ts +6 -6
- package/css/components/ToggleGroup/toggle-group.js +6 -6
- package/css/components/ToggleGroup/toggle-group.mjs +6 -6
- package/css/components/Toolbar/toolbar.css +720 -685
- package/css/components/Toolbar/toolbar.d.ts +16 -12
- package/css/components/Toolbar/toolbar.js +16 -12
- package/css/components/Toolbar/toolbar.mjs +16 -12
- package/css/components/Tooltip/tooltip.css +56 -61
- package/css/components/Tooltip/tooltip.d.ts +4 -4
- package/css/components/Tooltip/tooltip.js +4 -4
- package/css/components/Tooltip/tooltip.mjs +4 -4
- package/css/components/TreeView/tree-view.css +365 -373
- package/css/components/TreeView/tree-view.d.ts +17 -17
- package/css/components/TreeView/tree-view.js +17 -17
- package/css/components/TreeView/tree-view.mjs +17 -17
- package/css/components/Truncate/truncate.css +11 -11
- package/css/components/Truncate/truncate.d.ts +3 -3
- package/css/components/Truncate/truncate.js +3 -3
- package/css/components/Truncate/truncate.mjs +3 -3
- package/css/components/Wizard/wizard.css +321 -344
- package/css/components/Wizard/wizard.d.ts +29 -30
- package/css/components/Wizard/wizard.js +29 -30
- package/css/components/Wizard/wizard.mjs +29 -30
- package/css/docs/components/Avatar/examples/Avatar.css +1 -1
- package/css/docs/components/Button/examples/Button.css +1 -1
- package/css/docs/components/Button/examples/Button.d.ts +1 -1
- package/css/docs/components/Button/examples/Button.js +1 -1
- package/css/docs/components/Button/examples/Button.mjs +1 -1
- package/css/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/css/docs/components/DragDrop/examples/DragDrop.css +3 -3
- package/css/docs/components/DragDrop/examples/DragDrop.d.ts +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.js +1 -1
- package/css/docs/components/DragDrop/examples/DragDrop.mjs +1 -1
- package/css/docs/components/Dropdown/examples/Dropdown.css +6 -3
- package/css/docs/components/Dropdown/examples/Dropdown.d.ts +1 -1
- package/css/docs/components/Dropdown/examples/Dropdown.js +1 -1
- package/css/docs/components/Dropdown/examples/Dropdown.mjs +1 -1
- package/css/docs/components/FormControl/examples/FormControl.css +3 -3
- package/css/docs/components/Label/examples/Label.css +2 -2
- package/css/docs/components/Label/examples/Label.d.ts +1 -1
- package/css/docs/components/Label/examples/Label.js +1 -1
- package/css/docs/components/Label/examples/Label.mjs +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/css/docs/components/LogViewer/examples/LogViewer.d.ts +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.js +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.mjs +1 -1
- package/css/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/css/docs/components/ModalBox/examples/ModalBox.d.ts +1 -1
- package/css/docs/components/ModalBox/examples/ModalBox.js +1 -1
- package/css/docs/components/ModalBox/examples/ModalBox.mjs +1 -1
- package/css/docs/components/Nav/examples/Navigation.css +13 -13
- package/css/docs/components/Nav/examples/Navigation.d.ts +4 -4
- package/css/docs/components/Nav/examples/Navigation.js +4 -4
- package/css/docs/components/Nav/examples/Navigation.mjs +4 -4
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.css +1 -1
- package/css/docs/components/OverflowMenu/examples/overflow-menu.css +4 -4
- package/css/docs/components/OverflowMenu/examples/overflow-menu.d.ts +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.js +2 -2
- package/css/docs/components/OverflowMenu/examples/overflow-menu.mjs +2 -2
- package/css/docs/components/Page/examples/Page.css +11 -5
- package/css/docs/components/Page/examples/Page.d.ts +3 -3
- package/css/docs/components/Page/examples/Page.js +3 -3
- package/css/docs/components/Page/examples/Page.mjs +3 -3
- package/css/docs/components/Popover/examples/Popover.css +1 -1
- package/css/docs/components/Popover/examples/Popover.d.ts +1 -1
- package/css/docs/components/Popover/examples/Popover.js +1 -1
- package/css/docs/components/Popover/examples/Popover.mjs +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.css +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.d.ts +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.js +1 -1
- package/css/docs/components/Skeleton/examples/Skeleton.mjs +1 -1
- package/css/docs/components/Table/examples/Table.css +5 -1
- package/css/docs/components/Table/examples/Table.d.ts +1 -1
- package/css/docs/components/Table/examples/Table.js +1 -1
- package/css/docs/components/Table/examples/Table.mjs +1 -1
- package/css/docs/components/Tabs/examples/Tabs.css +1 -1
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +2 -15
- 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 +1443 -796
- package/css/layouts/Flex/flex.d.ts +149 -2
- package/css/layouts/Flex/flex.js +149 -2
- package/css/layouts/Flex/flex.mjs +149 -2
- package/css/layouts/Gallery/gallery.css +34 -34
- package/css/layouts/Gallery/gallery.d.ts +1 -1
- package/css/layouts/Gallery/gallery.js +1 -1
- package/css/layouts/Gallery/gallery.mjs +1 -1
- package/css/layouts/Grid/grid.css +531 -531
- package/css/layouts/Grid/grid.d.ts +2 -2
- package/css/layouts/Grid/grid.js +2 -2
- package/css/layouts/Grid/grid.mjs +2 -2
- package/css/layouts/Level/level.css +4 -4
- package/css/layouts/Level/level.d.ts +1 -1
- package/css/layouts/Level/level.js +1 -1
- package/css/layouts/Level/level.mjs +1 -1
- package/css/layouts/Split/split.css +6 -6
- package/css/layouts/Split/split.d.ts +2 -2
- package/css/layouts/Split/split.js +2 -2
- package/css/layouts/Split/split.mjs +2 -2
- package/css/layouts/Stack/stack.css +5 -5
- package/css/layouts/Stack/stack.d.ts +2 -2
- package/css/layouts/Stack/stack.js +2 -2
- package/css/layouts/Stack/stack.mjs +2 -2
- package/css/layouts/Toolbar/toolbar.css +20 -14
- package/css/utilities/Accessibility/accessibility.css +18 -18
- package/css/utilities/Accessibility/accessibility.d.ts +18 -18
- package/css/utilities/Accessibility/accessibility.js +18 -18
- package/css/utilities/Accessibility/accessibility.mjs +18 -18
- package/css/utilities/Alignment/alignment.css +24 -24
- package/css/utilities/Alignment/alignment.d.ts +24 -24
- package/css/utilities/Alignment/alignment.js +24 -24
- package/css/utilities/Alignment/alignment.mjs +24 -24
- package/css/utilities/BackgroundColor/BackgroundColor.css +252 -252
- package/css/utilities/BackgroundColor/BackgroundColor.d.ts +97 -97
- package/css/utilities/BackgroundColor/BackgroundColor.js +97 -97
- package/css/utilities/BackgroundColor/BackgroundColor.mjs +97 -97
- package/css/utilities/BoxShadow/box-shadow.css +42 -42
- package/css/utilities/BoxShadow/box-shadow.d.ts +21 -21
- package/css/utilities/BoxShadow/box-shadow.js +21 -21
- package/css/utilities/BoxShadow/box-shadow.mjs +21 -21
- package/css/utilities/Display/display.css +54 -54
- package/css/utilities/Display/display.d.ts +54 -54
- package/css/utilities/Display/display.js +54 -54
- package/css/utilities/Display/display.mjs +54 -54
- package/css/utilities/Flex/flex.css +228 -228
- package/css/utilities/Flex/flex.d.ts +228 -228
- package/css/utilities/Flex/flex.js +228 -228
- package/css/utilities/Flex/flex.mjs +228 -228
- package/css/utilities/Float/float.css +12 -12
- package/css/utilities/Float/float.d.ts +12 -12
- package/css/utilities/Float/float.js +12 -12
- package/css/utilities/Float/float.mjs +12 -12
- package/css/utilities/Sizing/sizing.css +244 -244
- package/css/utilities/Sizing/sizing.d.ts +196 -196
- package/css/utilities/Sizing/sizing.js +196 -196
- package/css/utilities/Sizing/sizing.mjs +196 -196
- package/css/utilities/Spacing/spacing.css +1704 -1704
- package/css/utilities/Spacing/spacing.d.ts +840 -840
- package/css/utilities/Spacing/spacing.js +840 -840
- package/css/utilities/Spacing/spacing.mjs +840 -840
- package/css/utilities/Text/text.css +643 -643
- package/css/utilities/Text/text.d.ts +284 -284
- package/css/utilities/Text/text.js +284 -284
- package/css/utilities/Text/text.mjs +284 -284
- package/package.json +4 -4
- package/scripts/generateClassMaps.js +5 -5
- package/src/css/components/Consoles/AccessConsoles.css +5 -4
- package/src/css/components/Consoles/DesktopViewer.css +1 -2
- package/src/css/components/Consoles/SerialConsole.css +1 -1
- package/src/css/components/Consoles/VncConsole.css +1 -1
- package/src/css/components/Table/inline-edit.css +23 -19
- package/src/css/layouts/Toolbar/toolbar.css +20 -14
- package/css/components/AlertGroup/alert-group.css +0 -54
- package/css/components/AlertGroup/alert-group.d.ts +0 -9
- package/css/components/AlertGroup/alert-group.mjs +0 -8
- package/css/components/ChipGroup/chip-group.css +0 -81
- package/css/components/ChipGroup/chip-group.d.ts +0 -13
- package/css/components/ChipGroup/chip-group.js +0 -14
- package/css/components/ChipGroup/chip-group.mjs +0 -12
- package/css/components/LabelGroup/label-group.css +0 -133
- package/css/components/LabelGroup/label-group.d.ts +0 -18
- package/css/components/LabelGroup/label-group.js +0 -19
- package/css/components/LabelGroup/label-group.mjs +0 -17
- package/css/components/SearchInput/search-input.css +0 -197
- package/css/components/SearchInput/search-input.d.ts +0 -24
- package/css/components/SearchInput/search-input.js +0 -25
- package/css/components/SearchInput/search-input.mjs +0 -23
- package/css/components/Topology/topology-components.css +0 -832
- package/css/components/Topology/topology-components.d.ts +0 -67
- package/css/components/Topology/topology-components.js +0 -68
- package/css/components/Topology/topology-components.mjs +0 -66
- package/css/components/Topology/topology-controlbar.css +0 -22
- package/css/components/Topology/topology-controlbar.d.ts +0 -11
- package/css/components/Topology/topology-controlbar.js +0 -12
- package/css/components/Topology/topology-controlbar.mjs +0 -10
- package/css/components/Topology/topology-pipelines.css +0 -554
- package/css/components/Topology/topology-pipelines.d.ts +0 -30
- package/css/components/Topology/topology-pipelines.js +0 -31
- package/css/components/Topology/topology-pipelines.mjs +0 -29
- package/css/components/Topology/topology-side-bar.css +0 -73
- package/css/components/Topology/topology-side-bar.d.ts +0 -14
- package/css/components/Topology/topology-side-bar.js +0 -15
- package/css/components/Topology/topology-side-bar.mjs +0 -13
- package/css/components/Topology/topology-view.css +0 -13
- package/css/components/Topology/topology-view.d.ts +0 -6
- package/css/components/Topology/topology-view.js +0 -7
- package/css/components/Topology/topology-view.mjs +0 -5
- package/css/docs/components/SearchInput/examples/SearchInput.css +0 -12
- package/css/docs/components/SearchInput/examples/SearchInput.d.ts +0 -3
- package/css/docs/components/SearchInput/examples/SearchInput.js +0 -4
- package/css/docs/components/SearchInput/examples/SearchInput.mjs +0 -2
- package/src/css/components/Topology/topology-components.css +0 -832
- package/src/css/components/Topology/topology-controlbar.css +0 -22
- package/src/css/components/Topology/topology-pipelines.css +0 -554
- package/src/css/components/Topology/topology-side-bar.css +0 -73
- package/src/css/components/Topology/topology-view.css +0 -13
@@ -1,89 +1,89 @@
|
|
1
|
-
.pf-c-table[class*=pf-m-grid] {
|
2
|
-
--pf-c-table--responsive--BorderColor: var(--pf-global--BorderColor--300);
|
3
|
-
--pf-c-table--tbody--responsive--border-width--base: var(--pf-global--spacer--sm);
|
4
|
-
--pf-c-table--tbody--after--border-width--base: var(--pf-global--BorderWidth--lg);
|
5
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
6
|
-
--pf-c-table--tbody--after--BorderColor: var(--pf-global--active-color--100);
|
7
|
-
--pf-c-table-tr--responsive--border-width--base: var(--pf-global--spacer--sm);
|
8
|
-
--pf-c-table-tr--responsive--last-child--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
9
|
-
--pf-c-table-tr--responsive--GridColumnGap: var(--pf-global--spacer--md);
|
10
|
-
--pf-c-table-tr--responsive--MarginTop: var(--pf-global--spacer--sm);
|
11
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-global--spacer--md);
|
12
|
-
--pf-c-table-tr--responsive--PaddingRight: var(--pf-global--spacer--lg);
|
13
|
-
--pf-c-table-tr--responsive--xl--PaddingRight: var(--pf-global--spacer--md);
|
14
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-global--spacer--md);
|
15
|
-
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-global--spacer--lg);
|
16
|
-
--pf-c-table-tr--responsive--xl--PaddingLeft: var(--pf-global--spacer--md);
|
17
|
-
--pf-c-table-tr--responsive--nested-table--PaddingTop: var(--pf-global--spacer--xl);
|
18
|
-
--pf-c-table-tr--responsive--nested-table--PaddingRight: var(--pf-global--spacer--lg);
|
19
|
-
--pf-c-table-tr--responsive--nested-table--PaddingBottom: var(--pf-global--spacer--xl);
|
20
|
-
--pf-c-table-tr--responsive--nested-table--PaddingLeft: var(--pf-global--spacer--lg);
|
21
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: 0;
|
22
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: transparent;
|
23
|
-
--pf-c-table--tbody--m-expanded--after--tr--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
24
|
-
--pf-c-table--tbody--m-expanded--after--tr--BorderLeftColor: var(--pf-global--active-color--400);
|
25
|
-
--pf-c-table--tbody--m-selected--after--tr--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
26
|
-
--pf-c-table--tbody--m-selected--after--tr--BorderLeftColor: var(--pf-global--active-color--100);
|
27
|
-
--pf-c-table--m-grid--cell--hidden-visible--Display: grid;
|
28
|
-
--pf-c-table--m-grid--cell--PaddingTop: 0;
|
29
|
-
--pf-c-table--m-grid--cell--PaddingRight: 0;
|
30
|
-
--pf-c-table--m-grid--cell--PaddingBottom: 0;
|
31
|
-
--pf-c-table--m-grid--cell--PaddingLeft: 0;
|
32
|
-
--pf-c-table-td--responsive--GridColumnGap: var(--pf-global--spacer--md);
|
33
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-global--spacer--md);
|
34
|
-
--pf-c-table--cell--responsive--PaddingBottom: var(--pf-global--spacer--sm);
|
35
|
-
--pf-c-table--cell--first-child--responsive--PaddingTop: var(--pf-global--spacer--sm);
|
36
|
-
--pf-c-table--cell--responsive--PaddingRight: 0;
|
37
|
-
--pf-c-table--cell--responsive--PaddingLeft: 0;
|
38
|
-
--pf-c-table--m-compact-tr--responsive--PaddingTop: var(--pf-global--spacer--sm);
|
39
|
-
--pf-c-table--m-compact-tr--responsive--PaddingBottom: var(--pf-global--spacer--sm);
|
40
|
-
--pf-c-table--m-compact-tr-td--responsive--PaddingTop: var(--pf-global--spacer--xs);
|
41
|
-
--pf-c-table--m-compact-tr-td--responsive--PaddingBottom: var(--pf-global--spacer--xs);
|
42
|
-
--pf-c-table--m-compact__action--responsive--MarginTop: calc(var(--pf-global--spacer--xs) * -1);
|
43
|
-
--pf-c-table--m-compact__action--responsive--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
44
|
-
--pf-c-table--m-compact__toggle--c-button--responsive--MarginBottom: calc(0.375rem * -1);
|
45
|
-
--pf-c-table__expandable-row-content--responsive--PaddingRight: var(--pf-global--spacer--lg);
|
46
|
-
--pf-c-table__expandable-row-content--responsive--PaddingLeft: var(--pf-global--spacer--lg);
|
47
|
-
--pf-c-table__expandable-row-content--responsive--xl--PaddingRight: var(--pf-global--spacer--md);
|
48
|
-
--pf-c-table__expandable-row-content--responsive--xl--PaddingLeft: var(--pf-global--spacer--md);
|
49
|
-
--pf-c-table__expandable-row-content--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
50
|
-
--pf-c-table__check--responsive--MarginLeft: var(--pf-global--spacer--sm);
|
51
|
-
--pf-c-table__check--responsive--MarginTop: 0.875rem;
|
52
|
-
--pf-c-table--m-grid__favorite--MarginTop: 0.5rem;
|
53
|
-
--pf-c-table--m-grid__check--favorite--MarginLeft: var(--pf-global--spacer--xl);
|
54
|
-
--pf-c-table--m-grid__action--MarginTop: 0.375rem;
|
55
|
-
--pf-c-table__action--responsive--MarginLeft: var(--pf-global--spacer--xl);
|
56
|
-
--pf-c-table--m-grid__favorite--action--MarginLeft: var(--pf-global--spacer--2xl);
|
57
|
-
--pf-c-table--m-grid__check--favorite--action--MarginLeft: calc(var(--pf-c-table--m-grid__check--favorite--MarginLeft) + var(--pf-c-table--m-grid__favorite--action--MarginLeft));
|
58
|
-
--pf-c-table__toggle__icon--Transition: .2s ease-in 0s;
|
59
|
-
--pf-c-table__toggle--m-expanded__icon--Rotate: 180deg;
|
1
|
+
.pf-v5-c-table[class*=pf-m-grid] {
|
2
|
+
--pf-v5-c-table--responsive--BorderColor: var(--pf-v5-global--BorderColor--300);
|
3
|
+
--pf-v5-c-table--tbody--responsive--border-width--base: var(--pf-v5-global--spacer--sm);
|
4
|
+
--pf-v5-c-table--tbody--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
|
5
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
6
|
+
--pf-v5-c-table--tbody--after--BorderColor: var(--pf-v5-global--active-color--100);
|
7
|
+
--pf-v5-c-table-tr--responsive--border-width--base: var(--pf-v5-global--spacer--sm);
|
8
|
+
--pf-v5-c-table-tr--responsive--last-child--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
|
9
|
+
--pf-v5-c-table-tr--responsive--GridColumnGap: var(--pf-v5-global--spacer--md);
|
10
|
+
--pf-v5-c-table-tr--responsive--MarginTop: var(--pf-v5-global--spacer--sm);
|
11
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-global--spacer--md);
|
12
|
+
--pf-v5-c-table-tr--responsive--PaddingRight: var(--pf-v5-global--spacer--lg);
|
13
|
+
--pf-v5-c-table-tr--responsive--xl--PaddingRight: var(--pf-v5-global--spacer--md);
|
14
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-global--spacer--md);
|
15
|
+
--pf-v5-c-table-tr--responsive--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
16
|
+
--pf-v5-c-table-tr--responsive--xl--PaddingLeft: var(--pf-v5-global--spacer--md);
|
17
|
+
--pf-v5-c-table-tr--responsive--nested-table--PaddingTop: var(--pf-v5-global--spacer--xl);
|
18
|
+
--pf-v5-c-table-tr--responsive--nested-table--PaddingRight: var(--pf-v5-global--spacer--lg);
|
19
|
+
--pf-v5-c-table-tr--responsive--nested-table--PaddingBottom: var(--pf-v5-global--spacer--xl);
|
20
|
+
--pf-v5-c-table-tr--responsive--nested-table--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
21
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: 0;
|
22
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: transparent;
|
23
|
+
--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftWidth: var(--pf-v5-c-table__expandable-row--after--border-width--base);
|
24
|
+
--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftColor: var(--pf-v5-global--active-color--400);
|
25
|
+
--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftWidth: var(--pf-v5-c-table__expandable-row--after--border-width--base);
|
26
|
+
--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftColor: var(--pf-v5-global--active-color--100);
|
27
|
+
--pf-v5-c-table--m-grid--cell--hidden-visible--Display: grid;
|
28
|
+
--pf-v5-c-table--m-grid--cell--PaddingTop: 0;
|
29
|
+
--pf-v5-c-table--m-grid--cell--PaddingRight: 0;
|
30
|
+
--pf-v5-c-table--m-grid--cell--PaddingBottom: 0;
|
31
|
+
--pf-v5-c-table--m-grid--cell--PaddingLeft: 0;
|
32
|
+
--pf-v5-c-table-td--responsive--GridColumnGap: var(--pf-v5-global--spacer--md);
|
33
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-global--spacer--md);
|
34
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-global--spacer--sm);
|
35
|
+
--pf-v5-c-table--cell--first-child--responsive--PaddingTop: var(--pf-v5-global--spacer--sm);
|
36
|
+
--pf-v5-c-table--cell--responsive--PaddingRight: 0;
|
37
|
+
--pf-v5-c-table--cell--responsive--PaddingLeft: 0;
|
38
|
+
--pf-v5-c-table--m-compact-tr--responsive--PaddingTop: var(--pf-v5-global--spacer--sm);
|
39
|
+
--pf-v5-c-table--m-compact-tr--responsive--PaddingBottom: var(--pf-v5-global--spacer--sm);
|
40
|
+
--pf-v5-c-table--m-compact-tr-td--responsive--PaddingTop: var(--pf-v5-global--spacer--xs);
|
41
|
+
--pf-v5-c-table--m-compact-tr-td--responsive--PaddingBottom: var(--pf-v5-global--spacer--xs);
|
42
|
+
--pf-v5-c-table--m-compact__action--responsive--MarginTop: calc(var(--pf-v5-global--spacer--xs) * -1);
|
43
|
+
--pf-v5-c-table--m-compact__action--responsive--MarginBottom: calc(var(--pf-v5-global--spacer--xs) * -1);
|
44
|
+
--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom: calc(0.375rem * -1);
|
45
|
+
--pf-v5-c-table__expandable-row-content--responsive--PaddingRight: var(--pf-v5-global--spacer--lg);
|
46
|
+
--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
47
|
+
--pf-v5-c-table__expandable-row-content--responsive--xl--PaddingRight: var(--pf-v5-global--spacer--md);
|
48
|
+
--pf-v5-c-table__expandable-row-content--responsive--xl--PaddingLeft: var(--pf-v5-global--spacer--md);
|
49
|
+
--pf-v5-c-table__expandable-row-content--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
50
|
+
--pf-v5-c-table__check--responsive--MarginLeft: var(--pf-v5-global--spacer--sm);
|
51
|
+
--pf-v5-c-table__check--responsive--MarginTop: 0.875rem;
|
52
|
+
--pf-v5-c-table--m-grid__favorite--MarginTop: 0.5rem;
|
53
|
+
--pf-v5-c-table--m-grid__check--favorite--MarginLeft: var(--pf-v5-global--spacer--xl);
|
54
|
+
--pf-v5-c-table--m-grid__action--MarginTop: 0.375rem;
|
55
|
+
--pf-v5-c-table__action--responsive--MarginLeft: var(--pf-v5-global--spacer--xl);
|
56
|
+
--pf-v5-c-table--m-grid__favorite--action--MarginLeft: var(--pf-v5-global--spacer--2xl);
|
57
|
+
--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft: calc(var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft) + var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft));
|
58
|
+
--pf-v5-c-table__toggle__icon--Transition: .2s ease-in 0s;
|
59
|
+
--pf-v5-c-table__toggle--m-expanded__icon--Rotate: 180deg;
|
60
60
|
}
|
61
61
|
@media screen and (max-width: 1200px) {
|
62
|
-
.pf-c-table[class*=pf-m-grid] {
|
63
|
-
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--xl--PaddingRight);
|
64
|
-
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--xl--PaddingLeft);
|
62
|
+
.pf-v5-c-table[class*=pf-m-grid] {
|
63
|
+
--pf-v5-c-table-tr--responsive--PaddingRight: var(--pf-v5-c-table-tr--responsive--xl--PaddingRight);
|
64
|
+
--pf-v5-c-table-tr--responsive--PaddingLeft: var(--pf-v5-c-table-tr--responsive--xl--PaddingLeft);
|
65
65
|
}
|
66
66
|
}
|
67
67
|
@media screen and (max-width: 1200px) {
|
68
|
-
.pf-c-table[class*=pf-m-grid] {
|
69
|
-
--pf-c-table__expandable-row-content--responsive--PaddingRight: var(--pf-c-table__expandable-row-content--responsive--xl--PaddingRight);
|
70
|
-
--pf-c-table__expandable-row-content--responsive--PaddingLeft: var(--pf-c-table__expandable-row-content--responsive--xl--PaddingLeft);
|
68
|
+
.pf-v5-c-table[class*=pf-m-grid] {
|
69
|
+
--pf-v5-c-table__expandable-row-content--responsive--PaddingRight: var(--pf-v5-c-table__expandable-row-content--responsive--xl--PaddingRight);
|
70
|
+
--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft: var(--pf-v5-c-table__expandable-row-content--responsive--xl--PaddingLeft);
|
71
71
|
}
|
72
72
|
}
|
73
73
|
|
74
|
-
.pf-m-grid.pf-c-table {
|
75
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
76
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
77
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
78
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
79
|
-
--pf-c-table__favorite--c-button--MarginTop: auto;
|
80
|
-
--pf-c-table__favorite--c-button--MarginRight: auto;
|
81
|
-
--pf-c-table__favorite--c-button--MarginBottom: auto;
|
82
|
-
--pf-c-table__favorite--c-button--MarginLeft: auto;
|
74
|
+
.pf-m-grid.pf-v5-c-table {
|
75
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
76
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
77
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
78
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
79
|
+
--pf-v5-c-table__favorite--c-button--MarginTop: auto;
|
80
|
+
--pf-v5-c-table__favorite--c-button--MarginRight: auto;
|
81
|
+
--pf-v5-c-table__favorite--c-button--MarginBottom: auto;
|
82
|
+
--pf-v5-c-table__favorite--c-button--MarginLeft: auto;
|
83
83
|
display: grid;
|
84
84
|
border: none;
|
85
85
|
}
|
86
|
-
.pf-m-grid.pf-c-table tr > * {
|
86
|
+
.pf-m-grid.pf-v5-c-table tr > * {
|
87
87
|
width: auto;
|
88
88
|
min-width: 0;
|
89
89
|
max-width: none;
|
@@ -91,301 +91,301 @@
|
|
91
91
|
text-overflow: clip;
|
92
92
|
white-space: normal;
|
93
93
|
}
|
94
|
-
.pf-m-grid.pf-c-table .pf-c-table__text {
|
94
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__text {
|
95
95
|
position: relative;
|
96
96
|
width: auto;
|
97
97
|
min-width: 0;
|
98
98
|
max-width: none;
|
99
|
-
overflow: var(--pf-c-table--cell--Overflow);
|
100
|
-
text-overflow: var(--pf-c-table--cell--TextOverflow);
|
101
|
-
white-space: var(--pf-c-table--cell--WhiteSpace);
|
99
|
+
overflow: var(--pf-v5-c-table--cell--Overflow);
|
100
|
+
text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
|
101
|
+
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
102
102
|
}
|
103
|
-
.pf-m-grid.pf-c-table thead {
|
103
|
+
.pf-m-grid.pf-v5-c-table thead {
|
104
104
|
display: none;
|
105
105
|
}
|
106
|
-
.pf-m-grid.pf-c-table tbody {
|
106
|
+
.pf-m-grid.pf-v5-c-table tbody {
|
107
107
|
display: block;
|
108
108
|
}
|
109
|
-
.pf-m-grid.pf-c-table tbody:first-of-type {
|
110
|
-
border-top: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
109
|
+
.pf-m-grid.pf-v5-c-table tbody:first-of-type {
|
110
|
+
border-top: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
111
111
|
}
|
112
|
-
.pf-m-grid.pf-c-table table.pf-m-compact > tbody {
|
112
|
+
.pf-m-grid.pf-v5-c-table table.pf-m-compact > tbody {
|
113
113
|
border-top: 0;
|
114
114
|
}
|
115
|
-
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
116
|
-
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
115
|
+
.pf-m-grid.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
116
|
+
border-bottom: var(--pf-v5-c-table-tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
117
117
|
}
|
118
|
-
.pf-m-grid.pf-c-table tr:last-child,
|
119
|
-
.pf-m-grid.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
120
|
-
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
118
|
+
.pf-m-grid.pf-v5-c-table tr:last-child,
|
119
|
+
.pf-m-grid.pf-v5-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
120
|
+
border-bottom-width: var(--pf-v5-c-table-tr--responsive--last-child--BorderBottomWidth);
|
121
121
|
}
|
122
|
-
.pf-m-grid.pf-c-table tbody.pf-m-expanded {
|
123
|
-
border-bottom: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
122
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-expanded {
|
123
|
+
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
124
124
|
}
|
125
|
-
.pf-m-grid.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
|
125
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-expanded tr:not(.pf-v5-c-table__expandable-row) {
|
126
126
|
border-bottom: 0;
|
127
127
|
}
|
128
|
-
.pf-m-grid.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
129
|
-
border-bottom: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
128
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
129
|
+
border-bottom: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
130
130
|
}
|
131
|
-
.pf-m-grid.pf-c-table tr.pf-m-selected {
|
132
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
133
|
-
--pf-c-table__expandable-row--after--BorderColor: transparent;
|
131
|
+
.pf-m-grid.pf-v5-c-table tr.pf-m-selected {
|
132
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
133
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: transparent;
|
134
134
|
}
|
135
|
-
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
135
|
+
.pf-m-grid.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
136
136
|
display: grid;
|
137
137
|
grid-template-columns: 1fr;
|
138
138
|
height: auto;
|
139
139
|
grid-auto-columns: max-content;
|
140
|
-
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
|
141
|
-
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft);
|
140
|
+
grid-column-gap: var(--pf-v5-c-table-tr--responsive--GridColumnGap);
|
141
|
+
padding: var(--pf-v5-c-table-tr--responsive--PaddingTop) var(--pf-v5-c-table-tr--responsive--PaddingRight) var(--pf-v5-c-table-tr--responsive--PaddingBottom) var(--pf-v5-c-table-tr--responsive--PaddingLeft);
|
142
142
|
}
|
143
|
-
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
|
144
|
-
padding: var(--pf-c-table--cell--responsive--PaddingTop) var(--pf-c-table--cell--responsive--PaddingRight) var(--pf-c-table--cell--responsive--PaddingBottom) var(--pf-c-table--cell--responsive--PaddingLeft);
|
143
|
+
.pf-m-grid.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > * {
|
144
|
+
padding: var(--pf-v5-c-table--cell--responsive--PaddingTop) var(--pf-v5-c-table--cell--responsive--PaddingRight) var(--pf-v5-c-table--cell--responsive--PaddingBottom) var(--pf-v5-c-table--cell--responsive--PaddingLeft);
|
145
145
|
}
|
146
|
-
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) > *:first-child {
|
147
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--cell--first-child--responsive--PaddingTop);
|
146
|
+
.pf-m-grid.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > *:first-child {
|
147
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
|
148
148
|
}
|
149
|
-
.pf-m-grid.pf-c-table.pf-m-compact {
|
150
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table--m-compact-tr--responsive--PaddingTop);
|
151
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr--responsive--PaddingBottom);
|
152
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
|
153
|
-
--pf-c-table--cell--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
154
|
-
--pf-c-table__check--input--MarginTop: 0;
|
149
|
+
.pf-m-grid.pf-v5-c-table.pf-m-compact {
|
150
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingTop);
|
151
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingBottom);
|
152
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingTop);
|
153
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
154
|
+
--pf-v5-c-table__check--input--MarginTop: 0;
|
155
155
|
}
|
156
|
-
.pf-m-grid.pf-c-table.pf-m-compact .pf-c-table__action {
|
157
|
-
margin-top: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
158
|
-
margin-bottom: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
156
|
+
.pf-m-grid.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
|
157
|
+
margin-top: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
158
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
159
159
|
}
|
160
|
-
.pf-m-grid.pf-c-table.pf-m-compact .pf-c-table__toggle .pf-c-button {
|
161
|
-
margin-bottom: var(--pf-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
160
|
+
.pf-m-grid.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
|
161
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
162
162
|
}
|
163
|
-
.pf-m-grid.pf-c-table .pf-c-table__icon > * {
|
163
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__icon > * {
|
164
164
|
text-align: left;
|
165
165
|
}
|
166
|
-
.pf-m-grid.pf-c-table [data-label] {
|
167
|
-
--pf-c-table--cell--hidden-visible--Display: var(--pf-c-table--m-grid--cell--hidden-visible--Display);
|
166
|
+
.pf-m-grid.pf-v5-c-table [data-label] {
|
167
|
+
--pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
|
168
168
|
grid-column: 1;
|
169
|
-
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
|
169
|
+
grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
|
170
170
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
171
171
|
align-items: start;
|
172
172
|
}
|
173
|
-
.pf-m-grid.pf-c-table [data-label] > * {
|
173
|
+
.pf-m-grid.pf-v5-c-table [data-label] > * {
|
174
174
|
grid-column: 2;
|
175
175
|
}
|
176
|
-
.pf-m-grid.pf-c-table [data-label]::before {
|
176
|
+
.pf-m-grid.pf-v5-c-table [data-label]::before {
|
177
177
|
font-weight: bold;
|
178
178
|
text-align: left;
|
179
179
|
content: attr(data-label);
|
180
180
|
}
|
181
|
-
.pf-m-grid.pf-c-table tr > *:first-child {
|
182
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
181
|
+
.pf-m-grid.pf-v5-c-table tr > *:first-child {
|
182
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
183
183
|
}
|
184
|
-
.pf-m-grid.pf-c-table tr > *:last-child {
|
185
|
-
--pf-c-table--cell--PaddingRight: 0;
|
184
|
+
.pf-m-grid.pf-v5-c-table tr > *:last-child {
|
185
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
186
186
|
}
|
187
|
-
.pf-m-grid.pf-c-table .pf-c-table {
|
188
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
|
189
|
-
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
|
190
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
|
191
|
-
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
|
187
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table {
|
188
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingTop);
|
189
|
+
--pf-v5-c-table-tr--responsive--PaddingRight: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingRight);
|
190
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingBottom);
|
191
|
+
--pf-v5-c-table-tr--responsive--PaddingLeft: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingLeft);
|
192
192
|
border: 0;
|
193
193
|
}
|
194
|
-
.pf-m-grid.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
|
195
|
-
--pf-c-table-tr--responsive--PaddingTop: 0;
|
194
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) + tr:not(.pf-v5-c-table__expandable-row) {
|
195
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: 0;
|
196
196
|
}
|
197
|
-
.pf-m-grid.pf-c-table .pf-c-table__compound-expansion-toggle {
|
198
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
199
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
200
|
-
--pf-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
197
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
|
198
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
199
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
200
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
201
201
|
}
|
202
|
-
.pf-m-grid.pf-c-table tbody {
|
202
|
+
.pf-m-grid.pf-v5-c-table tbody {
|
203
203
|
position: relative;
|
204
204
|
}
|
205
|
-
.pf-m-grid.pf-c-table tbody::after {
|
205
|
+
.pf-m-grid.pf-v5-c-table tbody::after {
|
206
206
|
position: absolute;
|
207
207
|
top: 0;
|
208
208
|
bottom: 0;
|
209
209
|
left: 0;
|
210
210
|
content: "";
|
211
211
|
border: 0;
|
212
|
-
border-left: var(--pf-c-table--tbody--after--BorderLeftWidth) solid var(--pf-c-table--tbody--after--BorderColor);
|
212
|
+
border-left: var(--pf-v5-c-table--tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table--tbody--after--BorderColor);
|
213
213
|
}
|
214
|
-
.pf-m-grid.pf-c-table tbody.pf-m-expanded {
|
215
|
-
--pf-c-table--tbody--after--BorderLeftWidth: var(--pf-c-table--tbody--after--border-width--base);
|
214
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-expanded {
|
215
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: var(--pf-v5-c-table--tbody--after--border-width--base);
|
216
216
|
}
|
217
|
-
.pf-m-grid.pf-c-table tbody.pf-m-expanded tbody {
|
218
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
217
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-expanded tbody {
|
218
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
219
219
|
}
|
220
|
-
.pf-m-grid.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::after {
|
221
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
220
|
+
.pf-m-grid.pf-v5-c-table tbody > tr > :first-child:not(.pf-v5-c-table__check)::after {
|
221
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
222
222
|
position: static;
|
223
223
|
width: auto;
|
224
224
|
background-color: transparent;
|
225
225
|
}
|
226
|
-
.pf-m-grid.pf-c-table .pf-c-table__expandable-row {
|
227
|
-
--pf-c-table--cell--responsive--PaddingTop: 0;
|
228
|
-
--pf-c-table--cell--responsive--PaddingRight: 0;
|
229
|
-
--pf-c-table--cell--responsive--PaddingBottom: 0;
|
230
|
-
--pf-c-table--cell--responsive--PaddingLeft: 0;
|
231
|
-
--pf-c-table--cell--PaddingRight: 0;
|
232
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
226
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row {
|
227
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: 0;
|
228
|
+
--pf-v5-c-table--cell--responsive--PaddingRight: 0;
|
229
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: 0;
|
230
|
+
--pf-v5-c-table--cell--responsive--PaddingLeft: 0;
|
231
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
232
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
233
233
|
display: block;
|
234
|
-
max-height: var(--pf-c-table__expandable-row--MaxHeight);
|
234
|
+
max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
|
235
235
|
overflow-y: auto;
|
236
236
|
border-bottom: none;
|
237
237
|
box-shadow: none;
|
238
238
|
}
|
239
|
-
.pf-m-grid.pf-c-table .pf-c-table__expandable-row > * {
|
239
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
|
240
240
|
position: static;
|
241
241
|
display: block;
|
242
242
|
}
|
243
|
-
.pf-m-grid.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
|
244
|
-
border-top-color: var(--pf-c-table--BorderColor);
|
243
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
|
244
|
+
border-top-color: var(--pf-v5-c-table--BorderColor);
|
245
245
|
}
|
246
|
-
.pf-m-grid.pf-c-table .pf-c-table__expandable-row > :first-child:not(.pf-c-table__check)::after {
|
246
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
|
247
247
|
content: none;
|
248
248
|
}
|
249
|
-
.pf-m-grid.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content, .pf-m-grid.pf-c-table .pf-c-table__expandable-row th.pf-m-no-padding .pf-c-table__expandable-row-content {
|
249
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row td.pf-m-no-padding .pf-v5-c-table__expandable-row-content, .pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row th.pf-m-no-padding .pf-v5-c-table__expandable-row-content {
|
250
250
|
padding: 0;
|
251
251
|
}
|
252
|
-
.pf-m-grid.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
252
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
253
253
|
display: none;
|
254
254
|
}
|
255
|
-
.pf-m-grid.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
256
|
-
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
257
|
-
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft);
|
255
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
|
256
|
+
padding-right: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
|
257
|
+
padding-left: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
|
258
258
|
}
|
259
|
-
.pf-m-grid.pf-c-table tbody.pf-m-hoverable {
|
260
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
261
|
-
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
259
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-hoverable {
|
260
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
261
|
+
--pf-v5-c-table--tbody--after--BorderLeftColor: transparent;
|
262
262
|
}
|
263
|
-
.pf-m-grid.pf-c-table tbody.pf-m-hoverable,
|
264
|
-
.pf-m-grid.pf-c-table tbody.pf-m-hoverable > tr {
|
263
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-hoverable,
|
264
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-hoverable > tr {
|
265
265
|
position: relative;
|
266
266
|
}
|
267
|
-
.pf-m-grid.pf-c-table tbody.pf-m-hoverable > tr::after {
|
267
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-hoverable > tr::after {
|
268
268
|
content: "";
|
269
269
|
position: absolute;
|
270
270
|
top: 0;
|
271
271
|
bottom: 0;
|
272
272
|
left: 0;
|
273
|
-
width: var(--pf-c-table--tbody--after--tr--BorderLeftWidth);
|
274
|
-
background-color: var(--pf-c-table--tbody--after--tr--BorderLeftColor);
|
273
|
+
width: var(--pf-v5-c-table--tbody--after--tr--BorderLeftWidth);
|
274
|
+
background-color: var(--pf-v5-c-table--tbody--after--tr--BorderLeftColor);
|
275
275
|
}
|
276
|
-
.pf-m-grid.pf-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
277
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
278
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
276
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
277
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
278
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
279
279
|
}
|
280
|
-
.pf-m-grid.pf-c-table tbody.pf-m-hoverable.pf-m-selected {
|
281
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
282
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
280
|
+
.pf-m-grid.pf-v5-c-table tbody.pf-m-hoverable.pf-m-selected {
|
281
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
282
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
283
283
|
}
|
284
|
-
.pf-m-grid.pf-c-table tr.pf-m-selected::after {
|
284
|
+
.pf-m-grid.pf-v5-c-table tr.pf-m-selected::after {
|
285
285
|
content: "";
|
286
286
|
position: absolute;
|
287
287
|
top: 0;
|
288
288
|
bottom: 0;
|
289
289
|
left: 0;
|
290
|
-
width: var(--pf-c-table--tr--m-selected--after--BorderLeftWidth);
|
291
|
-
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
290
|
+
width: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftWidth);
|
291
|
+
background-color: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftColor);
|
292
292
|
}
|
293
|
-
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
294
|
-
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
295
|
-
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
296
|
-
.pf-m-grid.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
293
|
+
.pf-m-grid.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
|
294
|
+
.pf-m-grid.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
|
295
|
+
.pf-m-grid.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
|
296
|
+
.pf-m-grid.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
|
297
297
|
width: auto;
|
298
298
|
padding: 0;
|
299
299
|
}
|
300
|
-
.pf-m-grid.pf-c-table .pf-c-table__toggle {
|
300
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__toggle {
|
301
301
|
grid-row-start: 20;
|
302
302
|
grid-column: -1;
|
303
303
|
justify-self: end;
|
304
304
|
padding-right: 0;
|
305
305
|
}
|
306
|
-
.pf-m-grid.pf-c-table .pf-c-table__toggle::after {
|
306
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__toggle::after {
|
307
307
|
content: none;
|
308
308
|
}
|
309
|
-
.pf-m-grid.pf-c-table .pf-c-table__button {
|
310
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
311
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
312
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
313
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
309
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__button {
|
310
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
311
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
312
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
313
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
314
314
|
}
|
315
|
-
.pf-m-grid.pf-c-table .pf-c-table__check,
|
316
|
-
.pf-m-grid.pf-c-table .pf-c-table__favorite,
|
317
|
-
.pf-m-grid.pf-c-table .pf-c-table__action {
|
315
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__check,
|
316
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__favorite,
|
317
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__action {
|
318
318
|
grid-row-start: 1;
|
319
319
|
grid-column-start: 2;
|
320
320
|
}
|
321
|
-
.pf-m-grid.pf-c-table .pf-c-table__check {
|
322
|
-
margin-top: var(--pf-c-table__check--responsive--MarginTop);
|
323
|
-
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
|
321
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__check {
|
322
|
+
margin-top: var(--pf-v5-c-table__check--responsive--MarginTop);
|
323
|
+
margin-left: var(--pf-v5-c-table__check--responsive--MarginLeft);
|
324
324
|
}
|
325
|
-
.pf-m-grid.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite {
|
326
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--MarginLeft);
|
325
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
|
326
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
|
327
327
|
}
|
328
|
-
.pf-m-grid.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite ~ .pf-c-table__action {
|
329
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--action--MarginLeft);
|
328
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
329
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
|
330
330
|
}
|
331
|
-
.pf-m-grid.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
|
332
|
-
margin-left: var(--pf-c-table__action--responsive--MarginLeft);
|
331
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
|
332
|
+
margin-left: var(--pf-v5-c-table__action--responsive--MarginLeft);
|
333
333
|
}
|
334
|
-
.pf-m-grid.pf-c-table .pf-c-table__favorite {
|
335
|
-
margin-top: var(--pf-c-table--m-grid__favorite--MarginTop);
|
334
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__favorite {
|
335
|
+
margin-top: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
|
336
336
|
}
|
337
|
-
.pf-m-grid.pf-c-table .pf-c-table__favorite ~ .pf-c-table__action {
|
338
|
-
margin-left: var(--pf-c-table--m-grid__favorite--action--MarginLeft);
|
337
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
338
|
+
margin-left: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
|
339
339
|
}
|
340
|
-
.pf-m-grid.pf-c-table .pf-c-table__action {
|
341
|
-
margin-top: var(--pf-c-table--m-grid__action--MarginTop);
|
340
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__action {
|
341
|
+
margin-top: var(--pf-v5-c-table--m-grid__action--MarginTop);
|
342
342
|
text-align: right;
|
343
343
|
}
|
344
344
|
@media screen and (max-width: 576px) {
|
345
|
-
.pf-m-grid.pf-c-table .pf-c-table__action {
|
345
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__action {
|
346
346
|
grid-row-start: 1;
|
347
347
|
grid-column-start: 2;
|
348
348
|
margin-left: 0;
|
349
349
|
}
|
350
350
|
}
|
351
|
-
.pf-m-grid.pf-c-table .pf-c-table__inline-edit-action {
|
351
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
|
352
352
|
grid-column: 2;
|
353
353
|
grid-row: 2;
|
354
354
|
}
|
355
|
-
.pf-m-grid.pf-c-table .pf-c-table__toggle-icon {
|
356
|
-
transition: var(--pf-c-table__toggle__icon--Transition);
|
355
|
+
.pf-m-grid.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
356
|
+
transition: var(--pf-v5-c-table__toggle__icon--Transition);
|
357
357
|
}
|
358
|
-
.pf-c-button.pf-m-expanded > .pf-m-grid.pf-c-table .pf-c-table__toggle-icon {
|
359
|
-
transform: rotate(var(--pf-c-table__toggle--m-expanded__icon--Rotate));
|
358
|
+
.pf-v5-c-button.pf-m-expanded > .pf-m-grid.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
359
|
+
transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
|
360
360
|
}
|
361
|
-
.pf-m-grid.pf-c-table .pf-m-nowrap {
|
362
|
-
--pf-c-table--cell--Overflow: auto;
|
361
|
+
.pf-m-grid.pf-v5-c-table .pf-m-nowrap {
|
362
|
+
--pf-v5-c-table--cell--Overflow: auto;
|
363
363
|
}
|
364
|
-
.pf-m-grid.pf-c-table .pf-m-fit-content {
|
364
|
+
.pf-m-grid.pf-v5-c-table .pf-m-fit-content {
|
365
365
|
width: auto;
|
366
366
|
white-space: normal;
|
367
367
|
}
|
368
|
-
.pf-m-grid.pf-c-table .pf-m-truncate {
|
369
|
-
--pf-c-table--cell--MaxWidth: 100%;
|
368
|
+
.pf-m-grid.pf-v5-c-table .pf-m-truncate {
|
369
|
+
--pf-v5-c-table--cell--MaxWidth: 100%;
|
370
370
|
}
|
371
|
-
.pf-m-grid.pf-c-table [class*=pf-m-width] {
|
372
|
-
--pf-c-table--cell--Width: auto;
|
371
|
+
.pf-m-grid.pf-v5-c-table [class*=pf-m-width] {
|
372
|
+
--pf-v5-c-table--cell--Width: auto;
|
373
373
|
}
|
374
374
|
|
375
375
|
@media screen and (max-width: 768px) {
|
376
|
-
.pf-m-grid-md.pf-c-table {
|
377
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
378
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
379
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
380
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
381
|
-
--pf-c-table__favorite--c-button--MarginTop: auto;
|
382
|
-
--pf-c-table__favorite--c-button--MarginRight: auto;
|
383
|
-
--pf-c-table__favorite--c-button--MarginBottom: auto;
|
384
|
-
--pf-c-table__favorite--c-button--MarginLeft: auto;
|
376
|
+
.pf-m-grid-md.pf-v5-c-table {
|
377
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
378
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
379
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
380
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
381
|
+
--pf-v5-c-table__favorite--c-button--MarginTop: auto;
|
382
|
+
--pf-v5-c-table__favorite--c-button--MarginRight: auto;
|
383
|
+
--pf-v5-c-table__favorite--c-button--MarginBottom: auto;
|
384
|
+
--pf-v5-c-table__favorite--c-button--MarginLeft: auto;
|
385
385
|
display: grid;
|
386
386
|
border: none;
|
387
387
|
}
|
388
|
-
.pf-m-grid-md.pf-c-table tr > * {
|
388
|
+
.pf-m-grid-md.pf-v5-c-table tr > * {
|
389
389
|
width: auto;
|
390
390
|
min-width: 0;
|
391
391
|
max-width: none;
|
@@ -393,314 +393,314 @@
|
|
393
393
|
text-overflow: clip;
|
394
394
|
white-space: normal;
|
395
395
|
}
|
396
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__text {
|
396
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__text {
|
397
397
|
position: relative;
|
398
398
|
width: auto;
|
399
399
|
min-width: 0;
|
400
400
|
max-width: none;
|
401
|
-
overflow: var(--pf-c-table--cell--Overflow);
|
402
|
-
text-overflow: var(--pf-c-table--cell--TextOverflow);
|
403
|
-
white-space: var(--pf-c-table--cell--WhiteSpace);
|
401
|
+
overflow: var(--pf-v5-c-table--cell--Overflow);
|
402
|
+
text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
|
403
|
+
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
404
404
|
}
|
405
|
-
.pf-m-grid-md.pf-c-table thead {
|
405
|
+
.pf-m-grid-md.pf-v5-c-table thead {
|
406
406
|
display: none;
|
407
407
|
}
|
408
|
-
.pf-m-grid-md.pf-c-table tbody {
|
408
|
+
.pf-m-grid-md.pf-v5-c-table tbody {
|
409
409
|
display: block;
|
410
410
|
}
|
411
|
-
.pf-m-grid-md.pf-c-table tbody:first-of-type {
|
412
|
-
border-top: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
411
|
+
.pf-m-grid-md.pf-v5-c-table tbody:first-of-type {
|
412
|
+
border-top: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
413
413
|
}
|
414
|
-
.pf-m-grid-md.pf-c-table table.pf-m-compact > tbody {
|
414
|
+
.pf-m-grid-md.pf-v5-c-table table.pf-m-compact > tbody {
|
415
415
|
border-top: 0;
|
416
416
|
}
|
417
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
418
|
-
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
417
|
+
.pf-m-grid-md.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
418
|
+
border-bottom: var(--pf-v5-c-table-tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
419
419
|
}
|
420
|
-
.pf-m-grid-md.pf-c-table tr:last-child,
|
421
|
-
.pf-m-grid-md.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
422
|
-
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
420
|
+
.pf-m-grid-md.pf-v5-c-table tr:last-child,
|
421
|
+
.pf-m-grid-md.pf-v5-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
422
|
+
border-bottom-width: var(--pf-v5-c-table-tr--responsive--last-child--BorderBottomWidth);
|
423
423
|
}
|
424
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded {
|
425
|
-
border-bottom: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
424
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-expanded {
|
425
|
+
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
426
426
|
}
|
427
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
|
427
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-expanded tr:not(.pf-v5-c-table__expandable-row) {
|
428
428
|
border-bottom: 0;
|
429
429
|
}
|
430
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
431
|
-
border-bottom: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
430
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
431
|
+
border-bottom: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
432
432
|
}
|
433
|
-
.pf-m-grid-md.pf-c-table tr.pf-m-selected {
|
434
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
435
|
-
--pf-c-table__expandable-row--after--BorderColor: transparent;
|
433
|
+
.pf-m-grid-md.pf-v5-c-table tr.pf-m-selected {
|
434
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
435
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: transparent;
|
436
436
|
}
|
437
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
437
|
+
.pf-m-grid-md.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
438
438
|
display: grid;
|
439
439
|
grid-template-columns: 1fr;
|
440
440
|
height: auto;
|
441
441
|
grid-auto-columns: max-content;
|
442
|
-
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
|
443
|
-
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft);
|
442
|
+
grid-column-gap: var(--pf-v5-c-table-tr--responsive--GridColumnGap);
|
443
|
+
padding: var(--pf-v5-c-table-tr--responsive--PaddingTop) var(--pf-v5-c-table-tr--responsive--PaddingRight) var(--pf-v5-c-table-tr--responsive--PaddingBottom) var(--pf-v5-c-table-tr--responsive--PaddingLeft);
|
444
444
|
}
|
445
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
|
446
|
-
padding: var(--pf-c-table--cell--responsive--PaddingTop) var(--pf-c-table--cell--responsive--PaddingRight) var(--pf-c-table--cell--responsive--PaddingBottom) var(--pf-c-table--cell--responsive--PaddingLeft);
|
445
|
+
.pf-m-grid-md.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > * {
|
446
|
+
padding: var(--pf-v5-c-table--cell--responsive--PaddingTop) var(--pf-v5-c-table--cell--responsive--PaddingRight) var(--pf-v5-c-table--cell--responsive--PaddingBottom) var(--pf-v5-c-table--cell--responsive--PaddingLeft);
|
447
447
|
}
|
448
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) > *:first-child {
|
449
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--cell--first-child--responsive--PaddingTop);
|
448
|
+
.pf-m-grid-md.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > *:first-child {
|
449
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
|
450
450
|
}
|
451
|
-
.pf-m-grid-md.pf-c-table.pf-m-compact {
|
452
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table--m-compact-tr--responsive--PaddingTop);
|
453
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr--responsive--PaddingBottom);
|
454
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
|
455
|
-
--pf-c-table--cell--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
456
|
-
--pf-c-table__check--input--MarginTop: 0;
|
451
|
+
.pf-m-grid-md.pf-v5-c-table.pf-m-compact {
|
452
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingTop);
|
453
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingBottom);
|
454
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingTop);
|
455
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
456
|
+
--pf-v5-c-table__check--input--MarginTop: 0;
|
457
457
|
}
|
458
|
-
.pf-m-grid-md.pf-c-table.pf-m-compact .pf-c-table__action {
|
459
|
-
margin-top: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
460
|
-
margin-bottom: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
458
|
+
.pf-m-grid-md.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
|
459
|
+
margin-top: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
460
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
461
461
|
}
|
462
|
-
.pf-m-grid-md.pf-c-table.pf-m-compact .pf-c-table__toggle .pf-c-button {
|
463
|
-
margin-bottom: var(--pf-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
462
|
+
.pf-m-grid-md.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
|
463
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
464
464
|
}
|
465
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__icon > * {
|
465
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__icon > * {
|
466
466
|
text-align: left;
|
467
467
|
}
|
468
|
-
.pf-m-grid-md.pf-c-table [data-label] {
|
469
|
-
--pf-c-table--cell--hidden-visible--Display: var(--pf-c-table--m-grid--cell--hidden-visible--Display);
|
468
|
+
.pf-m-grid-md.pf-v5-c-table [data-label] {
|
469
|
+
--pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
|
470
470
|
grid-column: 1;
|
471
|
-
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
|
471
|
+
grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
|
472
472
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
473
473
|
align-items: start;
|
474
474
|
}
|
475
|
-
.pf-m-grid-md.pf-c-table [data-label] > * {
|
475
|
+
.pf-m-grid-md.pf-v5-c-table [data-label] > * {
|
476
476
|
grid-column: 2;
|
477
477
|
}
|
478
|
-
.pf-m-grid-md.pf-c-table [data-label]::before {
|
478
|
+
.pf-m-grid-md.pf-v5-c-table [data-label]::before {
|
479
479
|
font-weight: bold;
|
480
480
|
text-align: left;
|
481
481
|
content: attr(data-label);
|
482
482
|
}
|
483
|
-
.pf-m-grid-md.pf-c-table tr > *:first-child {
|
484
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
483
|
+
.pf-m-grid-md.pf-v5-c-table tr > *:first-child {
|
484
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
485
485
|
}
|
486
|
-
.pf-m-grid-md.pf-c-table tr > *:last-child {
|
487
|
-
--pf-c-table--cell--PaddingRight: 0;
|
486
|
+
.pf-m-grid-md.pf-v5-c-table tr > *:last-child {
|
487
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
488
488
|
}
|
489
|
-
.pf-m-grid-md.pf-c-table .pf-c-table {
|
490
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
|
491
|
-
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
|
492
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
|
493
|
-
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
|
489
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table {
|
490
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingTop);
|
491
|
+
--pf-v5-c-table-tr--responsive--PaddingRight: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingRight);
|
492
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingBottom);
|
493
|
+
--pf-v5-c-table-tr--responsive--PaddingLeft: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingLeft);
|
494
494
|
border: 0;
|
495
495
|
}
|
496
|
-
.pf-m-grid-md.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
|
497
|
-
--pf-c-table-tr--responsive--PaddingTop: 0;
|
496
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) + tr:not(.pf-v5-c-table__expandable-row) {
|
497
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: 0;
|
498
498
|
}
|
499
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__compound-expansion-toggle {
|
500
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
501
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
502
|
-
--pf-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
499
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
|
500
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
501
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
502
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
503
503
|
}
|
504
|
-
.pf-m-grid-md.pf-c-table tbody {
|
504
|
+
.pf-m-grid-md.pf-v5-c-table tbody {
|
505
505
|
position: relative;
|
506
506
|
}
|
507
|
-
.pf-m-grid-md.pf-c-table tbody::after {
|
507
|
+
.pf-m-grid-md.pf-v5-c-table tbody::after {
|
508
508
|
position: absolute;
|
509
509
|
top: 0;
|
510
510
|
bottom: 0;
|
511
511
|
left: 0;
|
512
512
|
content: "";
|
513
513
|
border: 0;
|
514
|
-
border-left: var(--pf-c-table--tbody--after--BorderLeftWidth) solid var(--pf-c-table--tbody--after--BorderColor);
|
514
|
+
border-left: var(--pf-v5-c-table--tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table--tbody--after--BorderColor);
|
515
515
|
}
|
516
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded {
|
517
|
-
--pf-c-table--tbody--after--BorderLeftWidth: var(--pf-c-table--tbody--after--border-width--base);
|
516
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-expanded {
|
517
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: var(--pf-v5-c-table--tbody--after--border-width--base);
|
518
518
|
}
|
519
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded tbody {
|
520
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
519
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-expanded tbody {
|
520
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
521
521
|
}
|
522
|
-
.pf-m-grid-md.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::after {
|
523
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
522
|
+
.pf-m-grid-md.pf-v5-c-table tbody > tr > :first-child:not(.pf-v5-c-table__check)::after {
|
523
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
524
524
|
position: static;
|
525
525
|
width: auto;
|
526
526
|
background-color: transparent;
|
527
527
|
}
|
528
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row {
|
529
|
-
--pf-c-table--cell--responsive--PaddingTop: 0;
|
530
|
-
--pf-c-table--cell--responsive--PaddingRight: 0;
|
531
|
-
--pf-c-table--cell--responsive--PaddingBottom: 0;
|
532
|
-
--pf-c-table--cell--responsive--PaddingLeft: 0;
|
533
|
-
--pf-c-table--cell--PaddingRight: 0;
|
534
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
528
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row {
|
529
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: 0;
|
530
|
+
--pf-v5-c-table--cell--responsive--PaddingRight: 0;
|
531
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: 0;
|
532
|
+
--pf-v5-c-table--cell--responsive--PaddingLeft: 0;
|
533
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
534
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
535
535
|
display: block;
|
536
|
-
max-height: var(--pf-c-table__expandable-row--MaxHeight);
|
536
|
+
max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
|
537
537
|
overflow-y: auto;
|
538
538
|
border-bottom: none;
|
539
539
|
box-shadow: none;
|
540
540
|
}
|
541
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row > * {
|
541
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
|
542
542
|
position: static;
|
543
543
|
display: block;
|
544
544
|
}
|
545
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
|
546
|
-
border-top-color: var(--pf-c-table--BorderColor);
|
545
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
|
546
|
+
border-top-color: var(--pf-v5-c-table--BorderColor);
|
547
547
|
}
|
548
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row > :first-child:not(.pf-c-table__check)::after {
|
548
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
|
549
549
|
content: none;
|
550
550
|
}
|
551
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content, .pf-m-grid-md.pf-c-table .pf-c-table__expandable-row th.pf-m-no-padding .pf-c-table__expandable-row-content {
|
551
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row td.pf-m-no-padding .pf-v5-c-table__expandable-row-content, .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row th.pf-m-no-padding .pf-v5-c-table__expandable-row-content {
|
552
552
|
padding: 0;
|
553
553
|
}
|
554
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
554
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
555
555
|
display: none;
|
556
556
|
}
|
557
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
558
|
-
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
559
|
-
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft);
|
557
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
|
558
|
+
padding-right: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
|
559
|
+
padding-left: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
|
560
560
|
}
|
561
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable {
|
562
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
563
|
-
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
561
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-hoverable {
|
562
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
563
|
+
--pf-v5-c-table--tbody--after--BorderLeftColor: transparent;
|
564
564
|
}
|
565
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable,
|
566
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr {
|
565
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-hoverable,
|
566
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-hoverable > tr {
|
567
567
|
position: relative;
|
568
568
|
}
|
569
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr::after {
|
569
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-hoverable > tr::after {
|
570
570
|
content: "";
|
571
571
|
position: absolute;
|
572
572
|
top: 0;
|
573
573
|
bottom: 0;
|
574
574
|
left: 0;
|
575
|
-
width: var(--pf-c-table--tbody--after--tr--BorderLeftWidth);
|
576
|
-
background-color: var(--pf-c-table--tbody--after--tr--BorderLeftColor);
|
575
|
+
width: var(--pf-v5-c-table--tbody--after--tr--BorderLeftWidth);
|
576
|
+
background-color: var(--pf-v5-c-table--tbody--after--tr--BorderLeftColor);
|
577
577
|
}
|
578
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
579
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
580
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
578
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
579
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
580
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
581
581
|
}
|
582
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable.pf-m-selected {
|
583
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
584
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
582
|
+
.pf-m-grid-md.pf-v5-c-table tbody.pf-m-hoverable.pf-m-selected {
|
583
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
584
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
585
585
|
}
|
586
|
-
.pf-m-grid-md.pf-c-table tr.pf-m-selected::after {
|
586
|
+
.pf-m-grid-md.pf-v5-c-table tr.pf-m-selected::after {
|
587
587
|
content: "";
|
588
588
|
position: absolute;
|
589
589
|
top: 0;
|
590
590
|
bottom: 0;
|
591
591
|
left: 0;
|
592
|
-
width: var(--pf-c-table--tr--m-selected--after--BorderLeftWidth);
|
593
|
-
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
592
|
+
width: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftWidth);
|
593
|
+
background-color: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftColor);
|
594
594
|
}
|
595
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
596
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
597
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
598
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
595
|
+
.pf-m-grid-md.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
|
596
|
+
.pf-m-grid-md.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
|
597
|
+
.pf-m-grid-md.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
|
598
|
+
.pf-m-grid-md.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
|
599
599
|
width: auto;
|
600
600
|
padding: 0;
|
601
601
|
}
|
602
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__toggle {
|
602
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__toggle {
|
603
603
|
grid-row-start: 20;
|
604
604
|
grid-column: -1;
|
605
605
|
justify-self: end;
|
606
606
|
padding-right: 0;
|
607
607
|
}
|
608
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__toggle::after {
|
608
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__toggle::after {
|
609
609
|
content: none;
|
610
610
|
}
|
611
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__button {
|
612
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
613
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
614
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
615
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
611
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__button {
|
612
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
613
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
614
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
615
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
616
616
|
}
|
617
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__check,
|
618
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__favorite,
|
619
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__action {
|
617
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check,
|
618
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__favorite,
|
619
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__action {
|
620
620
|
grid-row-start: 1;
|
621
621
|
grid-column-start: 2;
|
622
622
|
}
|
623
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__check {
|
624
|
-
margin-top: var(--pf-c-table__check--responsive--MarginTop);
|
625
|
-
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
|
623
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check {
|
624
|
+
margin-top: var(--pf-v5-c-table__check--responsive--MarginTop);
|
625
|
+
margin-left: var(--pf-v5-c-table__check--responsive--MarginLeft);
|
626
626
|
}
|
627
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite {
|
628
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--MarginLeft);
|
627
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
|
628
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
|
629
629
|
}
|
630
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite ~ .pf-c-table__action {
|
631
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--action--MarginLeft);
|
630
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
631
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
|
632
632
|
}
|
633
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
|
634
|
-
margin-left: var(--pf-c-table__action--responsive--MarginLeft);
|
633
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
|
634
|
+
margin-left: var(--pf-v5-c-table__action--responsive--MarginLeft);
|
635
635
|
}
|
636
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__favorite {
|
637
|
-
margin-top: var(--pf-c-table--m-grid__favorite--MarginTop);
|
636
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__favorite {
|
637
|
+
margin-top: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
|
638
638
|
}
|
639
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__favorite ~ .pf-c-table__action {
|
640
|
-
margin-left: var(--pf-c-table--m-grid__favorite--action--MarginLeft);
|
639
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
640
|
+
margin-left: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
|
641
641
|
}
|
642
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__action {
|
643
|
-
margin-top: var(--pf-c-table--m-grid__action--MarginTop);
|
642
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__action {
|
643
|
+
margin-top: var(--pf-v5-c-table--m-grid__action--MarginTop);
|
644
644
|
text-align: right;
|
645
645
|
}
|
646
646
|
}
|
647
647
|
@media screen and (max-width: 768px) and (max-width: 576px) {
|
648
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__action {
|
648
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__action {
|
649
649
|
grid-row-start: 1;
|
650
650
|
grid-column-start: 2;
|
651
651
|
margin-left: 0;
|
652
652
|
}
|
653
653
|
}
|
654
654
|
@media screen and (max-width: 768px) {
|
655
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__inline-edit-action {
|
655
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
|
656
656
|
grid-column: 2;
|
657
657
|
grid-row: 2;
|
658
658
|
}
|
659
659
|
}
|
660
660
|
@media screen and (max-width: 768px) {
|
661
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__toggle-icon {
|
662
|
-
transition: var(--pf-c-table__toggle__icon--Transition);
|
661
|
+
.pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
662
|
+
transition: var(--pf-v5-c-table__toggle__icon--Transition);
|
663
663
|
}
|
664
|
-
.pf-c-button.pf-m-expanded > .pf-m-grid-md.pf-c-table .pf-c-table__toggle-icon {
|
665
|
-
transform: rotate(var(--pf-c-table__toggle--m-expanded__icon--Rotate));
|
664
|
+
.pf-v5-c-button.pf-m-expanded > .pf-m-grid-md.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
665
|
+
transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
|
666
666
|
}
|
667
667
|
}
|
668
668
|
@media screen and (max-width: 768px) {
|
669
|
-
.pf-m-grid-md.pf-c-table .pf-m-nowrap {
|
670
|
-
--pf-c-table--cell--Overflow: auto;
|
669
|
+
.pf-m-grid-md.pf-v5-c-table .pf-m-nowrap {
|
670
|
+
--pf-v5-c-table--cell--Overflow: auto;
|
671
671
|
}
|
672
672
|
}
|
673
673
|
@media screen and (max-width: 768px) {
|
674
|
-
.pf-m-grid-md.pf-c-table .pf-m-fit-content {
|
674
|
+
.pf-m-grid-md.pf-v5-c-table .pf-m-fit-content {
|
675
675
|
width: auto;
|
676
676
|
white-space: normal;
|
677
677
|
}
|
678
678
|
}
|
679
679
|
@media screen and (max-width: 768px) {
|
680
|
-
.pf-m-grid-md.pf-c-table .pf-m-truncate {
|
681
|
-
--pf-c-table--cell--MaxWidth: 100%;
|
680
|
+
.pf-m-grid-md.pf-v5-c-table .pf-m-truncate {
|
681
|
+
--pf-v5-c-table--cell--MaxWidth: 100%;
|
682
682
|
}
|
683
683
|
}
|
684
684
|
@media screen and (max-width: 768px) {
|
685
|
-
.pf-m-grid-md.pf-c-table [class*=pf-m-width] {
|
686
|
-
--pf-c-table--cell--Width: auto;
|
685
|
+
.pf-m-grid-md.pf-v5-c-table [class*=pf-m-width] {
|
686
|
+
--pf-v5-c-table--cell--Width: auto;
|
687
687
|
}
|
688
688
|
}
|
689
689
|
|
690
690
|
@media screen and (max-width: 992px) {
|
691
|
-
.pf-m-grid-lg.pf-c-table {
|
692
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
693
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
694
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
695
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
696
|
-
--pf-c-table__favorite--c-button--MarginTop: auto;
|
697
|
-
--pf-c-table__favorite--c-button--MarginRight: auto;
|
698
|
-
--pf-c-table__favorite--c-button--MarginBottom: auto;
|
699
|
-
--pf-c-table__favorite--c-button--MarginLeft: auto;
|
691
|
+
.pf-m-grid-lg.pf-v5-c-table {
|
692
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
693
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
694
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
695
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
696
|
+
--pf-v5-c-table__favorite--c-button--MarginTop: auto;
|
697
|
+
--pf-v5-c-table__favorite--c-button--MarginRight: auto;
|
698
|
+
--pf-v5-c-table__favorite--c-button--MarginBottom: auto;
|
699
|
+
--pf-v5-c-table__favorite--c-button--MarginLeft: auto;
|
700
700
|
display: grid;
|
701
701
|
border: none;
|
702
702
|
}
|
703
|
-
.pf-m-grid-lg.pf-c-table tr > * {
|
703
|
+
.pf-m-grid-lg.pf-v5-c-table tr > * {
|
704
704
|
width: auto;
|
705
705
|
min-width: 0;
|
706
706
|
max-width: none;
|
@@ -708,314 +708,314 @@
|
|
708
708
|
text-overflow: clip;
|
709
709
|
white-space: normal;
|
710
710
|
}
|
711
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__text {
|
711
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__text {
|
712
712
|
position: relative;
|
713
713
|
width: auto;
|
714
714
|
min-width: 0;
|
715
715
|
max-width: none;
|
716
|
-
overflow: var(--pf-c-table--cell--Overflow);
|
717
|
-
text-overflow: var(--pf-c-table--cell--TextOverflow);
|
718
|
-
white-space: var(--pf-c-table--cell--WhiteSpace);
|
716
|
+
overflow: var(--pf-v5-c-table--cell--Overflow);
|
717
|
+
text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
|
718
|
+
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
719
719
|
}
|
720
|
-
.pf-m-grid-lg.pf-c-table thead {
|
720
|
+
.pf-m-grid-lg.pf-v5-c-table thead {
|
721
721
|
display: none;
|
722
722
|
}
|
723
|
-
.pf-m-grid-lg.pf-c-table tbody {
|
723
|
+
.pf-m-grid-lg.pf-v5-c-table tbody {
|
724
724
|
display: block;
|
725
725
|
}
|
726
|
-
.pf-m-grid-lg.pf-c-table tbody:first-of-type {
|
727
|
-
border-top: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
726
|
+
.pf-m-grid-lg.pf-v5-c-table tbody:first-of-type {
|
727
|
+
border-top: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
728
728
|
}
|
729
|
-
.pf-m-grid-lg.pf-c-table table.pf-m-compact > tbody {
|
729
|
+
.pf-m-grid-lg.pf-v5-c-table table.pf-m-compact > tbody {
|
730
730
|
border-top: 0;
|
731
731
|
}
|
732
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
733
|
-
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
732
|
+
.pf-m-grid-lg.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
733
|
+
border-bottom: var(--pf-v5-c-table-tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
734
734
|
}
|
735
|
-
.pf-m-grid-lg.pf-c-table tr:last-child,
|
736
|
-
.pf-m-grid-lg.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
737
|
-
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
735
|
+
.pf-m-grid-lg.pf-v5-c-table tr:last-child,
|
736
|
+
.pf-m-grid-lg.pf-v5-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
737
|
+
border-bottom-width: var(--pf-v5-c-table-tr--responsive--last-child--BorderBottomWidth);
|
738
738
|
}
|
739
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded {
|
740
|
-
border-bottom: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
739
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-expanded {
|
740
|
+
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
741
741
|
}
|
742
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
|
742
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-expanded tr:not(.pf-v5-c-table__expandable-row) {
|
743
743
|
border-bottom: 0;
|
744
744
|
}
|
745
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
746
|
-
border-bottom: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
745
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
746
|
+
border-bottom: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
747
747
|
}
|
748
|
-
.pf-m-grid-lg.pf-c-table tr.pf-m-selected {
|
749
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
750
|
-
--pf-c-table__expandable-row--after--BorderColor: transparent;
|
748
|
+
.pf-m-grid-lg.pf-v5-c-table tr.pf-m-selected {
|
749
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
750
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: transparent;
|
751
751
|
}
|
752
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
752
|
+
.pf-m-grid-lg.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
753
753
|
display: grid;
|
754
754
|
grid-template-columns: 1fr;
|
755
755
|
height: auto;
|
756
756
|
grid-auto-columns: max-content;
|
757
|
-
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
|
758
|
-
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft);
|
757
|
+
grid-column-gap: var(--pf-v5-c-table-tr--responsive--GridColumnGap);
|
758
|
+
padding: var(--pf-v5-c-table-tr--responsive--PaddingTop) var(--pf-v5-c-table-tr--responsive--PaddingRight) var(--pf-v5-c-table-tr--responsive--PaddingBottom) var(--pf-v5-c-table-tr--responsive--PaddingLeft);
|
759
759
|
}
|
760
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
|
761
|
-
padding: var(--pf-c-table--cell--responsive--PaddingTop) var(--pf-c-table--cell--responsive--PaddingRight) var(--pf-c-table--cell--responsive--PaddingBottom) var(--pf-c-table--cell--responsive--PaddingLeft);
|
760
|
+
.pf-m-grid-lg.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > * {
|
761
|
+
padding: var(--pf-v5-c-table--cell--responsive--PaddingTop) var(--pf-v5-c-table--cell--responsive--PaddingRight) var(--pf-v5-c-table--cell--responsive--PaddingBottom) var(--pf-v5-c-table--cell--responsive--PaddingLeft);
|
762
762
|
}
|
763
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) > *:first-child {
|
764
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--cell--first-child--responsive--PaddingTop);
|
763
|
+
.pf-m-grid-lg.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > *:first-child {
|
764
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
|
765
765
|
}
|
766
|
-
.pf-m-grid-lg.pf-c-table.pf-m-compact {
|
767
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table--m-compact-tr--responsive--PaddingTop);
|
768
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr--responsive--PaddingBottom);
|
769
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
|
770
|
-
--pf-c-table--cell--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
771
|
-
--pf-c-table__check--input--MarginTop: 0;
|
766
|
+
.pf-m-grid-lg.pf-v5-c-table.pf-m-compact {
|
767
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingTop);
|
768
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingBottom);
|
769
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingTop);
|
770
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
771
|
+
--pf-v5-c-table__check--input--MarginTop: 0;
|
772
772
|
}
|
773
|
-
.pf-m-grid-lg.pf-c-table.pf-m-compact .pf-c-table__action {
|
774
|
-
margin-top: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
775
|
-
margin-bottom: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
773
|
+
.pf-m-grid-lg.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
|
774
|
+
margin-top: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
775
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
776
776
|
}
|
777
|
-
.pf-m-grid-lg.pf-c-table.pf-m-compact .pf-c-table__toggle .pf-c-button {
|
778
|
-
margin-bottom: var(--pf-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
777
|
+
.pf-m-grid-lg.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
|
778
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
779
779
|
}
|
780
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__icon > * {
|
780
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__icon > * {
|
781
781
|
text-align: left;
|
782
782
|
}
|
783
|
-
.pf-m-grid-lg.pf-c-table [data-label] {
|
784
|
-
--pf-c-table--cell--hidden-visible--Display: var(--pf-c-table--m-grid--cell--hidden-visible--Display);
|
783
|
+
.pf-m-grid-lg.pf-v5-c-table [data-label] {
|
784
|
+
--pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
|
785
785
|
grid-column: 1;
|
786
|
-
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
|
786
|
+
grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
|
787
787
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
788
788
|
align-items: start;
|
789
789
|
}
|
790
|
-
.pf-m-grid-lg.pf-c-table [data-label] > * {
|
790
|
+
.pf-m-grid-lg.pf-v5-c-table [data-label] > * {
|
791
791
|
grid-column: 2;
|
792
792
|
}
|
793
|
-
.pf-m-grid-lg.pf-c-table [data-label]::before {
|
793
|
+
.pf-m-grid-lg.pf-v5-c-table [data-label]::before {
|
794
794
|
font-weight: bold;
|
795
795
|
text-align: left;
|
796
796
|
content: attr(data-label);
|
797
797
|
}
|
798
|
-
.pf-m-grid-lg.pf-c-table tr > *:first-child {
|
799
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
798
|
+
.pf-m-grid-lg.pf-v5-c-table tr > *:first-child {
|
799
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
800
800
|
}
|
801
|
-
.pf-m-grid-lg.pf-c-table tr > *:last-child {
|
802
|
-
--pf-c-table--cell--PaddingRight: 0;
|
801
|
+
.pf-m-grid-lg.pf-v5-c-table tr > *:last-child {
|
802
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
803
803
|
}
|
804
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table {
|
805
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
|
806
|
-
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
|
807
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
|
808
|
-
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
|
804
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table {
|
805
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingTop);
|
806
|
+
--pf-v5-c-table-tr--responsive--PaddingRight: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingRight);
|
807
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingBottom);
|
808
|
+
--pf-v5-c-table-tr--responsive--PaddingLeft: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingLeft);
|
809
809
|
border: 0;
|
810
810
|
}
|
811
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
|
812
|
-
--pf-c-table-tr--responsive--PaddingTop: 0;
|
811
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) + tr:not(.pf-v5-c-table__expandable-row) {
|
812
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: 0;
|
813
813
|
}
|
814
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__compound-expansion-toggle {
|
815
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
816
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
817
|
-
--pf-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
814
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
|
815
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
816
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
817
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
818
818
|
}
|
819
|
-
.pf-m-grid-lg.pf-c-table tbody {
|
819
|
+
.pf-m-grid-lg.pf-v5-c-table tbody {
|
820
820
|
position: relative;
|
821
821
|
}
|
822
|
-
.pf-m-grid-lg.pf-c-table tbody::after {
|
822
|
+
.pf-m-grid-lg.pf-v5-c-table tbody::after {
|
823
823
|
position: absolute;
|
824
824
|
top: 0;
|
825
825
|
bottom: 0;
|
826
826
|
left: 0;
|
827
827
|
content: "";
|
828
828
|
border: 0;
|
829
|
-
border-left: var(--pf-c-table--tbody--after--BorderLeftWidth) solid var(--pf-c-table--tbody--after--BorderColor);
|
829
|
+
border-left: var(--pf-v5-c-table--tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table--tbody--after--BorderColor);
|
830
830
|
}
|
831
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded {
|
832
|
-
--pf-c-table--tbody--after--BorderLeftWidth: var(--pf-c-table--tbody--after--border-width--base);
|
831
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-expanded {
|
832
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: var(--pf-v5-c-table--tbody--after--border-width--base);
|
833
833
|
}
|
834
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded tbody {
|
835
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
834
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-expanded tbody {
|
835
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
836
836
|
}
|
837
|
-
.pf-m-grid-lg.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::after {
|
838
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
837
|
+
.pf-m-grid-lg.pf-v5-c-table tbody > tr > :first-child:not(.pf-v5-c-table__check)::after {
|
838
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
839
839
|
position: static;
|
840
840
|
width: auto;
|
841
841
|
background-color: transparent;
|
842
842
|
}
|
843
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row {
|
844
|
-
--pf-c-table--cell--responsive--PaddingTop: 0;
|
845
|
-
--pf-c-table--cell--responsive--PaddingRight: 0;
|
846
|
-
--pf-c-table--cell--responsive--PaddingBottom: 0;
|
847
|
-
--pf-c-table--cell--responsive--PaddingLeft: 0;
|
848
|
-
--pf-c-table--cell--PaddingRight: 0;
|
849
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
843
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row {
|
844
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: 0;
|
845
|
+
--pf-v5-c-table--cell--responsive--PaddingRight: 0;
|
846
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: 0;
|
847
|
+
--pf-v5-c-table--cell--responsive--PaddingLeft: 0;
|
848
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
849
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
850
850
|
display: block;
|
851
|
-
max-height: var(--pf-c-table__expandable-row--MaxHeight);
|
851
|
+
max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
|
852
852
|
overflow-y: auto;
|
853
853
|
border-bottom: none;
|
854
854
|
box-shadow: none;
|
855
855
|
}
|
856
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row > * {
|
856
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
|
857
857
|
position: static;
|
858
858
|
display: block;
|
859
859
|
}
|
860
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
|
861
|
-
border-top-color: var(--pf-c-table--BorderColor);
|
860
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
|
861
|
+
border-top-color: var(--pf-v5-c-table--BorderColor);
|
862
862
|
}
|
863
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row > :first-child:not(.pf-c-table__check)::after {
|
863
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
|
864
864
|
content: none;
|
865
865
|
}
|
866
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content, .pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row th.pf-m-no-padding .pf-c-table__expandable-row-content {
|
866
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row td.pf-m-no-padding .pf-v5-c-table__expandable-row-content, .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row th.pf-m-no-padding .pf-v5-c-table__expandable-row-content {
|
867
867
|
padding: 0;
|
868
868
|
}
|
869
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
869
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
870
870
|
display: none;
|
871
871
|
}
|
872
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
873
|
-
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
874
|
-
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft);
|
872
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
|
873
|
+
padding-right: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
|
874
|
+
padding-left: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
|
875
875
|
}
|
876
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable {
|
877
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
878
|
-
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
876
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-hoverable {
|
877
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
878
|
+
--pf-v5-c-table--tbody--after--BorderLeftColor: transparent;
|
879
879
|
}
|
880
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable,
|
881
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr {
|
880
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-hoverable,
|
881
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-hoverable > tr {
|
882
882
|
position: relative;
|
883
883
|
}
|
884
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr::after {
|
884
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-hoverable > tr::after {
|
885
885
|
content: "";
|
886
886
|
position: absolute;
|
887
887
|
top: 0;
|
888
888
|
bottom: 0;
|
889
889
|
left: 0;
|
890
|
-
width: var(--pf-c-table--tbody--after--tr--BorderLeftWidth);
|
891
|
-
background-color: var(--pf-c-table--tbody--after--tr--BorderLeftColor);
|
890
|
+
width: var(--pf-v5-c-table--tbody--after--tr--BorderLeftWidth);
|
891
|
+
background-color: var(--pf-v5-c-table--tbody--after--tr--BorderLeftColor);
|
892
892
|
}
|
893
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
894
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
895
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
893
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
894
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
895
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
896
896
|
}
|
897
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable.pf-m-selected {
|
898
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
899
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
897
|
+
.pf-m-grid-lg.pf-v5-c-table tbody.pf-m-hoverable.pf-m-selected {
|
898
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
899
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
900
900
|
}
|
901
|
-
.pf-m-grid-lg.pf-c-table tr.pf-m-selected::after {
|
901
|
+
.pf-m-grid-lg.pf-v5-c-table tr.pf-m-selected::after {
|
902
902
|
content: "";
|
903
903
|
position: absolute;
|
904
904
|
top: 0;
|
905
905
|
bottom: 0;
|
906
906
|
left: 0;
|
907
|
-
width: var(--pf-c-table--tr--m-selected--after--BorderLeftWidth);
|
908
|
-
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
907
|
+
width: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftWidth);
|
908
|
+
background-color: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftColor);
|
909
909
|
}
|
910
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
911
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
912
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
913
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
910
|
+
.pf-m-grid-lg.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
|
911
|
+
.pf-m-grid-lg.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
|
912
|
+
.pf-m-grid-lg.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
|
913
|
+
.pf-m-grid-lg.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
|
914
914
|
width: auto;
|
915
915
|
padding: 0;
|
916
916
|
}
|
917
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__toggle {
|
917
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__toggle {
|
918
918
|
grid-row-start: 20;
|
919
919
|
grid-column: -1;
|
920
920
|
justify-self: end;
|
921
921
|
padding-right: 0;
|
922
922
|
}
|
923
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__toggle::after {
|
923
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__toggle::after {
|
924
924
|
content: none;
|
925
925
|
}
|
926
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__button {
|
927
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
928
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
929
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
930
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
926
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__button {
|
927
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
928
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
929
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
930
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
931
931
|
}
|
932
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__check,
|
933
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__favorite,
|
934
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
|
932
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check,
|
933
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__favorite,
|
934
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__action {
|
935
935
|
grid-row-start: 1;
|
936
936
|
grid-column-start: 2;
|
937
937
|
}
|
938
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__check {
|
939
|
-
margin-top: var(--pf-c-table__check--responsive--MarginTop);
|
940
|
-
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
|
938
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check {
|
939
|
+
margin-top: var(--pf-v5-c-table__check--responsive--MarginTop);
|
940
|
+
margin-left: var(--pf-v5-c-table__check--responsive--MarginLeft);
|
941
941
|
}
|
942
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite {
|
943
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--MarginLeft);
|
942
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
|
943
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
|
944
944
|
}
|
945
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite ~ .pf-c-table__action {
|
946
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--action--MarginLeft);
|
945
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
946
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
|
947
947
|
}
|
948
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
|
949
|
-
margin-left: var(--pf-c-table__action--responsive--MarginLeft);
|
948
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
|
949
|
+
margin-left: var(--pf-v5-c-table__action--responsive--MarginLeft);
|
950
950
|
}
|
951
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__favorite {
|
952
|
-
margin-top: var(--pf-c-table--m-grid__favorite--MarginTop);
|
951
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__favorite {
|
952
|
+
margin-top: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
|
953
953
|
}
|
954
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__favorite ~ .pf-c-table__action {
|
955
|
-
margin-left: var(--pf-c-table--m-grid__favorite--action--MarginLeft);
|
954
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
955
|
+
margin-left: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
|
956
956
|
}
|
957
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
|
958
|
-
margin-top: var(--pf-c-table--m-grid__action--MarginTop);
|
957
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__action {
|
958
|
+
margin-top: var(--pf-v5-c-table--m-grid__action--MarginTop);
|
959
959
|
text-align: right;
|
960
960
|
}
|
961
961
|
}
|
962
962
|
@media screen and (max-width: 992px) and (max-width: 576px) {
|
963
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
|
963
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__action {
|
964
964
|
grid-row-start: 1;
|
965
965
|
grid-column-start: 2;
|
966
966
|
margin-left: 0;
|
967
967
|
}
|
968
968
|
}
|
969
969
|
@media screen and (max-width: 992px) {
|
970
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__inline-edit-action {
|
970
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
|
971
971
|
grid-column: 2;
|
972
972
|
grid-row: 2;
|
973
973
|
}
|
974
974
|
}
|
975
975
|
@media screen and (max-width: 992px) {
|
976
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__toggle-icon {
|
977
|
-
transition: var(--pf-c-table__toggle__icon--Transition);
|
976
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
977
|
+
transition: var(--pf-v5-c-table__toggle__icon--Transition);
|
978
978
|
}
|
979
|
-
.pf-c-button.pf-m-expanded > .pf-m-grid-lg.pf-c-table .pf-c-table__toggle-icon {
|
980
|
-
transform: rotate(var(--pf-c-table__toggle--m-expanded__icon--Rotate));
|
979
|
+
.pf-v5-c-button.pf-m-expanded > .pf-m-grid-lg.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
980
|
+
transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
|
981
981
|
}
|
982
982
|
}
|
983
983
|
@media screen and (max-width: 992px) {
|
984
|
-
.pf-m-grid-lg.pf-c-table .pf-m-nowrap {
|
985
|
-
--pf-c-table--cell--Overflow: auto;
|
984
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-m-nowrap {
|
985
|
+
--pf-v5-c-table--cell--Overflow: auto;
|
986
986
|
}
|
987
987
|
}
|
988
988
|
@media screen and (max-width: 992px) {
|
989
|
-
.pf-m-grid-lg.pf-c-table .pf-m-fit-content {
|
989
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-m-fit-content {
|
990
990
|
width: auto;
|
991
991
|
white-space: normal;
|
992
992
|
}
|
993
993
|
}
|
994
994
|
@media screen and (max-width: 992px) {
|
995
|
-
.pf-m-grid-lg.pf-c-table .pf-m-truncate {
|
996
|
-
--pf-c-table--cell--MaxWidth: 100%;
|
995
|
+
.pf-m-grid-lg.pf-v5-c-table .pf-m-truncate {
|
996
|
+
--pf-v5-c-table--cell--MaxWidth: 100%;
|
997
997
|
}
|
998
998
|
}
|
999
999
|
@media screen and (max-width: 992px) {
|
1000
|
-
.pf-m-grid-lg.pf-c-table [class*=pf-m-width] {
|
1001
|
-
--pf-c-table--cell--Width: auto;
|
1000
|
+
.pf-m-grid-lg.pf-v5-c-table [class*=pf-m-width] {
|
1001
|
+
--pf-v5-c-table--cell--Width: auto;
|
1002
1002
|
}
|
1003
1003
|
}
|
1004
1004
|
|
1005
1005
|
@media screen and (max-width: 1200px) {
|
1006
|
-
.pf-m-grid-xl.pf-c-table {
|
1007
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
1008
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
1009
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
1010
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
1011
|
-
--pf-c-table__favorite--c-button--MarginTop: auto;
|
1012
|
-
--pf-c-table__favorite--c-button--MarginRight: auto;
|
1013
|
-
--pf-c-table__favorite--c-button--MarginBottom: auto;
|
1014
|
-
--pf-c-table__favorite--c-button--MarginLeft: auto;
|
1006
|
+
.pf-m-grid-xl.pf-v5-c-table {
|
1007
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
1008
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
1009
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
1010
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
1011
|
+
--pf-v5-c-table__favorite--c-button--MarginTop: auto;
|
1012
|
+
--pf-v5-c-table__favorite--c-button--MarginRight: auto;
|
1013
|
+
--pf-v5-c-table__favorite--c-button--MarginBottom: auto;
|
1014
|
+
--pf-v5-c-table__favorite--c-button--MarginLeft: auto;
|
1015
1015
|
display: grid;
|
1016
1016
|
border: none;
|
1017
1017
|
}
|
1018
|
-
.pf-m-grid-xl.pf-c-table tr > * {
|
1018
|
+
.pf-m-grid-xl.pf-v5-c-table tr > * {
|
1019
1019
|
width: auto;
|
1020
1020
|
min-width: 0;
|
1021
1021
|
max-width: none;
|
@@ -1023,314 +1023,314 @@
|
|
1023
1023
|
text-overflow: clip;
|
1024
1024
|
white-space: normal;
|
1025
1025
|
}
|
1026
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__text {
|
1026
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__text {
|
1027
1027
|
position: relative;
|
1028
1028
|
width: auto;
|
1029
1029
|
min-width: 0;
|
1030
1030
|
max-width: none;
|
1031
|
-
overflow: var(--pf-c-table--cell--Overflow);
|
1032
|
-
text-overflow: var(--pf-c-table--cell--TextOverflow);
|
1033
|
-
white-space: var(--pf-c-table--cell--WhiteSpace);
|
1031
|
+
overflow: var(--pf-v5-c-table--cell--Overflow);
|
1032
|
+
text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
|
1033
|
+
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
1034
1034
|
}
|
1035
|
-
.pf-m-grid-xl.pf-c-table thead {
|
1035
|
+
.pf-m-grid-xl.pf-v5-c-table thead {
|
1036
1036
|
display: none;
|
1037
1037
|
}
|
1038
|
-
.pf-m-grid-xl.pf-c-table tbody {
|
1038
|
+
.pf-m-grid-xl.pf-v5-c-table tbody {
|
1039
1039
|
display: block;
|
1040
1040
|
}
|
1041
|
-
.pf-m-grid-xl.pf-c-table tbody:first-of-type {
|
1042
|
-
border-top: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
1041
|
+
.pf-m-grid-xl.pf-v5-c-table tbody:first-of-type {
|
1042
|
+
border-top: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
1043
1043
|
}
|
1044
|
-
.pf-m-grid-xl.pf-c-table table.pf-m-compact > tbody {
|
1044
|
+
.pf-m-grid-xl.pf-v5-c-table table.pf-m-compact > tbody {
|
1045
1045
|
border-top: 0;
|
1046
1046
|
}
|
1047
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
1048
|
-
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
1047
|
+
.pf-m-grid-xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
1048
|
+
border-bottom: var(--pf-v5-c-table-tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
1049
1049
|
}
|
1050
|
-
.pf-m-grid-xl.pf-c-table tr:last-child,
|
1051
|
-
.pf-m-grid-xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
1052
|
-
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
1050
|
+
.pf-m-grid-xl.pf-v5-c-table tr:last-child,
|
1051
|
+
.pf-m-grid-xl.pf-v5-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
1052
|
+
border-bottom-width: var(--pf-v5-c-table-tr--responsive--last-child--BorderBottomWidth);
|
1053
1053
|
}
|
1054
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded {
|
1055
|
-
border-bottom: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
1054
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-expanded {
|
1055
|
+
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
1056
1056
|
}
|
1057
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
|
1057
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-expanded tr:not(.pf-v5-c-table__expandable-row) {
|
1058
1058
|
border-bottom: 0;
|
1059
1059
|
}
|
1060
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
1061
|
-
border-bottom: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
1060
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
1061
|
+
border-bottom: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
1062
1062
|
}
|
1063
|
-
.pf-m-grid-xl.pf-c-table tr.pf-m-selected {
|
1064
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
1065
|
-
--pf-c-table__expandable-row--after--BorderColor: transparent;
|
1063
|
+
.pf-m-grid-xl.pf-v5-c-table tr.pf-m-selected {
|
1064
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
1065
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: transparent;
|
1066
1066
|
}
|
1067
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
1067
|
+
.pf-m-grid-xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
1068
1068
|
display: grid;
|
1069
1069
|
grid-template-columns: 1fr;
|
1070
1070
|
height: auto;
|
1071
1071
|
grid-auto-columns: max-content;
|
1072
|
-
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
|
1073
|
-
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft);
|
1072
|
+
grid-column-gap: var(--pf-v5-c-table-tr--responsive--GridColumnGap);
|
1073
|
+
padding: var(--pf-v5-c-table-tr--responsive--PaddingTop) var(--pf-v5-c-table-tr--responsive--PaddingRight) var(--pf-v5-c-table-tr--responsive--PaddingBottom) var(--pf-v5-c-table-tr--responsive--PaddingLeft);
|
1074
1074
|
}
|
1075
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
|
1076
|
-
padding: var(--pf-c-table--cell--responsive--PaddingTop) var(--pf-c-table--cell--responsive--PaddingRight) var(--pf-c-table--cell--responsive--PaddingBottom) var(--pf-c-table--cell--responsive--PaddingLeft);
|
1075
|
+
.pf-m-grid-xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > * {
|
1076
|
+
padding: var(--pf-v5-c-table--cell--responsive--PaddingTop) var(--pf-v5-c-table--cell--responsive--PaddingRight) var(--pf-v5-c-table--cell--responsive--PaddingBottom) var(--pf-v5-c-table--cell--responsive--PaddingLeft);
|
1077
1077
|
}
|
1078
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) > *:first-child {
|
1079
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--cell--first-child--responsive--PaddingTop);
|
1078
|
+
.pf-m-grid-xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > *:first-child {
|
1079
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
|
1080
1080
|
}
|
1081
|
-
.pf-m-grid-xl.pf-c-table.pf-m-compact {
|
1082
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table--m-compact-tr--responsive--PaddingTop);
|
1083
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr--responsive--PaddingBottom);
|
1084
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
|
1085
|
-
--pf-c-table--cell--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
1086
|
-
--pf-c-table__check--input--MarginTop: 0;
|
1081
|
+
.pf-m-grid-xl.pf-v5-c-table.pf-m-compact {
|
1082
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingTop);
|
1083
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingBottom);
|
1084
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingTop);
|
1085
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
1086
|
+
--pf-v5-c-table__check--input--MarginTop: 0;
|
1087
1087
|
}
|
1088
|
-
.pf-m-grid-xl.pf-c-table.pf-m-compact .pf-c-table__action {
|
1089
|
-
margin-top: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
1090
|
-
margin-bottom: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
1088
|
+
.pf-m-grid-xl.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
|
1089
|
+
margin-top: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
1090
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
1091
1091
|
}
|
1092
|
-
.pf-m-grid-xl.pf-c-table.pf-m-compact .pf-c-table__toggle .pf-c-button {
|
1093
|
-
margin-bottom: var(--pf-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
1092
|
+
.pf-m-grid-xl.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
|
1093
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
1094
1094
|
}
|
1095
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__icon > * {
|
1095
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__icon > * {
|
1096
1096
|
text-align: left;
|
1097
1097
|
}
|
1098
|
-
.pf-m-grid-xl.pf-c-table [data-label] {
|
1099
|
-
--pf-c-table--cell--hidden-visible--Display: var(--pf-c-table--m-grid--cell--hidden-visible--Display);
|
1098
|
+
.pf-m-grid-xl.pf-v5-c-table [data-label] {
|
1099
|
+
--pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
|
1100
1100
|
grid-column: 1;
|
1101
|
-
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
|
1101
|
+
grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
|
1102
1102
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
1103
1103
|
align-items: start;
|
1104
1104
|
}
|
1105
|
-
.pf-m-grid-xl.pf-c-table [data-label] > * {
|
1105
|
+
.pf-m-grid-xl.pf-v5-c-table [data-label] > * {
|
1106
1106
|
grid-column: 2;
|
1107
1107
|
}
|
1108
|
-
.pf-m-grid-xl.pf-c-table [data-label]::before {
|
1108
|
+
.pf-m-grid-xl.pf-v5-c-table [data-label]::before {
|
1109
1109
|
font-weight: bold;
|
1110
1110
|
text-align: left;
|
1111
1111
|
content: attr(data-label);
|
1112
1112
|
}
|
1113
|
-
.pf-m-grid-xl.pf-c-table tr > *:first-child {
|
1114
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
1113
|
+
.pf-m-grid-xl.pf-v5-c-table tr > *:first-child {
|
1114
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
1115
1115
|
}
|
1116
|
-
.pf-m-grid-xl.pf-c-table tr > *:last-child {
|
1117
|
-
--pf-c-table--cell--PaddingRight: 0;
|
1116
|
+
.pf-m-grid-xl.pf-v5-c-table tr > *:last-child {
|
1117
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
1118
1118
|
}
|
1119
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table {
|
1120
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
|
1121
|
-
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
|
1122
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
|
1123
|
-
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
|
1119
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table {
|
1120
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingTop);
|
1121
|
+
--pf-v5-c-table-tr--responsive--PaddingRight: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingRight);
|
1122
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingBottom);
|
1123
|
+
--pf-v5-c-table-tr--responsive--PaddingLeft: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingLeft);
|
1124
1124
|
border: 0;
|
1125
1125
|
}
|
1126
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
|
1127
|
-
--pf-c-table-tr--responsive--PaddingTop: 0;
|
1126
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) + tr:not(.pf-v5-c-table__expandable-row) {
|
1127
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: 0;
|
1128
1128
|
}
|
1129
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__compound-expansion-toggle {
|
1130
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
1131
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
1132
|
-
--pf-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
1129
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
|
1130
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
1131
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
1132
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
1133
1133
|
}
|
1134
|
-
.pf-m-grid-xl.pf-c-table tbody {
|
1134
|
+
.pf-m-grid-xl.pf-v5-c-table tbody {
|
1135
1135
|
position: relative;
|
1136
1136
|
}
|
1137
|
-
.pf-m-grid-xl.pf-c-table tbody::after {
|
1137
|
+
.pf-m-grid-xl.pf-v5-c-table tbody::after {
|
1138
1138
|
position: absolute;
|
1139
1139
|
top: 0;
|
1140
1140
|
bottom: 0;
|
1141
1141
|
left: 0;
|
1142
1142
|
content: "";
|
1143
1143
|
border: 0;
|
1144
|
-
border-left: var(--pf-c-table--tbody--after--BorderLeftWidth) solid var(--pf-c-table--tbody--after--BorderColor);
|
1144
|
+
border-left: var(--pf-v5-c-table--tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table--tbody--after--BorderColor);
|
1145
1145
|
}
|
1146
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded {
|
1147
|
-
--pf-c-table--tbody--after--BorderLeftWidth: var(--pf-c-table--tbody--after--border-width--base);
|
1146
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-expanded {
|
1147
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: var(--pf-v5-c-table--tbody--after--border-width--base);
|
1148
1148
|
}
|
1149
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded tbody {
|
1150
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
1149
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-expanded tbody {
|
1150
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
1151
1151
|
}
|
1152
|
-
.pf-m-grid-xl.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::after {
|
1153
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
1152
|
+
.pf-m-grid-xl.pf-v5-c-table tbody > tr > :first-child:not(.pf-v5-c-table__check)::after {
|
1153
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
1154
1154
|
position: static;
|
1155
1155
|
width: auto;
|
1156
1156
|
background-color: transparent;
|
1157
1157
|
}
|
1158
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row {
|
1159
|
-
--pf-c-table--cell--responsive--PaddingTop: 0;
|
1160
|
-
--pf-c-table--cell--responsive--PaddingRight: 0;
|
1161
|
-
--pf-c-table--cell--responsive--PaddingBottom: 0;
|
1162
|
-
--pf-c-table--cell--responsive--PaddingLeft: 0;
|
1163
|
-
--pf-c-table--cell--PaddingRight: 0;
|
1164
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
1158
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row {
|
1159
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: 0;
|
1160
|
+
--pf-v5-c-table--cell--responsive--PaddingRight: 0;
|
1161
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: 0;
|
1162
|
+
--pf-v5-c-table--cell--responsive--PaddingLeft: 0;
|
1163
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
1164
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
1165
1165
|
display: block;
|
1166
|
-
max-height: var(--pf-c-table__expandable-row--MaxHeight);
|
1166
|
+
max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
|
1167
1167
|
overflow-y: auto;
|
1168
1168
|
border-bottom: none;
|
1169
1169
|
box-shadow: none;
|
1170
1170
|
}
|
1171
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row > * {
|
1171
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
|
1172
1172
|
position: static;
|
1173
1173
|
display: block;
|
1174
1174
|
}
|
1175
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
|
1176
|
-
border-top-color: var(--pf-c-table--BorderColor);
|
1175
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
|
1176
|
+
border-top-color: var(--pf-v5-c-table--BorderColor);
|
1177
1177
|
}
|
1178
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row > :first-child:not(.pf-c-table__check)::after {
|
1178
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
|
1179
1179
|
content: none;
|
1180
1180
|
}
|
1181
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content, .pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row th.pf-m-no-padding .pf-c-table__expandable-row-content {
|
1181
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row td.pf-m-no-padding .pf-v5-c-table__expandable-row-content, .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row th.pf-m-no-padding .pf-v5-c-table__expandable-row-content {
|
1182
1182
|
padding: 0;
|
1183
1183
|
}
|
1184
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
1184
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
1185
1185
|
display: none;
|
1186
1186
|
}
|
1187
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
1188
|
-
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
1189
|
-
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft);
|
1187
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
|
1188
|
+
padding-right: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
|
1189
|
+
padding-left: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
|
1190
1190
|
}
|
1191
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable {
|
1192
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
1193
|
-
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
1191
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-hoverable {
|
1192
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
1193
|
+
--pf-v5-c-table--tbody--after--BorderLeftColor: transparent;
|
1194
1194
|
}
|
1195
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable,
|
1196
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr {
|
1195
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-hoverable,
|
1196
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-hoverable > tr {
|
1197
1197
|
position: relative;
|
1198
1198
|
}
|
1199
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr::after {
|
1199
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-hoverable > tr::after {
|
1200
1200
|
content: "";
|
1201
1201
|
position: absolute;
|
1202
1202
|
top: 0;
|
1203
1203
|
bottom: 0;
|
1204
1204
|
left: 0;
|
1205
|
-
width: var(--pf-c-table--tbody--after--tr--BorderLeftWidth);
|
1206
|
-
background-color: var(--pf-c-table--tbody--after--tr--BorderLeftColor);
|
1205
|
+
width: var(--pf-v5-c-table--tbody--after--tr--BorderLeftWidth);
|
1206
|
+
background-color: var(--pf-v5-c-table--tbody--after--tr--BorderLeftColor);
|
1207
1207
|
}
|
1208
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
1209
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
1210
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
1208
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
1209
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
1210
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
1211
1211
|
}
|
1212
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable.pf-m-selected {
|
1213
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
1214
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
1212
|
+
.pf-m-grid-xl.pf-v5-c-table tbody.pf-m-hoverable.pf-m-selected {
|
1213
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
1214
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
1215
1215
|
}
|
1216
|
-
.pf-m-grid-xl.pf-c-table tr.pf-m-selected::after {
|
1216
|
+
.pf-m-grid-xl.pf-v5-c-table tr.pf-m-selected::after {
|
1217
1217
|
content: "";
|
1218
1218
|
position: absolute;
|
1219
1219
|
top: 0;
|
1220
1220
|
bottom: 0;
|
1221
1221
|
left: 0;
|
1222
|
-
width: var(--pf-c-table--tr--m-selected--after--BorderLeftWidth);
|
1223
|
-
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
1222
|
+
width: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftWidth);
|
1223
|
+
background-color: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftColor);
|
1224
1224
|
}
|
1225
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
1226
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
1227
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
1228
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
1225
|
+
.pf-m-grid-xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
|
1226
|
+
.pf-m-grid-xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
|
1227
|
+
.pf-m-grid-xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
|
1228
|
+
.pf-m-grid-xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
|
1229
1229
|
width: auto;
|
1230
1230
|
padding: 0;
|
1231
1231
|
}
|
1232
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__toggle {
|
1232
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__toggle {
|
1233
1233
|
grid-row-start: 20;
|
1234
1234
|
grid-column: -1;
|
1235
1235
|
justify-self: end;
|
1236
1236
|
padding-right: 0;
|
1237
1237
|
}
|
1238
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__toggle::after {
|
1238
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__toggle::after {
|
1239
1239
|
content: none;
|
1240
1240
|
}
|
1241
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__button {
|
1242
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
1243
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
1244
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
1245
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
1241
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__button {
|
1242
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
1243
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
1244
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
1245
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
1246
1246
|
}
|
1247
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__check,
|
1248
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__favorite,
|
1249
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
|
1247
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check,
|
1248
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__favorite,
|
1249
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__action {
|
1250
1250
|
grid-row-start: 1;
|
1251
1251
|
grid-column-start: 2;
|
1252
1252
|
}
|
1253
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__check {
|
1254
|
-
margin-top: var(--pf-c-table__check--responsive--MarginTop);
|
1255
|
-
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
|
1253
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check {
|
1254
|
+
margin-top: var(--pf-v5-c-table__check--responsive--MarginTop);
|
1255
|
+
margin-left: var(--pf-v5-c-table__check--responsive--MarginLeft);
|
1256
1256
|
}
|
1257
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite {
|
1258
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--MarginLeft);
|
1257
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
|
1258
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
|
1259
1259
|
}
|
1260
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite ~ .pf-c-table__action {
|
1261
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--action--MarginLeft);
|
1260
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
1261
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
|
1262
1262
|
}
|
1263
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
|
1264
|
-
margin-left: var(--pf-c-table__action--responsive--MarginLeft);
|
1263
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
|
1264
|
+
margin-left: var(--pf-v5-c-table__action--responsive--MarginLeft);
|
1265
1265
|
}
|
1266
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__favorite {
|
1267
|
-
margin-top: var(--pf-c-table--m-grid__favorite--MarginTop);
|
1266
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__favorite {
|
1267
|
+
margin-top: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
|
1268
1268
|
}
|
1269
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__favorite ~ .pf-c-table__action {
|
1270
|
-
margin-left: var(--pf-c-table--m-grid__favorite--action--MarginLeft);
|
1269
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
1270
|
+
margin-left: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
|
1271
1271
|
}
|
1272
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
|
1273
|
-
margin-top: var(--pf-c-table--m-grid__action--MarginTop);
|
1272
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__action {
|
1273
|
+
margin-top: var(--pf-v5-c-table--m-grid__action--MarginTop);
|
1274
1274
|
text-align: right;
|
1275
1275
|
}
|
1276
1276
|
}
|
1277
1277
|
@media screen and (max-width: 1200px) and (max-width: 576px) {
|
1278
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
|
1278
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__action {
|
1279
1279
|
grid-row-start: 1;
|
1280
1280
|
grid-column-start: 2;
|
1281
1281
|
margin-left: 0;
|
1282
1282
|
}
|
1283
1283
|
}
|
1284
1284
|
@media screen and (max-width: 1200px) {
|
1285
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__inline-edit-action {
|
1285
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
|
1286
1286
|
grid-column: 2;
|
1287
1287
|
grid-row: 2;
|
1288
1288
|
}
|
1289
1289
|
}
|
1290
1290
|
@media screen and (max-width: 1200px) {
|
1291
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__toggle-icon {
|
1292
|
-
transition: var(--pf-c-table__toggle__icon--Transition);
|
1291
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
1292
|
+
transition: var(--pf-v5-c-table__toggle__icon--Transition);
|
1293
1293
|
}
|
1294
|
-
.pf-c-button.pf-m-expanded > .pf-m-grid-xl.pf-c-table .pf-c-table__toggle-icon {
|
1295
|
-
transform: rotate(var(--pf-c-table__toggle--m-expanded__icon--Rotate));
|
1294
|
+
.pf-v5-c-button.pf-m-expanded > .pf-m-grid-xl.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
1295
|
+
transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
|
1296
1296
|
}
|
1297
1297
|
}
|
1298
1298
|
@media screen and (max-width: 1200px) {
|
1299
|
-
.pf-m-grid-xl.pf-c-table .pf-m-nowrap {
|
1300
|
-
--pf-c-table--cell--Overflow: auto;
|
1299
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-m-nowrap {
|
1300
|
+
--pf-v5-c-table--cell--Overflow: auto;
|
1301
1301
|
}
|
1302
1302
|
}
|
1303
1303
|
@media screen and (max-width: 1200px) {
|
1304
|
-
.pf-m-grid-xl.pf-c-table .pf-m-fit-content {
|
1304
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-m-fit-content {
|
1305
1305
|
width: auto;
|
1306
1306
|
white-space: normal;
|
1307
1307
|
}
|
1308
1308
|
}
|
1309
1309
|
@media screen and (max-width: 1200px) {
|
1310
|
-
.pf-m-grid-xl.pf-c-table .pf-m-truncate {
|
1311
|
-
--pf-c-table--cell--MaxWidth: 100%;
|
1310
|
+
.pf-m-grid-xl.pf-v5-c-table .pf-m-truncate {
|
1311
|
+
--pf-v5-c-table--cell--MaxWidth: 100%;
|
1312
1312
|
}
|
1313
1313
|
}
|
1314
1314
|
@media screen and (max-width: 1200px) {
|
1315
|
-
.pf-m-grid-xl.pf-c-table [class*=pf-m-width] {
|
1316
|
-
--pf-c-table--cell--Width: auto;
|
1315
|
+
.pf-m-grid-xl.pf-v5-c-table [class*=pf-m-width] {
|
1316
|
+
--pf-v5-c-table--cell--Width: auto;
|
1317
1317
|
}
|
1318
1318
|
}
|
1319
1319
|
|
1320
1320
|
@media screen and (max-width: 1450px) {
|
1321
|
-
.pf-m-grid-2xl.pf-c-table {
|
1322
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
1323
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
1324
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
1325
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
1326
|
-
--pf-c-table__favorite--c-button--MarginTop: auto;
|
1327
|
-
--pf-c-table__favorite--c-button--MarginRight: auto;
|
1328
|
-
--pf-c-table__favorite--c-button--MarginBottom: auto;
|
1329
|
-
--pf-c-table__favorite--c-button--MarginLeft: auto;
|
1321
|
+
.pf-m-grid-2xl.pf-v5-c-table {
|
1322
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
1323
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
1324
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
1325
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
1326
|
+
--pf-v5-c-table__favorite--c-button--MarginTop: auto;
|
1327
|
+
--pf-v5-c-table__favorite--c-button--MarginRight: auto;
|
1328
|
+
--pf-v5-c-table__favorite--c-button--MarginBottom: auto;
|
1329
|
+
--pf-v5-c-table__favorite--c-button--MarginLeft: auto;
|
1330
1330
|
display: grid;
|
1331
1331
|
border: none;
|
1332
1332
|
}
|
1333
|
-
.pf-m-grid-2xl.pf-c-table tr > * {
|
1333
|
+
.pf-m-grid-2xl.pf-v5-c-table tr > * {
|
1334
1334
|
width: auto;
|
1335
1335
|
min-width: 0;
|
1336
1336
|
max-width: none;
|
@@ -1338,296 +1338,296 @@
|
|
1338
1338
|
text-overflow: clip;
|
1339
1339
|
white-space: normal;
|
1340
1340
|
}
|
1341
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__text {
|
1341
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__text {
|
1342
1342
|
position: relative;
|
1343
1343
|
width: auto;
|
1344
1344
|
min-width: 0;
|
1345
1345
|
max-width: none;
|
1346
|
-
overflow: var(--pf-c-table--cell--Overflow);
|
1347
|
-
text-overflow: var(--pf-c-table--cell--TextOverflow);
|
1348
|
-
white-space: var(--pf-c-table--cell--WhiteSpace);
|
1346
|
+
overflow: var(--pf-v5-c-table--cell--Overflow);
|
1347
|
+
text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
|
1348
|
+
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
1349
1349
|
}
|
1350
|
-
.pf-m-grid-2xl.pf-c-table thead {
|
1350
|
+
.pf-m-grid-2xl.pf-v5-c-table thead {
|
1351
1351
|
display: none;
|
1352
1352
|
}
|
1353
|
-
.pf-m-grid-2xl.pf-c-table tbody {
|
1353
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody {
|
1354
1354
|
display: block;
|
1355
1355
|
}
|
1356
|
-
.pf-m-grid-2xl.pf-c-table tbody:first-of-type {
|
1357
|
-
border-top: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
1356
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody:first-of-type {
|
1357
|
+
border-top: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
1358
1358
|
}
|
1359
|
-
.pf-m-grid-2xl.pf-c-table table.pf-m-compact > tbody {
|
1359
|
+
.pf-m-grid-2xl.pf-v5-c-table table.pf-m-compact > tbody {
|
1360
1360
|
border-top: 0;
|
1361
1361
|
}
|
1362
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
1363
|
-
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
1362
|
+
.pf-m-grid-2xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
1363
|
+
border-bottom: var(--pf-v5-c-table-tr--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
1364
1364
|
}
|
1365
|
-
.pf-m-grid-2xl.pf-c-table tr:last-child,
|
1366
|
-
.pf-m-grid-2xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
1367
|
-
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
1365
|
+
.pf-m-grid-2xl.pf-v5-c-table tr:last-child,
|
1366
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
1367
|
+
border-bottom-width: var(--pf-v5-c-table-tr--responsive--last-child--BorderBottomWidth);
|
1368
1368
|
}
|
1369
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded {
|
1370
|
-
border-bottom: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
1369
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-expanded {
|
1370
|
+
border-bottom: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
1371
1371
|
}
|
1372
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded tr:not(.pf-c-table__expandable-row) {
|
1372
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-expanded tr:not(.pf-v5-c-table__expandable-row) {
|
1373
1373
|
border-bottom: 0;
|
1374
1374
|
}
|
1375
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
1376
|
-
border-bottom: var(--pf-c-table--tbody--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
1375
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-expanded:not(:last-of-type) {
|
1376
|
+
border-bottom: var(--pf-v5-c-table--tbody--responsive--border-width--base) solid var(--pf-v5-c-table--responsive--BorderColor);
|
1377
1377
|
}
|
1378
|
-
.pf-m-grid-2xl.pf-c-table tr.pf-m-selected {
|
1379
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
1380
|
-
--pf-c-table__expandable-row--after--BorderColor: transparent;
|
1378
|
+
.pf-m-grid-2xl.pf-v5-c-table tr.pf-m-selected {
|
1379
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
1380
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: transparent;
|
1381
1381
|
}
|
1382
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) {
|
1382
|
+
.pf-m-grid-2xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) {
|
1383
1383
|
display: grid;
|
1384
1384
|
grid-template-columns: 1fr;
|
1385
1385
|
height: auto;
|
1386
1386
|
grid-auto-columns: max-content;
|
1387
|
-
grid-column-gap: var(--pf-c-table-tr--responsive--GridColumnGap);
|
1388
|
-
padding: var(--pf-c-table-tr--responsive--PaddingTop) var(--pf-c-table-tr--responsive--PaddingRight) var(--pf-c-table-tr--responsive--PaddingBottom) var(--pf-c-table-tr--responsive--PaddingLeft);
|
1387
|
+
grid-column-gap: var(--pf-v5-c-table-tr--responsive--GridColumnGap);
|
1388
|
+
padding: var(--pf-v5-c-table-tr--responsive--PaddingTop) var(--pf-v5-c-table-tr--responsive--PaddingRight) var(--pf-v5-c-table-tr--responsive--PaddingBottom) var(--pf-v5-c-table-tr--responsive--PaddingLeft);
|
1389
1389
|
}
|
1390
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) > * {
|
1391
|
-
padding: var(--pf-c-table--cell--responsive--PaddingTop) var(--pf-c-table--cell--responsive--PaddingRight) var(--pf-c-table--cell--responsive--PaddingBottom) var(--pf-c-table--cell--responsive--PaddingLeft);
|
1390
|
+
.pf-m-grid-2xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > * {
|
1391
|
+
padding: var(--pf-v5-c-table--cell--responsive--PaddingTop) var(--pf-v5-c-table--cell--responsive--PaddingRight) var(--pf-v5-c-table--cell--responsive--PaddingBottom) var(--pf-v5-c-table--cell--responsive--PaddingLeft);
|
1392
1392
|
}
|
1393
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) > *:first-child {
|
1394
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--cell--first-child--responsive--PaddingTop);
|
1393
|
+
.pf-m-grid-2xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) > *:first-child {
|
1394
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--cell--first-child--responsive--PaddingTop);
|
1395
1395
|
}
|
1396
|
-
.pf-m-grid-2xl.pf-c-table.pf-m-compact {
|
1397
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table--m-compact-tr--responsive--PaddingTop);
|
1398
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr--responsive--PaddingBottom);
|
1399
|
-
--pf-c-table--cell--responsive--PaddingTop: var(--pf-c-table--m-compact-tr-td--responsive--PaddingTop);
|
1400
|
-
--pf-c-table--cell--responsive--PaddingBottom: var(--pf-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
1401
|
-
--pf-c-table__check--input--MarginTop: 0;
|
1396
|
+
.pf-m-grid-2xl.pf-v5-c-table.pf-m-compact {
|
1397
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingTop);
|
1398
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr--responsive--PaddingBottom);
|
1399
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingTop);
|
1400
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: var(--pf-v5-c-table--m-compact-tr-td--responsive--PaddingBottom);
|
1401
|
+
--pf-v5-c-table__check--input--MarginTop: 0;
|
1402
1402
|
}
|
1403
|
-
.pf-m-grid-2xl.pf-c-table.pf-m-compact .pf-c-table__action {
|
1404
|
-
margin-top: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
1405
|
-
margin-bottom: var(--pf-c-table--m-compact__action--responsive--MarginTop);
|
1403
|
+
.pf-m-grid-2xl.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
|
1404
|
+
margin-top: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
1405
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__action--responsive--MarginTop);
|
1406
1406
|
}
|
1407
|
-
.pf-m-grid-2xl.pf-c-table.pf-m-compact .pf-c-table__toggle .pf-c-button {
|
1408
|
-
margin-bottom: var(--pf-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
1407
|
+
.pf-m-grid-2xl.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle .pf-v5-c-button {
|
1408
|
+
margin-bottom: var(--pf-v5-c-table--m-compact__toggle--c-button--responsive--MarginBottom);
|
1409
1409
|
}
|
1410
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__icon > * {
|
1410
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__icon > * {
|
1411
1411
|
text-align: left;
|
1412
1412
|
}
|
1413
|
-
.pf-m-grid-2xl.pf-c-table [data-label] {
|
1414
|
-
--pf-c-table--cell--hidden-visible--Display: var(--pf-c-table--m-grid--cell--hidden-visible--Display);
|
1413
|
+
.pf-m-grid-2xl.pf-v5-c-table [data-label] {
|
1414
|
+
--pf-v5-c-table--cell--hidden-visible--Display: var(--pf-v5-c-table--m-grid--cell--hidden-visible--Display);
|
1415
1415
|
grid-column: 1;
|
1416
|
-
grid-column-gap: var(--pf-c-table-td--responsive--GridColumnGap);
|
1416
|
+
grid-column-gap: var(--pf-v5-c-table-td--responsive--GridColumnGap);
|
1417
1417
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
1418
1418
|
align-items: start;
|
1419
1419
|
}
|
1420
|
-
.pf-m-grid-2xl.pf-c-table [data-label] > * {
|
1420
|
+
.pf-m-grid-2xl.pf-v5-c-table [data-label] > * {
|
1421
1421
|
grid-column: 2;
|
1422
1422
|
}
|
1423
|
-
.pf-m-grid-2xl.pf-c-table [data-label]::before {
|
1423
|
+
.pf-m-grid-2xl.pf-v5-c-table [data-label]::before {
|
1424
1424
|
font-weight: bold;
|
1425
1425
|
text-align: left;
|
1426
1426
|
content: attr(data-label);
|
1427
1427
|
}
|
1428
|
-
.pf-m-grid-2xl.pf-c-table tr > *:first-child {
|
1429
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
1428
|
+
.pf-m-grid-2xl.pf-v5-c-table tr > *:first-child {
|
1429
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
1430
1430
|
}
|
1431
|
-
.pf-m-grid-2xl.pf-c-table tr > *:last-child {
|
1432
|
-
--pf-c-table--cell--PaddingRight: 0;
|
1431
|
+
.pf-m-grid-2xl.pf-v5-c-table tr > *:last-child {
|
1432
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
1433
1433
|
}
|
1434
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table {
|
1435
|
-
--pf-c-table-tr--responsive--PaddingTop: var(--pf-c-table-tr--responsive--nested-table--PaddingTop);
|
1436
|
-
--pf-c-table-tr--responsive--PaddingRight: var(--pf-c-table-tr--responsive--nested-table--PaddingRight);
|
1437
|
-
--pf-c-table-tr--responsive--PaddingBottom: var(--pf-c-table-tr--responsive--nested-table--PaddingBottom);
|
1438
|
-
--pf-c-table-tr--responsive--PaddingLeft: var(--pf-c-table-tr--responsive--nested-table--PaddingLeft);
|
1434
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table {
|
1435
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingTop);
|
1436
|
+
--pf-v5-c-table-tr--responsive--PaddingRight: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingRight);
|
1437
|
+
--pf-v5-c-table-tr--responsive--PaddingBottom: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingBottom);
|
1438
|
+
--pf-v5-c-table-tr--responsive--PaddingLeft: var(--pf-v5-c-table-tr--responsive--nested-table--PaddingLeft);
|
1439
1439
|
border: 0;
|
1440
1440
|
}
|
1441
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table tr:not(.pf-c-table__expandable-row) + tr:not(.pf-c-table__expandable-row) {
|
1442
|
-
--pf-c-table-tr--responsive--PaddingTop: 0;
|
1441
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) + tr:not(.pf-v5-c-table__expandable-row) {
|
1442
|
+
--pf-v5-c-table-tr--responsive--PaddingTop: 0;
|
1443
1443
|
}
|
1444
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__compound-expansion-toggle {
|
1445
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
1446
|
-
--pf-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
1447
|
-
--pf-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
1444
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle {
|
1445
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
1446
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
1447
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--Top: 100%;
|
1448
1448
|
}
|
1449
|
-
.pf-m-grid-2xl.pf-c-table tbody {
|
1449
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody {
|
1450
1450
|
position: relative;
|
1451
1451
|
}
|
1452
|
-
.pf-m-grid-2xl.pf-c-table tbody::after {
|
1452
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody::after {
|
1453
1453
|
position: absolute;
|
1454
1454
|
top: 0;
|
1455
1455
|
bottom: 0;
|
1456
1456
|
left: 0;
|
1457
1457
|
content: "";
|
1458
1458
|
border: 0;
|
1459
|
-
border-left: var(--pf-c-table--tbody--after--BorderLeftWidth) solid var(--pf-c-table--tbody--after--BorderColor);
|
1459
|
+
border-left: var(--pf-v5-c-table--tbody--after--BorderLeftWidth) solid var(--pf-v5-c-table--tbody--after--BorderColor);
|
1460
1460
|
}
|
1461
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded {
|
1462
|
-
--pf-c-table--tbody--after--BorderLeftWidth: var(--pf-c-table--tbody--after--border-width--base);
|
1461
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-expanded {
|
1462
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: var(--pf-v5-c-table--tbody--after--border-width--base);
|
1463
1463
|
}
|
1464
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded tbody {
|
1465
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
1464
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-expanded tbody {
|
1465
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
1466
1466
|
}
|
1467
|
-
.pf-m-grid-2xl.pf-c-table tbody > tr > :first-child:not(.pf-c-table__check)::after {
|
1468
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: 0;
|
1467
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody > tr > :first-child:not(.pf-v5-c-table__check)::after {
|
1468
|
+
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
1469
1469
|
position: static;
|
1470
1470
|
width: auto;
|
1471
1471
|
background-color: transparent;
|
1472
1472
|
}
|
1473
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row {
|
1474
|
-
--pf-c-table--cell--responsive--PaddingTop: 0;
|
1475
|
-
--pf-c-table--cell--responsive--PaddingRight: 0;
|
1476
|
-
--pf-c-table--cell--responsive--PaddingBottom: 0;
|
1477
|
-
--pf-c-table--cell--responsive--PaddingLeft: 0;
|
1478
|
-
--pf-c-table--cell--PaddingRight: 0;
|
1479
|
-
--pf-c-table--cell--PaddingLeft: 0;
|
1473
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row {
|
1474
|
+
--pf-v5-c-table--cell--responsive--PaddingTop: 0;
|
1475
|
+
--pf-v5-c-table--cell--responsive--PaddingRight: 0;
|
1476
|
+
--pf-v5-c-table--cell--responsive--PaddingBottom: 0;
|
1477
|
+
--pf-v5-c-table--cell--responsive--PaddingLeft: 0;
|
1478
|
+
--pf-v5-c-table--cell--PaddingRight: 0;
|
1479
|
+
--pf-v5-c-table--cell--PaddingLeft: 0;
|
1480
1480
|
display: block;
|
1481
|
-
max-height: var(--pf-c-table__expandable-row--MaxHeight);
|
1481
|
+
max-height: var(--pf-v5-c-table__expandable-row--MaxHeight);
|
1482
1482
|
overflow-y: auto;
|
1483
1483
|
border-bottom: none;
|
1484
1484
|
box-shadow: none;
|
1485
1485
|
}
|
1486
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row > * {
|
1486
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row > * {
|
1487
1487
|
position: static;
|
1488
1488
|
display: block;
|
1489
1489
|
}
|
1490
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row.pf-m-expanded {
|
1491
|
-
border-top-color: var(--pf-c-table--BorderColor);
|
1490
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row.pf-m-expanded {
|
1491
|
+
border-top-color: var(--pf-v5-c-table--BorderColor);
|
1492
1492
|
}
|
1493
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row > :first-child:not(.pf-c-table__check)::after {
|
1493
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row > :first-child:not(.pf-v5-c-table__check)::after {
|
1494
1494
|
content: none;
|
1495
1495
|
}
|
1496
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row td.pf-m-no-padding .pf-c-table__expandable-row-content, .pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row th.pf-m-no-padding .pf-c-table__expandable-row-content {
|
1496
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row td.pf-m-no-padding .pf-v5-c-table__expandable-row-content, .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row th.pf-m-no-padding .pf-v5-c-table__expandable-row-content {
|
1497
1497
|
padding: 0;
|
1498
1498
|
}
|
1499
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row:not(.pf-m-expanded) {
|
1499
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
1500
1500
|
display: none;
|
1501
1501
|
}
|
1502
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__expandable-row .pf-c-table__expandable-row-content {
|
1503
|
-
padding-right: var(--pf-c-table__expandable-row-content--responsive--PaddingRight);
|
1504
|
-
padding-left: var(--pf-c-table__expandable-row-content--responsive--PaddingLeft);
|
1502
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
|
1503
|
+
padding-right: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingRight);
|
1504
|
+
padding-left: var(--pf-v5-c-table__expandable-row-content--responsive--PaddingLeft);
|
1505
1505
|
}
|
1506
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable {
|
1507
|
-
--pf-c-table--tbody--after--BorderLeftWidth: 0;
|
1508
|
-
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
1506
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-hoverable {
|
1507
|
+
--pf-v5-c-table--tbody--after--BorderLeftWidth: 0;
|
1508
|
+
--pf-v5-c-table--tbody--after--BorderLeftColor: transparent;
|
1509
1509
|
}
|
1510
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable,
|
1511
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr {
|
1510
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-hoverable,
|
1511
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-hoverable > tr {
|
1512
1512
|
position: relative;
|
1513
1513
|
}
|
1514
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr::after {
|
1514
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-hoverable > tr::after {
|
1515
1515
|
content: "";
|
1516
1516
|
position: absolute;
|
1517
1517
|
top: 0;
|
1518
1518
|
bottom: 0;
|
1519
1519
|
left: 0;
|
1520
|
-
width: var(--pf-c-table--tbody--after--tr--BorderLeftWidth);
|
1521
|
-
background-color: var(--pf-c-table--tbody--after--tr--BorderLeftColor);
|
1520
|
+
width: var(--pf-v5-c-table--tbody--after--tr--BorderLeftWidth);
|
1521
|
+
background-color: var(--pf-v5-c-table--tbody--after--tr--BorderLeftColor);
|
1522
1522
|
}
|
1523
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
1524
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
1525
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
1523
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-hoverable.pf-m-expanded {
|
1524
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftWidth);
|
1525
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-expanded--after--tr--BorderLeftColor);
|
1526
1526
|
}
|
1527
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable.pf-m-selected {
|
1528
|
-
--pf-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
1529
|
-
--pf-c-table--tbody--after--tr--BorderLeftColor: var(--pf-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
1527
|
+
.pf-m-grid-2xl.pf-v5-c-table tbody.pf-m-hoverable.pf-m-selected {
|
1528
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftWidth: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftWidth);
|
1529
|
+
--pf-v5-c-table--tbody--after--tr--BorderLeftColor: var(--pf-v5-c-table--tbody--m-selected--after--tr--BorderLeftColor);
|
1530
1530
|
}
|
1531
|
-
.pf-m-grid-2xl.pf-c-table tr.pf-m-selected::after {
|
1531
|
+
.pf-m-grid-2xl.pf-v5-c-table tr.pf-m-selected::after {
|
1532
1532
|
content: "";
|
1533
1533
|
position: absolute;
|
1534
1534
|
top: 0;
|
1535
1535
|
bottom: 0;
|
1536
1536
|
left: 0;
|
1537
|
-
width: var(--pf-c-table--tr--m-selected--after--BorderLeftWidth);
|
1538
|
-
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
1537
|
+
width: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftWidth);
|
1538
|
+
background-color: var(--pf-v5-c-table--tr--m-selected--after--BorderLeftColor);
|
1539
1539
|
}
|
1540
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
1541
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
1542
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
1543
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
1540
|
+
.pf-m-grid-2xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__toggle,
|
1541
|
+
.pf-m-grid-2xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__check,
|
1542
|
+
.pf-m-grid-2xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__favorite,
|
1543
|
+
.pf-m-grid-2xl.pf-v5-c-table tr:not(.pf-v5-c-table__expandable-row) .pf-v5-c-table__action {
|
1544
1544
|
width: auto;
|
1545
1545
|
padding: 0;
|
1546
1546
|
}
|
1547
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__toggle {
|
1547
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__toggle {
|
1548
1548
|
grid-row-start: 20;
|
1549
1549
|
grid-column: -1;
|
1550
1550
|
justify-self: end;
|
1551
1551
|
padding-right: 0;
|
1552
1552
|
}
|
1553
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__toggle::after {
|
1553
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__toggle::after {
|
1554
1554
|
content: none;
|
1555
1555
|
}
|
1556
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__button {
|
1557
|
-
--pf-c-table--cell--PaddingTop: var(--pf-c-table--m-grid--cell--PaddingTop);
|
1558
|
-
--pf-c-table--cell--PaddingRight: var(--pf-c-table--m-grid--cell--PaddingRight);
|
1559
|
-
--pf-c-table--cell--PaddingBottom: var(--pf-c-table--m-grid--cell--PaddingBottom);
|
1560
|
-
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
1556
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__button {
|
1557
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-grid--cell--PaddingTop);
|
1558
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-grid--cell--PaddingRight);
|
1559
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-grid--cell--PaddingBottom);
|
1560
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-grid--cell--PaddingLeft);
|
1561
1561
|
}
|
1562
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__check,
|
1563
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__favorite,
|
1564
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
|
1562
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check,
|
1563
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__favorite,
|
1564
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__action {
|
1565
1565
|
grid-row-start: 1;
|
1566
1566
|
grid-column-start: 2;
|
1567
1567
|
}
|
1568
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__check {
|
1569
|
-
margin-top: var(--pf-c-table__check--responsive--MarginTop);
|
1570
|
-
margin-left: var(--pf-c-table__check--responsive--MarginLeft);
|
1568
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check {
|
1569
|
+
margin-top: var(--pf-v5-c-table__check--responsive--MarginTop);
|
1570
|
+
margin-left: var(--pf-v5-c-table__check--responsive--MarginLeft);
|
1571
1571
|
}
|
1572
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite {
|
1573
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--MarginLeft);
|
1572
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite {
|
1573
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--MarginLeft);
|
1574
1574
|
}
|
1575
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__check ~ .pf-c-table__favorite ~ .pf-c-table__action {
|
1576
|
-
margin-left: var(--pf-c-table--m-grid__check--favorite--action--MarginLeft);
|
1575
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
1576
|
+
margin-left: var(--pf-v5-c-table--m-grid__check--favorite--action--MarginLeft);
|
1577
1577
|
}
|
1578
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__check ~ .pf-c-table__action {
|
1579
|
-
margin-left: var(--pf-c-table__action--responsive--MarginLeft);
|
1578
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__check ~ .pf-v5-c-table__action {
|
1579
|
+
margin-left: var(--pf-v5-c-table__action--responsive--MarginLeft);
|
1580
1580
|
}
|
1581
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__favorite {
|
1582
|
-
margin-top: var(--pf-c-table--m-grid__favorite--MarginTop);
|
1581
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__favorite {
|
1582
|
+
margin-top: var(--pf-v5-c-table--m-grid__favorite--MarginTop);
|
1583
1583
|
}
|
1584
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__favorite ~ .pf-c-table__action {
|
1585
|
-
margin-left: var(--pf-c-table--m-grid__favorite--action--MarginLeft);
|
1584
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__favorite ~ .pf-v5-c-table__action {
|
1585
|
+
margin-left: var(--pf-v5-c-table--m-grid__favorite--action--MarginLeft);
|
1586
1586
|
}
|
1587
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
|
1588
|
-
margin-top: var(--pf-c-table--m-grid__action--MarginTop);
|
1587
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__action {
|
1588
|
+
margin-top: var(--pf-v5-c-table--m-grid__action--MarginTop);
|
1589
1589
|
text-align: right;
|
1590
1590
|
}
|
1591
1591
|
}
|
1592
1592
|
@media screen and (max-width: 1450px) and (max-width: 576px) {
|
1593
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
|
1593
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__action {
|
1594
1594
|
grid-row-start: 1;
|
1595
1595
|
grid-column-start: 2;
|
1596
1596
|
margin-left: 0;
|
1597
1597
|
}
|
1598
1598
|
}
|
1599
1599
|
@media screen and (max-width: 1450px) {
|
1600
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__inline-edit-action {
|
1600
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
|
1601
1601
|
grid-column: 2;
|
1602
1602
|
grid-row: 2;
|
1603
1603
|
}
|
1604
1604
|
}
|
1605
1605
|
@media screen and (max-width: 1450px) {
|
1606
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__toggle-icon {
|
1607
|
-
transition: var(--pf-c-table__toggle__icon--Transition);
|
1606
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
1607
|
+
transition: var(--pf-v5-c-table__toggle__icon--Transition);
|
1608
1608
|
}
|
1609
|
-
.pf-c-button.pf-m-expanded > .pf-m-grid-2xl.pf-c-table .pf-c-table__toggle-icon {
|
1610
|
-
transform: rotate(var(--pf-c-table__toggle--m-expanded__icon--Rotate));
|
1609
|
+
.pf-v5-c-button.pf-m-expanded > .pf-m-grid-2xl.pf-v5-c-table .pf-v5-c-table__toggle-icon {
|
1610
|
+
transform: rotate(var(--pf-v5-c-table__toggle--m-expanded__icon--Rotate));
|
1611
1611
|
}
|
1612
1612
|
}
|
1613
1613
|
@media screen and (max-width: 1450px) {
|
1614
|
-
.pf-m-grid-2xl.pf-c-table .pf-m-nowrap {
|
1615
|
-
--pf-c-table--cell--Overflow: auto;
|
1614
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-m-nowrap {
|
1615
|
+
--pf-v5-c-table--cell--Overflow: auto;
|
1616
1616
|
}
|
1617
1617
|
}
|
1618
1618
|
@media screen and (max-width: 1450px) {
|
1619
|
-
.pf-m-grid-2xl.pf-c-table .pf-m-fit-content {
|
1619
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-m-fit-content {
|
1620
1620
|
width: auto;
|
1621
1621
|
white-space: normal;
|
1622
1622
|
}
|
1623
1623
|
}
|
1624
1624
|
@media screen and (max-width: 1450px) {
|
1625
|
-
.pf-m-grid-2xl.pf-c-table .pf-m-truncate {
|
1626
|
-
--pf-c-table--cell--MaxWidth: 100%;
|
1625
|
+
.pf-m-grid-2xl.pf-v5-c-table .pf-m-truncate {
|
1626
|
+
--pf-v5-c-table--cell--MaxWidth: 100%;
|
1627
1627
|
}
|
1628
1628
|
}
|
1629
1629
|
@media screen and (max-width: 1450px) {
|
1630
|
-
.pf-m-grid-2xl.pf-c-table [class*=pf-m-width] {
|
1631
|
-
--pf-c-table--cell--Width: auto;
|
1630
|
+
.pf-m-grid-2xl.pf-v5-c-table [class*=pf-m-width] {
|
1631
|
+
--pf-v5-c-table--cell--Width: auto;
|
1632
1632
|
}
|
1633
1633
|
}
|