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