@patternfly/react-styles 6.0.0-alpha.2 → 6.0.0-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,1085 +1,852 @@
|
|
|
1
|
-
.pf-
|
|
2
|
-
--pf-
|
|
3
|
-
--pf-
|
|
4
|
-
|
|
5
|
-
--pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--dark-100);
|
|
6
|
-
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
|
7
|
-
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
|
8
|
-
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
|
9
|
-
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
|
10
|
-
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
|
1
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
2
|
+
--pf-v6-hidden-visible--hidden--Display: none;
|
|
3
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
4
|
+
display: var(--pf-v6-hidden-visible--Display);
|
|
11
5
|
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
--pf-v5-hidden-visible--hidden--Display: none;
|
|
15
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--visible--Display);
|
|
16
|
-
display: var(--pf-v5-hidden-visible--Display);
|
|
17
|
-
}
|
|
18
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > .pf-m-hidden {
|
|
19
|
-
--pf-v5-hidden-visible--Display: var(--pf-v5-hidden-visible--hidden--Display);
|
|
6
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden:where(th, td) {
|
|
7
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
20
8
|
}
|
|
21
9
|
@media screen and (min-width: 576px) {
|
|
22
|
-
.pf-
|
|
23
|
-
--pf-
|
|
10
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-sm:where(th, td) {
|
|
11
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
24
12
|
}
|
|
25
|
-
.pf-
|
|
26
|
-
--pf-
|
|
13
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-sm:where(th, td) {
|
|
14
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
27
15
|
}
|
|
28
16
|
}
|
|
29
17
|
@media screen and (min-width: 768px) {
|
|
30
|
-
.pf-
|
|
31
|
-
--pf-
|
|
18
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-md:where(th, td) {
|
|
19
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
32
20
|
}
|
|
33
|
-
.pf-
|
|
34
|
-
--pf-
|
|
21
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-md:where(th, td) {
|
|
22
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
35
23
|
}
|
|
36
24
|
}
|
|
37
25
|
@media screen and (min-width: 992px) {
|
|
38
|
-
.pf-
|
|
39
|
-
--pf-
|
|
26
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-lg:where(th, td) {
|
|
27
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
40
28
|
}
|
|
41
|
-
.pf-
|
|
42
|
-
--pf-
|
|
29
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-lg:where(th, td) {
|
|
30
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
43
31
|
}
|
|
44
32
|
}
|
|
45
33
|
@media screen and (min-width: 1200px) {
|
|
46
|
-
.pf-
|
|
47
|
-
--pf-
|
|
34
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-xl:where(th, td) {
|
|
35
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
48
36
|
}
|
|
49
|
-
.pf-
|
|
50
|
-
--pf-
|
|
37
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-xl:where(th, td) {
|
|
38
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
51
39
|
}
|
|
52
40
|
}
|
|
53
41
|
@media screen and (min-width: 1450px) {
|
|
54
|
-
.pf-
|
|
55
|
-
--pf-
|
|
42
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-hidden-on-2xl:where(th, td) {
|
|
43
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
|
56
44
|
}
|
|
57
|
-
.pf-
|
|
58
|
-
--pf-
|
|
45
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > .pf-m-visible-on-2xl:where(th, td) {
|
|
46
|
+
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
|
59
47
|
}
|
|
60
48
|
}
|
|
61
49
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
--pf-
|
|
65
|
-
--pf-
|
|
66
|
-
--pf-
|
|
67
|
-
--pf-
|
|
68
|
-
--pf-
|
|
69
|
-
--pf-
|
|
70
|
-
--pf-
|
|
71
|
-
--pf-
|
|
72
|
-
--pf-
|
|
73
|
-
--pf-
|
|
74
|
-
--pf-
|
|
75
|
-
--pf-
|
|
76
|
-
--pf-
|
|
77
|
-
--pf-
|
|
78
|
-
--pf-
|
|
79
|
-
--pf-
|
|
80
|
-
--pf-
|
|
81
|
-
--pf-
|
|
82
|
-
--pf-
|
|
83
|
-
--pf-
|
|
84
|
-
--pf-
|
|
85
|
-
--pf-
|
|
86
|
-
--pf-
|
|
87
|
-
--pf-
|
|
88
|
-
--pf-
|
|
89
|
-
--pf-
|
|
90
|
-
--pf-
|
|
91
|
-
--pf-
|
|
92
|
-
--pf-
|
|
93
|
-
--pf-
|
|
94
|
-
--pf-
|
|
95
|
-
--pf-
|
|
96
|
-
--pf-
|
|
97
|
-
--pf-
|
|
98
|
-
--pf-
|
|
99
|
-
--pf-
|
|
100
|
-
--pf-
|
|
101
|
-
--pf-
|
|
102
|
-
--pf-
|
|
103
|
-
--pf-
|
|
104
|
-
--pf-
|
|
105
|
-
--pf-
|
|
106
|
-
--pf-
|
|
107
|
-
--pf-
|
|
108
|
-
--pf-
|
|
109
|
-
--pf-
|
|
110
|
-
--pf-
|
|
111
|
-
--pf-
|
|
112
|
-
--pf-
|
|
113
|
-
--pf-
|
|
114
|
-
--pf-
|
|
115
|
-
--pf-
|
|
116
|
-
--pf-
|
|
117
|
-
--pf-
|
|
118
|
-
--pf-
|
|
119
|
-
--pf-
|
|
120
|
-
--pf-
|
|
121
|
-
--pf-
|
|
122
|
-
--pf-
|
|
123
|
-
--pf-
|
|
124
|
-
--pf-
|
|
125
|
-
--pf-
|
|
126
|
-
--pf-
|
|
127
|
-
--pf-
|
|
128
|
-
--pf-
|
|
129
|
-
--pf-
|
|
130
|
-
--pf-
|
|
131
|
-
--pf-
|
|
132
|
-
--pf-
|
|
133
|
-
--pf-
|
|
134
|
-
--pf-
|
|
135
|
-
--pf-
|
|
136
|
-
--pf-
|
|
137
|
-
--pf-
|
|
138
|
-
--pf-
|
|
139
|
-
--pf-
|
|
140
|
-
--pf-
|
|
141
|
-
--pf-
|
|
142
|
-
--pf-
|
|
143
|
-
--pf-
|
|
144
|
-
--pf-
|
|
145
|
-
--pf-
|
|
146
|
-
--pf-
|
|
147
|
-
--pf-
|
|
148
|
-
--pf-
|
|
149
|
-
--pf-
|
|
150
|
-
--pf-
|
|
151
|
-
--pf-
|
|
152
|
-
--pf-
|
|
153
|
-
--pf-
|
|
154
|
-
--pf-
|
|
155
|
-
--pf-
|
|
156
|
-
--pf-
|
|
157
|
-
--pf-
|
|
158
|
-
--pf-
|
|
159
|
-
--pf-
|
|
160
|
-
--pf-
|
|
161
|
-
--pf-
|
|
162
|
-
--pf-
|
|
163
|
-
--pf-
|
|
164
|
-
--pf-
|
|
165
|
-
--pf-
|
|
166
|
-
--pf-
|
|
167
|
-
--pf-
|
|
168
|
-
--pf-
|
|
169
|
-
--pf-
|
|
170
|
-
--pf-
|
|
171
|
-
--pf-
|
|
172
|
-
--pf-
|
|
173
|
-
--pf-
|
|
174
|
-
--pf-
|
|
175
|
-
--pf-
|
|
176
|
-
--pf-
|
|
177
|
-
--pf-
|
|
178
|
-
--pf-
|
|
179
|
-
--pf-
|
|
180
|
-
--pf-
|
|
181
|
-
--pf-
|
|
182
|
-
--pf-
|
|
183
|
-
--pf-
|
|
184
|
-
--pf-
|
|
185
|
-
--pf-
|
|
186
|
-
--pf-
|
|
187
|
-
--pf-
|
|
188
|
-
--pf-
|
|
189
|
-
--pf-
|
|
190
|
-
--pf-
|
|
191
|
-
--pf-
|
|
192
|
-
--pf-
|
|
193
|
-
--pf-
|
|
194
|
-
--pf-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--active);
|
|
199
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
|
|
200
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
201
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
202
|
-
--pf-v5-c-table--m-compact__th--PaddingTop: calc(var(--pf-v5-global--spacer--sm) + var(--pf-v5-global--spacer--xs));
|
|
203
|
-
--pf-v5-c-table--m-compact__th--PaddingBottom: var(--pf-v5-global--spacer--sm);
|
|
204
|
-
--pf-v5-c-table--m-compact--cell--PaddingTop: var(--pf-v5-global--spacer--sm);
|
|
205
|
-
--pf-v5-c-table--m-compact--cell--PaddingRight: var(--pf-v5-global--spacer--sm);
|
|
206
|
-
--pf-v5-c-table--m-compact--cell--PaddingBottom: var(--pf-v5-global--spacer--sm);
|
|
207
|
-
--pf-v5-c-table--m-compact--cell--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
|
208
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-global--spacer--md);
|
|
209
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
|
|
210
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
211
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
212
|
-
--pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body);
|
|
213
|
-
--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
|
|
214
|
-
--pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
215
|
-
--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
|
216
|
-
--pf-v5-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
217
|
-
--pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
|
218
|
-
--pf-v5-c-table--nested--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
219
|
-
--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
220
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
221
|
-
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
222
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
|
223
|
-
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
224
|
-
--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
225
|
-
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
226
|
-
--pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
227
|
-
--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
228
|
-
--pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
229
|
-
--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--selected);
|
|
230
|
-
--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
|
231
|
-
--pf-v5-c-table__tr--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
232
|
-
--pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
233
|
-
--pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
234
|
-
--pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
235
|
-
--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
|
236
|
-
--pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-v5-global--active-color--100);
|
|
237
|
-
--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
238
|
-
--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
|
239
|
-
--pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
240
|
-
--pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
241
|
-
--pf-v5-c-table__tbody--m-clickable--BoxShadow: none;
|
|
242
|
-
--pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
|
243
|
-
--pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
244
|
-
--pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
245
|
-
--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
246
|
-
--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
247
|
-
--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
248
|
-
--pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
249
|
-
--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
250
|
-
--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--active);
|
|
251
|
-
--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
|
252
|
-
--pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
253
|
-
--pf-v5-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
254
|
-
--pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
255
|
-
--pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
256
|
-
--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
|
257
|
-
--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--active);
|
|
258
|
-
--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
259
|
-
--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
|
260
|
-
--pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
261
|
-
--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
262
|
-
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-v5-global--spacer--xs);
|
|
263
|
-
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-v5-global--spacer--xs);
|
|
264
|
-
--pf-v5-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
265
|
-
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
266
|
-
--pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
|
267
|
-
color: var(--pf-v5-global--Color--100);
|
|
50
|
+
:where(:root),
|
|
51
|
+
:where(.pf-v6-c-table) {
|
|
52
|
+
--pf-v6-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
53
|
+
--pf-v6-c-table--BorderColor: var(--pf-t--global--border--color--default);
|
|
54
|
+
--pf-v6-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
|
|
55
|
+
--pf-v6-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
|
|
56
|
+
--pf-v6-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
|
|
57
|
+
--pf-v6-c-table__caption--PaddingTop: var(--pf-t--global--spacer--md);
|
|
58
|
+
--pf-v6-c-table__caption--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
59
|
+
--pf-v6-c-table__caption--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
60
|
+
--pf-v6-c-table__caption--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
61
|
+
--pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
62
|
+
--pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
63
|
+
--pf-v6-c-table__thead__toggle--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
64
|
+
--pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
|
|
65
|
+
--pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
|
|
66
|
+
--pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
|
67
|
+
--pf-v6-c-table__tr--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
68
|
+
--pf-v6-c-table__tr--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
69
|
+
--pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
|
|
70
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
|
|
71
|
+
--pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--cell--Padding--base);
|
|
72
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
|
|
73
|
+
--pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
|
|
74
|
+
--pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
|
75
|
+
--pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
|
|
76
|
+
--pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
77
|
+
--pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
|
78
|
+
--pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
|
|
79
|
+
--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
|
|
80
|
+
--pf-v6-c-table--cell--MinWidth: 0;
|
|
81
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
82
|
+
--pf-v6-c-table--cell--Width: auto;
|
|
83
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
84
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
85
|
+
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
86
|
+
--pf-v6-c-table--cell--WordBreak: normal;
|
|
87
|
+
--pf-v6-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-t--global--border--width--divider--default);
|
|
88
|
+
--pf-v6-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-t--global--border--color--default);
|
|
89
|
+
--pf-v6-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-t--global--border--width--divider--default);
|
|
90
|
+
--pf-v6-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-t--global--border--color--default);
|
|
91
|
+
--pf-v6-c-table--cell--m-help--MinWidth: 11ch;
|
|
92
|
+
--pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
|
|
93
|
+
--pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft));
|
|
94
|
+
--pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
|
|
95
|
+
--pf-v6-c-table--cell--hidden-visible--Display: table-cell;
|
|
96
|
+
--pf-v6-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
97
|
+
--pf-v6-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
98
|
+
--pf-v6-c-table__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
99
|
+
--pf-v6-c-table__toggle--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
100
|
+
--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
|
|
101
|
+
--pf-v6-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
|
|
102
|
+
--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
|
|
103
|
+
--pf-v6-c-table__button--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
104
|
+
--pf-v6-c-table__button--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
105
|
+
--pf-v6-c-table__button--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
106
|
+
--pf-v6-c-table__button--PaddingRight: var(--pf-t--global--spacer--md);
|
|
107
|
+
--pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);
|
|
108
|
+
--pf-v6-c-table__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
109
|
+
--pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
|
|
110
|
+
--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
111
|
+
--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
112
|
+
--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
113
|
+
--pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
114
|
+
--pf-v6-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
115
|
+
--pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
|
116
|
+
--pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
|
117
|
+
--pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
|
|
118
|
+
--pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
|
|
119
|
+
--pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
120
|
+
--pf-v6-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
121
|
+
--pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
122
|
+
--pf-v6-c-table__action--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
123
|
+
--pf-v6-c-table__action--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
124
|
+
--pf-v6-c-table__expandable-row--Transition: var(--pf-t--global--transition);
|
|
125
|
+
--pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
|
|
126
|
+
--pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
127
|
+
--pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
128
|
+
--pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
|
|
129
|
+
--pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
130
|
+
--pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
131
|
+
--pf-v6-c-table__control-row--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
132
|
+
--pf-v6-c-table__control-row__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
133
|
+
--pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
|
|
134
|
+
--pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft) + var(--pf-v6-c-table__sort-indicator--MarginLeft));
|
|
135
|
+
--pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
|
|
136
|
+
--pf-v6-c-table__sort--m-help--MinWidth: 15ch;
|
|
137
|
+
--pf-v6-c-table__sort__button__text--Color: currentcolor;
|
|
138
|
+
--pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
|
|
139
|
+
--pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
|
140
|
+
--pf-v6-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
|
|
141
|
+
--pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
|
|
142
|
+
--pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
143
|
+
--pf-v6-c-table__th--m-help--MinWidth: 11ch;
|
|
144
|
+
--pf-v6-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
|
|
145
|
+
--pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
|
146
|
+
--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
147
|
+
--pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
148
|
+
--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
149
|
+
--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
150
|
+
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
151
|
+
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
|
|
152
|
+
--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
|
|
153
|
+
--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
|
|
154
|
+
--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
155
|
+
--pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
|
|
156
|
+
--pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
157
|
+
--pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
158
|
+
--pf-v6-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
159
|
+
--pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
160
|
+
--pf-v6-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
161
|
+
--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
162
|
+
--pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
163
|
+
--pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
164
|
+
--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
165
|
+
--pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
166
|
+
--pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
167
|
+
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
|
168
|
+
--pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
169
|
+
--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
170
|
+
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
171
|
+
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
172
|
+
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
173
|
+
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
174
|
+
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
175
|
+
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
176
|
+
--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
177
|
+
--pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
|
|
178
|
+
--pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
|
|
179
|
+
--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
180
|
+
--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
|
|
181
|
+
--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
182
|
+
--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.pf-v6-c-table {
|
|
268
186
|
width: 100%;
|
|
269
|
-
background-color: var(--pf-
|
|
187
|
+
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
270
188
|
}
|
|
271
|
-
|
|
272
|
-
.pf-v5-c-table {
|
|
273
|
-
--pf-v5-c-table__caption--PaddingRight: var(--pf-v5-c-table__caption--xl--PaddingRight);
|
|
274
|
-
--pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-c-table__caption--xl--PaddingLeft);
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
@media screen and (min-width: 1200px) {
|
|
278
|
-
.pf-v5-c-table {
|
|
279
|
-
--pf-v5-c-table--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingRight);
|
|
280
|
-
--pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingLeft);
|
|
281
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft);
|
|
282
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight);
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
.pf-v5-c-table.pf-m-fixed {
|
|
189
|
+
.pf-v6-c-table.pf-m-fixed {
|
|
286
190
|
table-layout: fixed;
|
|
287
191
|
}
|
|
288
|
-
.pf-
|
|
289
|
-
|
|
290
|
-
}
|
|
291
|
-
.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) {
|
|
292
|
-
border-block-end: 0;
|
|
293
|
-
}
|
|
294
|
-
.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) > * {
|
|
295
|
-
z-index: var(--pf-v5-c-table--m-sticky-header--cell--ZIndex);
|
|
296
|
-
}
|
|
297
|
-
.pf-v5-c-table.pf-m-sticky-header > thead:where(.pf-v5-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v5-c-table__tr) > * {
|
|
192
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
|
|
193
|
+
.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
298
194
|
position: sticky;
|
|
299
195
|
inset-block-start: 0;
|
|
300
|
-
|
|
196
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
197
|
+
background: var(--pf-v6-c-table--BackgroundColor);
|
|
301
198
|
}
|
|
302
|
-
.pf-
|
|
199
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
|
|
200
|
+
.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
|
|
303
201
|
position: absolute;
|
|
202
|
+
inset-block-start: 0;
|
|
304
203
|
inset-block-end: 0;
|
|
305
204
|
inset-inline-start: 0;
|
|
306
205
|
inset-inline-end: 0;
|
|
206
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
207
|
+
pointer-events: none;
|
|
307
208
|
content: "";
|
|
308
|
-
border-block-end: var(--pf-
|
|
209
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
309
210
|
}
|
|
310
|
-
.pf-
|
|
311
|
-
position:
|
|
312
|
-
inset-block-start: 0;
|
|
313
|
-
z-index: var(--pf-v5-global--ZIndex--xs);
|
|
314
|
-
background: var(--pf-v5-c-table--BackgroundColor);
|
|
211
|
+
.pf-v6-c-table.pf-m-sticky-header {
|
|
212
|
+
position: relative;
|
|
315
213
|
}
|
|
316
|
-
.pf-
|
|
317
|
-
|
|
318
|
-
background-color: var(--pf-v5-c-table--BorderColor);
|
|
214
|
+
.pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
215
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
319
216
|
}
|
|
320
|
-
.pf-
|
|
321
|
-
|
|
322
|
-
|
|
217
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
|
|
218
|
+
position: sticky;
|
|
219
|
+
inset-block-start: 0;
|
|
220
|
+
background: var(--pf-v6-c-table--BackgroundColor);
|
|
323
221
|
}
|
|
324
|
-
.pf-
|
|
222
|
+
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
325
223
|
border-block-end: 0;
|
|
326
224
|
}
|
|
327
|
-
.pf-
|
|
328
|
-
.pf-
|
|
329
|
-
--pf-
|
|
225
|
+
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) th:where(.pf-v6-c-table__th):not([rowspan]),
|
|
226
|
+
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
|
|
227
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
|
|
330
228
|
}
|
|
331
|
-
.pf-
|
|
332
|
-
.pf-
|
|
333
|
-
.pf-
|
|
334
|
-
.pf-
|
|
335
|
-
--pf-
|
|
336
|
-
background: var(--pf-
|
|
229
|
+
.pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr),
|
|
230
|
+
.pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
|
|
231
|
+
.pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
|
|
232
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
|
|
233
|
+
--pf-v6-c-table__sticky-column--BackgroundColor: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
|
|
234
|
+
background: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
|
|
337
235
|
}
|
|
338
|
-
.pf-
|
|
339
|
-
|
|
236
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row).pf-m-ghost-row {
|
|
237
|
+
background-color: var(--pf-v6-c-table__tr--m-ghost-row--BackgroundColor);
|
|
238
|
+
opacity: var(--pf-v6-c-table__tr--m-ghost-row--Opacity);
|
|
340
239
|
}
|
|
341
|
-
.pf-
|
|
342
|
-
|
|
343
|
-
opacity: var(--pf-v5-c-table__tr--m-ghost-row--Opacity);
|
|
344
|
-
}
|
|
345
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
|
|
346
|
-
--pf-v5-hidden-visible--visible--Display: var(--pf-v5-c-table--cell--hidden-visible--Display);
|
|
240
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
241
|
+
--pf-v6-hidden-visible--visible--Display: var(--pf-v6-c-table--cell--hidden-visible--Display);
|
|
347
242
|
position: relative;
|
|
348
|
-
width: var(--pf-
|
|
349
|
-
min-width: var(--pf-
|
|
350
|
-
max-width: var(--pf-
|
|
351
|
-
padding-block-start: var(--pf-
|
|
352
|
-
padding-block-end: var(--pf-
|
|
353
|
-
padding-inline-start: var(--pf-
|
|
354
|
-
padding-inline-end: var(--pf-
|
|
355
|
-
overflow: var(--pf-
|
|
356
|
-
font-size: var(--pf-
|
|
357
|
-
font-weight: var(--pf-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
243
|
+
width: var(--pf-v6-c-table--cell--Width);
|
|
244
|
+
min-width: var(--pf-v6-c-table--cell--MinWidth);
|
|
245
|
+
max-width: var(--pf-v6-c-table--cell--MaxWidth);
|
|
246
|
+
padding-block-start: var(--pf-v6-c-table--cell--PaddingTop);
|
|
247
|
+
padding-block-end: var(--pf-v6-c-table--cell--PaddingBottom);
|
|
248
|
+
padding-inline-start: var(--pf-v6-c-table--cell--PaddingLeft);
|
|
249
|
+
padding-inline-end: var(--pf-v6-c-table--cell--PaddingRight);
|
|
250
|
+
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
251
|
+
font-size: var(--pf-v6-c-table--cell--FontSize);
|
|
252
|
+
font-weight: var(--pf-v6-c-table--cell--FontWeight);
|
|
253
|
+
line-height: var(--pf-v6-c-table--cell--LineHeight);
|
|
254
|
+
color: var(--pf-v6-c-table--cell--Color);
|
|
255
|
+
text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
|
|
256
|
+
word-break: var(--pf-v6-c-table--cell--WordBreak);
|
|
257
|
+
white-space: var(--pf-v6-c-table--cell--WhiteSpace);
|
|
258
|
+
}
|
|
259
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
|
|
260
|
+
padding-inline-start: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingLeft));
|
|
261
|
+
}
|
|
262
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):last-child {
|
|
263
|
+
padding-inline-end: calc(var(--pf-v6-c-table--cell--first-last-child--PaddingInline) + var(--pf-v6-c-table--cell--PaddingRight));
|
|
264
|
+
}
|
|
265
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-center {
|
|
370
266
|
text-align: center;
|
|
371
267
|
}
|
|
372
|
-
.pf-
|
|
268
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):is(:empty, .pf-v6-c-table__cell-empty) {
|
|
373
269
|
width: auto;
|
|
374
270
|
min-width: 0;
|
|
375
271
|
padding: 0;
|
|
376
272
|
}
|
|
377
|
-
.pf-
|
|
378
|
-
--pf-
|
|
273
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-help {
|
|
274
|
+
--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--cell--m-help--MinWidth);
|
|
379
275
|
}
|
|
380
|
-
.pf-
|
|
381
|
-
--pf-
|
|
382
|
-
--pf-
|
|
383
|
-
--pf-
|
|
384
|
-
--pf-
|
|
276
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-favorite {
|
|
277
|
+
--pf-v6-c-table__button--Color: var(--pf-v6-c-table--cell--m-favorite--Color);
|
|
278
|
+
--pf-v6-c-table__sort--MinWidth: fit-content;
|
|
279
|
+
--pf-v6-c-table--cell--MaxWidth: fit-content;
|
|
280
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
385
281
|
}
|
|
386
|
-
.pf-
|
|
282
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-right::before, .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-left::before {
|
|
387
283
|
position: absolute;
|
|
388
|
-
inset
|
|
389
|
-
inset-block-end: 0;
|
|
390
|
-
inset-inline-start: 0;
|
|
391
|
-
inset-inline-end: 0;
|
|
284
|
+
inset: 0;
|
|
392
285
|
pointer-events: none;
|
|
393
286
|
content: "";
|
|
394
287
|
}
|
|
395
|
-
.pf-
|
|
396
|
-
border-inline-end: var(--pf-
|
|
288
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-right::before {
|
|
289
|
+
border-inline-end: var(--pf-v6-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-v6-c-table--cell--m-border-right--before--BorderRightColor);
|
|
397
290
|
}
|
|
398
|
-
.pf-
|
|
399
|
-
border-inline-start: var(--pf-
|
|
291
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-border-left::before {
|
|
292
|
+
border-inline-start: var(--pf-v6-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-v6-c-table--cell--m-border-left--before--BorderLeftColor);
|
|
400
293
|
}
|
|
401
|
-
.pf-
|
|
402
|
-
padding-block-start: var(--pf-
|
|
403
|
-
padding-block-end: var(--pf-
|
|
404
|
-
padding-inline-start: var(--pf-
|
|
405
|
-
font-size: var(--pf-
|
|
406
|
-
color: var(--pf-
|
|
294
|
+
.pf-v6-c-table caption:where(.pf-v6-c-table__caption) {
|
|
295
|
+
padding-block-start: var(--pf-v6-c-table__caption--PaddingTop);
|
|
296
|
+
padding-block-end: var(--pf-v6-c-table__caption--PaddingBottom);
|
|
297
|
+
padding-inline-start: var(--pf-v6-c-table__caption--PaddingLeft);
|
|
298
|
+
font-size: var(--pf-v6-c-table__caption--FontSize);
|
|
299
|
+
color: var(--pf-v6-c-table__caption--Color);
|
|
407
300
|
text-align: start;
|
|
408
|
-
background-color: var(--pf-
|
|
409
|
-
}
|
|
410
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
|
|
411
|
-
--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__thead--cell--FontSize);
|
|
412
|
-
--pf-v5-c-table--cell--FontWeight: var(--pf-v5-c-table__thead--cell--FontWeight);
|
|
413
|
-
vertical-align: bottom;
|
|
414
|
-
}
|
|
415
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header button:where(.pf-v5-c-button) {
|
|
416
|
-
outline-offset: var(--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset);
|
|
301
|
+
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
417
302
|
}
|
|
418
|
-
.pf-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
vertical-align: middle;
|
|
303
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead) {
|
|
304
|
+
--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__thead--cell--FontSize);
|
|
305
|
+
--pf-v6-c-table--cell--FontWeight: var(--pf-v6-c-table__thead--cell--FontWeight);
|
|
422
306
|
}
|
|
423
|
-
.pf-
|
|
424
|
-
|
|
425
|
-
align-items: center;
|
|
307
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
|
|
308
|
+
outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
|
|
426
309
|
}
|
|
427
|
-
.pf-
|
|
428
|
-
.pf-
|
|
429
|
-
--pf-
|
|
310
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) th:where(.pf-v6-c-table__th):not([rowspan]),
|
|
311
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:first-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
|
|
312
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop);
|
|
430
313
|
}
|
|
431
|
-
.pf-
|
|
432
|
-
--pf-
|
|
433
|
-
color: var(--pf-
|
|
314
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
|
|
315
|
+
--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
|
|
316
|
+
color: var(--pf-v6-c-table__subhead--Color);
|
|
434
317
|
}
|
|
435
|
-
.pf-
|
|
436
|
-
--pf-
|
|
437
|
-
--pf-
|
|
318
|
+
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
|
|
319
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__tbody--cell--PaddingTop);
|
|
320
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__tbody--cell--PaddingBottom);
|
|
321
|
+
--pf-v6-c-table--cell--FontSize: var(--pf-v6-c-table__tbody--cell--FontSize);
|
|
438
322
|
}
|
|
439
|
-
.pf-
|
|
323
|
+
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
440
324
|
overflow-wrap: break-word;
|
|
441
|
-
vertical-align: baseline;
|
|
442
|
-
}
|
|
443
|
-
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
|
|
444
|
-
position: absolute;
|
|
445
|
-
inset-block-start: var(--pf-v5-c-table__expandable-row--after--Top);
|
|
446
|
-
inset-block-end: var(--pf-v5-c-table__expandable-row--after--Bottom);
|
|
447
|
-
inset-inline-start: 0;
|
|
448
|
-
content: "";
|
|
449
|
-
background-color: transparent;
|
|
450
|
-
border-inline-start: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
|
|
451
|
-
}
|
|
452
|
-
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__check input:where(.pf-v5-c-check__input) {
|
|
453
|
-
margin-block-start: var(--pf-v5-c-table__check--input--MarginTop);
|
|
454
|
-
vertical-align: top;
|
|
455
|
-
}
|
|
456
|
-
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v5-c-table__control-row) {
|
|
457
|
-
border-block-end-width: 0;
|
|
458
|
-
}
|
|
459
|
-
.pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle, .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:first-child, .pf-v5-c-table .pf-v5-c-table__compound-expansion-toggle:last-child {
|
|
460
|
-
padding: 0;
|
|
461
|
-
}
|
|
462
|
-
.pf-v5-c-table .pf-v5-c-table__sort {
|
|
463
|
-
min-width: var(--pf-v5-c-table__sort--MinWidth);
|
|
464
|
-
}
|
|
465
|
-
.pf-v5-c-table :where(.pf-v5-c-table__th, .pf-v5-c-table__td).pf-m-help {
|
|
466
|
-
min-width: var(--pf-v5-c-table__th--m-help--MinWidth);
|
|
467
325
|
}
|
|
468
|
-
.pf-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
--pf-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
--pf-
|
|
478
|
-
--pf-
|
|
479
|
-
--pf-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
--pf-
|
|
485
|
-
--pf-
|
|
486
|
-
--pf-
|
|
487
|
-
--pf-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
--pf-
|
|
492
|
-
--pf-
|
|
493
|
-
--pf-
|
|
494
|
-
--pf-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
--pf-
|
|
500
|
-
--pf-
|
|
501
|
-
|
|
502
|
-
|
|
326
|
+
.pf-v6-c-table .pf-v6-c-table__sort {
|
|
327
|
+
min-width: var(--pf-v6-c-table__sort--MinWidth);
|
|
328
|
+
}
|
|
329
|
+
.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td).pf-m-help {
|
|
330
|
+
min-width: var(--pf-v6-c-table__th--m-help--MinWidth);
|
|
331
|
+
}
|
|
332
|
+
.pf-v6-c-table > thead, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-truncate, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-truncate {
|
|
333
|
+
--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
|
|
334
|
+
--pf-v6-c-table--cell--MaxWidth: var(--pf-v6-c-table--m-truncate--cell--MaxWidth);
|
|
335
|
+
--pf-v6-c-table--cell--Overflow: hidden;
|
|
336
|
+
--pf-v6-c-table--cell--TextOverflow: ellipsis;
|
|
337
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-wrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-wrap {
|
|
341
|
+
--pf-v6-c-table--cell--MinWidth: 0;
|
|
342
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
343
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
344
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
345
|
+
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
346
|
+
}
|
|
347
|
+
.pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-nowrap, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-nowrap {
|
|
348
|
+
--pf-v6-c-table--cell--MinWidth: 0;
|
|
349
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
350
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
351
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
352
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
353
|
+
}
|
|
354
|
+
.pf-v6-c-table :where([class*=pf-v6-c-table]) .pf-v6-c-table__icon, .pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-fit-content, :where(.pf-v6-c-table) > :is(thead, tbody) .pf-v6-c-table__icon, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-fit-content {
|
|
355
|
+
--pf-v6-c-table--cell--MinWidth: fit-content;
|
|
356
|
+
--pf-v6-c-table--cell--MaxWidth: none;
|
|
357
|
+
--pf-v6-c-table--cell--Width: 1%;
|
|
358
|
+
--pf-v6-c-table--cell--Overflow: visible;
|
|
359
|
+
--pf-v6-c-table--cell--TextOverflow: clip;
|
|
360
|
+
--pf-v6-c-table--cell--WhiteSpace: nowrap;
|
|
361
|
+
}
|
|
362
|
+
.pf-v6-c-table :where([class*=pf-v6-c-table]).pf-m-break-word, :where(.pf-v6-c-table) > :is(thead, tbody).pf-m-break-word {
|
|
363
|
+
--pf-v6-c-table--cell--WordBreak: break-word;
|
|
364
|
+
--pf-v6-c-table--cell--WhiteSpace: normal;
|
|
365
|
+
}
|
|
366
|
+
.pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
|
|
367
|
+
--pf-v6-c-table__tr--BorderBottomWidth: 0;
|
|
368
|
+
--pf-v6-c-table__tbody--BorderBottomWidth: 0;
|
|
369
|
+
--pf-v6-c-table--m-expandable__tbody--BorderBottomWidth: 0;
|
|
370
|
+
--pf-v6-c-table__control-row--BorderBottomWidth: 0;
|
|
371
|
+
}
|
|
372
|
+
.pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
|
|
503
373
|
border-block-end: 0;
|
|
504
374
|
}
|
|
505
|
-
.pf-
|
|
506
|
-
border-inline-start: 0;
|
|
507
|
-
}
|
|
508
|
-
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody):not(.pf-m-expanded) .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
|
|
375
|
+
.pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody):not(.pf-m-expanded) .pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::before {
|
|
509
376
|
display: none;
|
|
510
377
|
}
|
|
511
|
-
.pf-
|
|
512
|
-
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
513
|
-
}
|
|
514
|
-
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__control-row > .pf-v5-c-table__compound-expansion-toggle:first-child > ::before {
|
|
515
|
-
border-inline-start-width: 0;
|
|
516
|
-
}
|
|
517
|
-
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
378
|
+
.pf-v6-c-table tr.pf-m-clickable:last-child {
|
|
518
379
|
border-block-end-color: transparent;
|
|
519
380
|
}
|
|
520
|
-
.pf-
|
|
381
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable {
|
|
521
382
|
cursor: pointer;
|
|
522
|
-
background-color: var(--pf-
|
|
523
|
-
outline-offset: var(--pf-
|
|
524
|
-
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
|
383
|
+
background-color: var(--pf-v6-c-table__tr--m-clickable--BackgroundColor);
|
|
384
|
+
outline-offset: var(--pf-v6-c-table__tr--m-clickable--OutlineOffset);
|
|
525
385
|
}
|
|
526
|
-
.pf-
|
|
527
|
-
--pf-
|
|
386
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:is(:hover, :focus) {
|
|
387
|
+
--pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
|
|
528
388
|
}
|
|
529
|
-
.pf-
|
|
530
|
-
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
|
|
531
|
-
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
|
|
389
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
|
|
532
390
|
position: relative;
|
|
533
|
-
background-color: var(--pf-
|
|
534
|
-
outline-offset: var(--pf-
|
|
535
|
-
box-shadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow);
|
|
536
|
-
}
|
|
537
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected + tr:where(.pf-v5-c-table__tr).pf-m-selected {
|
|
538
|
-
box-shadow: var(--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow);
|
|
539
|
-
}
|
|
540
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected + tr:where(.pf-v5-c-table__tr).pf-m-selected:hover {
|
|
541
|
-
box-shadow: var(--pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow);
|
|
542
|
-
}
|
|
543
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected:hover + tr:where(.pf-v5-c-table__tr).pf-m-selected {
|
|
544
|
-
box-shadow: var(--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow);
|
|
391
|
+
background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
|
|
392
|
+
outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
|
|
545
393
|
}
|
|
546
|
-
.pf-
|
|
547
|
-
|
|
394
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
|
|
395
|
+
padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
|
|
548
396
|
}
|
|
549
|
-
.pf-
|
|
397
|
+
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
|
|
550
398
|
cursor: pointer;
|
|
551
|
-
background-color: var(--pf-
|
|
552
|
-
outline-offset: var(--pf-
|
|
553
|
-
box-shadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow);
|
|
399
|
+
background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
|
|
400
|
+
outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
|
|
554
401
|
}
|
|
555
|
-
.pf-
|
|
556
|
-
--pf-
|
|
402
|
+
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
|
|
403
|
+
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
|
|
557
404
|
}
|
|
558
|
-
.pf-
|
|
559
|
-
|
|
405
|
+
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded {
|
|
406
|
+
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
|
|
560
407
|
}
|
|
561
|
-
.pf-
|
|
562
|
-
|
|
563
|
-
|
|
408
|
+
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
|
|
409
|
+
background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
|
|
410
|
+
outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
|
|
564
411
|
}
|
|
565
|
-
.pf-
|
|
566
|
-
|
|
567
|
-
--pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor);
|
|
568
|
-
}
|
|
569
|
-
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-clickable:active {
|
|
570
|
-
--pf-v5-c-table__tbody--m-clickable--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--active--BoxShadow);
|
|
571
|
-
--pf-v5-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor);
|
|
572
|
-
}
|
|
573
|
-
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
|
|
574
|
-
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth);
|
|
575
|
-
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor);
|
|
576
|
-
background-color: var(--pf-v5-c-table__tbody--m-selected--BackgroundColor);
|
|
577
|
-
outline-offset: var(--pf-v5-c-table__tbody--m-selected--OutlineOffset);
|
|
578
|
-
box-shadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow);
|
|
579
|
-
}
|
|
580
|
-
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected + tbody:where(.pf-v5-c-table__tbody).pf-m-selected {
|
|
581
|
-
--pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow);
|
|
582
|
-
}
|
|
583
|
-
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-selected + tbody:where(.pf-v5-c-table__tbody).pf-m-selected:hover {
|
|
584
|
-
box-shadow: var(--pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow);
|
|
412
|
+
.pf-v6-c-table.pf-m-drag-over {
|
|
413
|
+
overflow-anchor: none;
|
|
585
414
|
}
|
|
586
|
-
.pf-
|
|
587
|
-
|
|
415
|
+
.pf-v6-c-table .pf-v6-c-table {
|
|
416
|
+
background-color: transparent;
|
|
588
417
|
}
|
|
589
|
-
.pf-
|
|
590
|
-
|
|
418
|
+
.pf-v6-c-table .pf-v6-c-table,
|
|
419
|
+
.pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
|
|
420
|
+
border-block-end: 0;
|
|
591
421
|
}
|
|
592
422
|
|
|
593
|
-
.pf-
|
|
594
|
-
--pf-
|
|
423
|
+
.pf-v6-c-table__text {
|
|
424
|
+
--pf-v6-c-table--cell--MaxWidth: 100%;
|
|
595
425
|
position: relative;
|
|
596
426
|
display: block;
|
|
597
|
-
width: var(--pf-
|
|
598
|
-
min-width: var(--pf-
|
|
599
|
-
max-width: var(--pf-
|
|
600
|
-
overflow: var(--pf-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
padding-block-
|
|
619
|
-
padding-
|
|
620
|
-
padding-inline-
|
|
427
|
+
width: var(--pf-v6-c-table--cell--Width);
|
|
428
|
+
min-width: var(--pf-v6-c-table--text--MinWidth);
|
|
429
|
+
max-width: var(--pf-v6-c-table--cell--MaxWidth);
|
|
430
|
+
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
431
|
+
line-height: var(--pf-v6-c-table--cell--LineHeight);
|
|
432
|
+
text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
|
|
433
|
+
word-break: var(--pf-v6-c-table--cell--WordBreak);
|
|
434
|
+
white-space: var(--pf-v6-c-table--cell--WhiteSpace);
|
|
435
|
+
}
|
|
436
|
+
.pf-v6-c-table__text.pf-m-truncate {
|
|
437
|
+
--pf-v6-c-table--cell--MinWidth: 100%;
|
|
438
|
+
--pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
|
|
439
|
+
}
|
|
440
|
+
.pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
|
|
441
|
+
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
442
|
+
text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
|
|
443
|
+
white-space: var(--pf-v6-c-table--cell--WhiteSpace);
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.pf-v6-c-table__button {
|
|
447
|
+
width: auto;
|
|
448
|
+
padding-block-start: var(--pf-v6-c-table__button--PaddingTop);
|
|
449
|
+
padding-block-end: var(--pf-v6-c-table__button--PaddingBottom);
|
|
450
|
+
padding-inline-start: var(--pf-v6-c-table__button--PaddingLeft);
|
|
451
|
+
padding-inline-end: var(--pf-v6-c-table__button--PaddingRight);
|
|
452
|
+
margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBottom) * -1);
|
|
453
|
+
margin-inline-start: calc(var(--pf-v6-c-table__button--PaddingLeft) * -1);
|
|
621
454
|
font-size: inherit;
|
|
622
455
|
font-weight: inherit;
|
|
623
|
-
color: var(--pf-
|
|
456
|
+
color: var(--pf-v6-c-table__button--Color);
|
|
624
457
|
text-align: start;
|
|
625
458
|
white-space: inherit;
|
|
626
459
|
user-select: text;
|
|
627
|
-
background-color: var(--pf-
|
|
460
|
+
background-color: var(--pf-v6-c-table__button--BackgroundColor);
|
|
628
461
|
border: 0;
|
|
462
|
+
border-radius: var(--pf-v6-c-table__button--BorderRadius);
|
|
463
|
+
outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
|
|
629
464
|
}
|
|
630
|
-
.pf-
|
|
631
|
-
|
|
632
|
-
inset-block-start: 0;
|
|
633
|
-
inset-block-end: 0;
|
|
634
|
-
inset-inline-start: 0;
|
|
635
|
-
inset-inline-end: 0;
|
|
636
|
-
cursor: pointer;
|
|
637
|
-
content: "";
|
|
638
|
-
}
|
|
639
|
-
.pf-v5-c-table__button:hover {
|
|
640
|
-
color: var(--pf-v5-c-table__button--hover--Color);
|
|
465
|
+
.pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
|
|
466
|
+
margin-block-end: 0;
|
|
641
467
|
}
|
|
642
|
-
.pf-
|
|
643
|
-
color: var(--pf-
|
|
644
|
-
}
|
|
645
|
-
.pf-v5-c-table__button:active {
|
|
646
|
-
color: var(--pf-v5-c-table__button--active--Color);
|
|
468
|
+
.pf-v6-c-table__button:is(:hover, :focus) {
|
|
469
|
+
color: var(--pf-v6-c-table__button--hover--Color);
|
|
647
470
|
}
|
|
648
471
|
|
|
649
|
-
.pf-
|
|
650
|
-
.pf-
|
|
472
|
+
.pf-v6-c-table__sort .pf-v6-c-table__text,
|
|
473
|
+
.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__text {
|
|
651
474
|
display: block;
|
|
652
475
|
width: auto;
|
|
653
|
-
overflow: var(--pf-
|
|
654
|
-
text-overflow: var(--pf-
|
|
655
|
-
white-space: var(--pf-
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.pf-v5-c-table__sort .pf-v5-c-table__text {
|
|
659
|
-
--pf-v5-c-table--cell--MinWidth: 0;
|
|
476
|
+
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
477
|
+
text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
|
|
478
|
+
white-space: var(--pf-v6-c-table--cell--WhiteSpace);
|
|
660
479
|
}
|
|
661
480
|
|
|
662
|
-
.pf-
|
|
663
|
-
.pf-
|
|
664
|
-
display: grid;
|
|
481
|
+
.pf-v6-c-table__button-content,
|
|
482
|
+
.pf-v6-c-table__column-help {
|
|
483
|
+
display: inline-grid;
|
|
665
484
|
grid-template-columns: auto max-content;
|
|
666
|
-
align-items:
|
|
485
|
+
align-items: baseline;
|
|
667
486
|
justify-content: start;
|
|
668
487
|
}
|
|
669
|
-
.pf-
|
|
670
|
-
.pf-
|
|
488
|
+
.pf-v6-c-table__button-content .pf-v6-c-table__text,
|
|
489
|
+
.pf-v6-c-table__column-help .pf-v6-c-table__text {
|
|
671
490
|
min-width: auto;
|
|
672
491
|
}
|
|
673
|
-
.pf-
|
|
674
|
-
.pf-
|
|
675
|
-
.pf-
|
|
676
|
-
.pf-
|
|
492
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__button-content,
|
|
493
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,
|
|
494
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__column-help,
|
|
495
|
+
.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__column-help {
|
|
677
496
|
grid-template-columns: min-content max-content;
|
|
678
497
|
}
|
|
679
|
-
.pf-
|
|
680
|
-
.pf-
|
|
681
|
-
.pf-
|
|
682
|
-
.pf-
|
|
498
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__button-content,
|
|
499
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-fit-content .pf-v6-c-table__column-help,
|
|
500
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-fit-content .pf-v6-c-table__column-help,
|
|
501
|
+
.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-fit-content .pf-v6-c-table__column-help {
|
|
683
502
|
grid-template-columns: fit-content max-content;
|
|
684
503
|
}
|
|
685
|
-
.pf-
|
|
686
|
-
.pf-
|
|
687
|
-
.pf-
|
|
688
|
-
.pf-
|
|
689
|
-
.pf-
|
|
690
|
-
.pf-
|
|
691
|
-
.pf-
|
|
504
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__button-content, .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__button-content,
|
|
505
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-wrap .pf-v6-c-table__column-help,
|
|
506
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-wrap .pf-v6-c-table__column-help,
|
|
507
|
+
.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-wrap .pf-v6-c-table__column-help,
|
|
508
|
+
.pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-truncate .pf-v6-c-table__column-help,
|
|
509
|
+
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-truncate .pf-v6-c-table__column-help,
|
|
510
|
+
.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-truncate .pf-v6-c-table__column-help {
|
|
692
511
|
grid-template-columns: auto max-content;
|
|
693
512
|
}
|
|
694
513
|
|
|
695
|
-
.pf-
|
|
696
|
-
.pf-
|
|
697
|
-
.pf-
|
|
698
|
-
|
|
514
|
+
.pf-v6-c-table .pf-v6-c-table__check,
|
|
515
|
+
.pf-v6-c-table .pf-v6-c-table__toggle,
|
|
516
|
+
.pf-v6-c-table .pf-v6-c-table__action,
|
|
517
|
+
.pf-v6-c-table .pf-v6-c-table__favorite,
|
|
518
|
+
.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-favorite,
|
|
519
|
+
.pf-v6-c-table .pf-v6-c-table__inline-edit-action,
|
|
520
|
+
.pf-v6-c-table .pf-v6-c-table__draggable {
|
|
521
|
+
--pf-v6-c-table--cell--MinWidth: 0;
|
|
522
|
+
--pf-v6-c-table--cell--Width: 1%;
|
|
699
523
|
}
|
|
700
524
|
|
|
701
|
-
.pf-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
.pf-v5-c-table .pf-v5-c-table__inline-edit-action,
|
|
707
|
-
.pf-v5-c-table .pf-v5-c-table__draggable {
|
|
708
|
-
--pf-v5-c-table--cell--MinWidth: 0;
|
|
709
|
-
--pf-v5-c-table--cell--Width: 1%;
|
|
525
|
+
.pf-v6-c-table__toggle {
|
|
526
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__toggle--PaddingTop);
|
|
527
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__toggle--PaddingBottom);
|
|
528
|
+
--pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__toggle--PaddingLeft);
|
|
529
|
+
--pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__toggle--PaddingRight);
|
|
710
530
|
}
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
--pf-v5-c-table--cell--PaddingRight: 0;
|
|
714
|
-
--pf-v5-c-table--cell--PaddingLeft: 0;
|
|
715
|
-
vertical-align: top;
|
|
716
|
-
}
|
|
717
|
-
.pf-v5-c-table__toggle .pf-v5-c-button {
|
|
718
|
-
margin-block-start: var(--pf-v5-c-table__toggle--c-button--MarginTop);
|
|
719
|
-
margin-block-end: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
|
|
531
|
+
.pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon {
|
|
532
|
+
transform: rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
|
|
720
533
|
}
|
|
721
|
-
.pf-
|
|
722
|
-
|
|
534
|
+
.pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
|
|
535
|
+
transition: var(--pf-v6-c-table__toggle--c-button__toggle-icon--Transition);
|
|
536
|
+
transform: rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate));
|
|
723
537
|
}
|
|
724
|
-
.pf-
|
|
725
|
-
transition: var(--pf-v5-c-table__toggle--c-button__toggle-icon--Transition);
|
|
726
|
-
transform: rotate(var(--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate));
|
|
727
|
-
}
|
|
728
|
-
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
|
|
538
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
|
|
729
539
|
scale: -1 1;
|
|
730
540
|
}
|
|
731
541
|
|
|
732
|
-
.pf-
|
|
542
|
+
.pf-v6-c-table__toggle svg {
|
|
733
543
|
pointer-events: none;
|
|
734
544
|
}
|
|
735
545
|
|
|
736
|
-
.pf-
|
|
737
|
-
--pf-
|
|
546
|
+
.pf-v6-c-table__check {
|
|
547
|
+
--pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__check--PaddingLeft);
|
|
548
|
+
--pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__check--PaddingRight);
|
|
549
|
+
vertical-align: top;
|
|
738
550
|
}
|
|
739
|
-
.pf-
|
|
740
|
-
|
|
741
|
-
|
|
551
|
+
.pf-v6-c-table__check .pf-v6-c-check {
|
|
552
|
+
--pf-v6-c-check__label--FontSize: var(--pf-v6-c-table--cell--FontSize);
|
|
553
|
+
--pf-v6-c-check__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight);
|
|
742
554
|
}
|
|
743
|
-
.pf-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
555
|
+
.pf-v6-c-table__check .pf-v6-c-radio {
|
|
556
|
+
--pf-v6-c-radio__label--FontSize: var(--pf-v6-c-table--cell--FontSize);
|
|
557
|
+
--pf-v6-c-radio__label--LineHeight: var(--pf-v6-c-table--cell--LineHeight);
|
|
558
|
+
}
|
|
559
|
+
thead .pf-v6-c-table__check {
|
|
560
|
+
vertical-align: bottom;
|
|
561
|
+
}
|
|
562
|
+
thead .pf-v6-c-table__check .pf-v6-c-check.pf-m-standalone,
|
|
563
|
+
thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
564
|
+
display: table-cell;
|
|
565
|
+
height: auto;
|
|
566
|
+
line-height: 1;
|
|
567
|
+
vertical-align: baseline;
|
|
750
568
|
}
|
|
751
569
|
|
|
752
|
-
.pf-
|
|
753
|
-
--pf-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
margin-inline-start: var(--pf-v5-c-table__favorite--c-button--MarginLeft);
|
|
758
|
-
margin-inline-end: var(--pf-v5-c-table__favorite--c-button--MarginRight);
|
|
570
|
+
.pf-v6-c-table__favorite .pf-v6-c-button {
|
|
571
|
+
--pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
|
|
572
|
+
}
|
|
573
|
+
.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
|
|
574
|
+
--pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
|
|
759
575
|
}
|
|
760
|
-
.pf-
|
|
761
|
-
--pf-
|
|
576
|
+
.pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
|
|
577
|
+
--pf-v6-c-button--m-plain--hover--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
|
|
762
578
|
}
|
|
763
579
|
|
|
764
|
-
.pf-
|
|
765
|
-
margin-block-start: var(--pf-v5-c-table__draggable--c-button--MarginTop);
|
|
766
|
-
margin-block-end: var(--pf-v5-c-table__draggable--c-button--MarginBottom);
|
|
767
|
-
margin-inline-start: var(--pf-v5-c-table__draggable--c-button--MarginLeft);
|
|
768
|
-
margin-inline-end: var(--pf-v5-c-table__draggable--c-button--MarginRight);
|
|
580
|
+
.pf-v6-c-table__draggable .pf-v6-c-button {
|
|
769
581
|
cursor: grab;
|
|
770
582
|
}
|
|
771
|
-
.pf-
|
|
583
|
+
.pf-v6-c-table__draggable .pf-v6-c-button:active {
|
|
772
584
|
cursor: grabbing;
|
|
773
585
|
}
|
|
774
586
|
|
|
775
|
-
.pf-
|
|
776
|
-
.pf-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
--pf-
|
|
780
|
-
--pf-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
vertical-align: middle;
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
.pf-v5-c-table__action {
|
|
787
|
-
text-align: end;
|
|
587
|
+
.pf-v6-c-table__action,
|
|
588
|
+
.pf-v6-c-table__favorite,
|
|
589
|
+
.pf-v6-c-table__inline-edit-action,
|
|
590
|
+
.pf-v6-c-table__draggable {
|
|
591
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__action--PaddingTop);
|
|
592
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__action--PaddingBottom);
|
|
593
|
+
--pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__action--PaddingLeft);
|
|
594
|
+
--pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__action--PaddingRight);
|
|
788
595
|
}
|
|
789
596
|
|
|
790
|
-
.pf-
|
|
791
|
-
|
|
792
|
-
--pf-v5-c-table--cell--PaddingRight: 0;
|
|
597
|
+
.pf-v6-c-table__action:last-child,
|
|
598
|
+
.pf-v6-c-table__inline-edit-action:last-child {
|
|
793
599
|
text-align: end;
|
|
794
600
|
}
|
|
795
601
|
|
|
796
|
-
.pf-
|
|
797
|
-
--pf-
|
|
798
|
-
--pf-
|
|
799
|
-
--pf-v5-c-table__button--focus--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--focus--Color);
|
|
800
|
-
--pf-v5-c-table__button--active--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--active--Color);
|
|
602
|
+
.pf-v6-c-table__compound-expansion-toggle {
|
|
603
|
+
--pf-v6-c-table__button--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--Color);
|
|
604
|
+
--pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
|
|
801
605
|
position: relative;
|
|
606
|
+
padding: 0;
|
|
607
|
+
background-color: var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor);
|
|
802
608
|
}
|
|
803
|
-
.pf-
|
|
609
|
+
.pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
|
|
804
610
|
overflow: visible;
|
|
805
611
|
}
|
|
806
|
-
.pf-
|
|
612
|
+
.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button {
|
|
613
|
+
position: static;
|
|
807
614
|
min-width: 100%;
|
|
615
|
+
padding: 0;
|
|
616
|
+
margin: 0;
|
|
808
617
|
overflow: hidden;
|
|
809
618
|
}
|
|
810
|
-
.pf-
|
|
619
|
+
.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button:is(:hover, :focus) {
|
|
811
620
|
outline: 0;
|
|
812
621
|
}
|
|
813
|
-
.pf-
|
|
814
|
-
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
|
622
|
+
.pf-v6-c-table__compound-expansion-toggle .pf-v6-c-table__button::after {
|
|
815
623
|
position: absolute;
|
|
816
|
-
inset
|
|
624
|
+
inset: 0;
|
|
817
625
|
content: "";
|
|
818
|
-
border
|
|
819
|
-
border-
|
|
820
|
-
}
|
|
821
|
-
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
|
|
822
|
-
inset-block-start: 0;
|
|
823
|
-
inset-block-end: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);
|
|
824
|
-
inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);
|
|
825
|
-
border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor);
|
|
826
|
-
border-inline-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
|
|
827
|
-
border-inline-end-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
|
|
828
|
-
}
|
|
829
|
-
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
|
830
|
-
inset-block-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);
|
|
831
|
-
inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);
|
|
832
|
-
pointer-events: none;
|
|
833
|
-
border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor);
|
|
834
|
-
border-block-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
|
|
835
|
-
}
|
|
836
|
-
.pf-v5-c-table__compound-expansion-toggle:hover, .pf-v5-c-table__compound-expansion-toggle:focus-within, .pf-v5-c-table__compound-expansion-toggle.pf-m-expanded {
|
|
837
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
838
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
839
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base);
|
|
840
|
-
}
|
|
841
|
-
.pf-v5-c-table__compound-expansion-toggle:first-child {
|
|
842
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--Left: 0;
|
|
843
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0;
|
|
626
|
+
border: 0;
|
|
627
|
+
border-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor);
|
|
844
628
|
}
|
|
845
|
-
.pf-
|
|
846
|
-
|
|
629
|
+
.pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
|
|
630
|
+
--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
|
|
631
|
+
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth);
|
|
847
632
|
}
|
|
848
|
-
.pf-
|
|
849
|
-
--pf-
|
|
633
|
+
.pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
|
|
634
|
+
--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);
|
|
635
|
+
--pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth);
|
|
850
636
|
}
|
|
851
|
-
.pf-
|
|
852
|
-
outline-offset: var(--pf-
|
|
637
|
+
.pf-v6-c-table__compound-expansion-toggle:focus-within {
|
|
638
|
+
outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
|
|
853
639
|
}
|
|
854
640
|
@media (-webkit-min-device-pixel-ratio: 0) {
|
|
855
|
-
.pf-
|
|
641
|
+
.pf-v6-c-table__compound-expansion-toggle:focus-within {
|
|
856
642
|
outline-style: auto;
|
|
857
643
|
outline-color: -webkit-focus-ring-color;
|
|
858
644
|
}
|
|
859
645
|
}
|
|
860
646
|
|
|
861
|
-
.pf-
|
|
862
|
-
margin-inline-start: var(--pf-
|
|
863
|
-
transform: translateY(var(--pf-v5-c-table__column-help--TranslateY));
|
|
864
|
-
}
|
|
865
|
-
.pf-v5-c-table__column-help-action .pf-v5-c-button {
|
|
866
|
-
--pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);
|
|
867
|
-
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-table__column-help--c-button--PaddingLeft);
|
|
868
|
-
margin-block-start: var(--pf-v5-c-table__column-help--c-button--MarginTop);
|
|
869
|
-
margin-block-end: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
|
|
870
|
-
font-size: inherit;
|
|
871
|
-
line-height: 1;
|
|
647
|
+
.pf-v6-c-table__column-help-action {
|
|
648
|
+
margin-inline-start: var(--pf-v6-c-table__column-help--MarginLeft);
|
|
872
649
|
}
|
|
873
650
|
|
|
874
|
-
.pf-
|
|
875
|
-
|
|
876
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__sort__button--PaddingRight);
|
|
877
|
-
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__sort__button--PaddingBottom);
|
|
878
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);
|
|
879
|
-
display: flex;
|
|
880
|
-
width: auto;
|
|
881
|
-
margin-block-start: var(--pf-v5-c-table__sort__button--MarginTop);
|
|
882
|
-
margin-block-end: var(--pf-v5-c-table__sort__button--MarginBottom);
|
|
883
|
-
margin-inline-start: var(--pf-v5-c-table__sort__button--MarginLeft);
|
|
884
|
-
}
|
|
885
|
-
.pf-v5-c-table__sort .pf-v5-c-table__button:hover {
|
|
886
|
-
--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
|
|
887
|
-
--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--hover__text--Color);
|
|
888
|
-
}
|
|
889
|
-
.pf-v5-c-table__sort .pf-v5-c-table__button:focus {
|
|
890
|
-
--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--focus__sort-indicator--Color);
|
|
891
|
-
--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--focus__text--Color);
|
|
651
|
+
.pf-v6-c-table__sort {
|
|
652
|
+
vertical-align: bottom;
|
|
892
653
|
}
|
|
893
|
-
.pf-
|
|
894
|
-
--pf-
|
|
895
|
-
--pf-
|
|
654
|
+
.pf-v6-c-table__sort .pf-v6-c-table__button:is(:hover, :focus) {
|
|
655
|
+
--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--hover__sort-indicator--Color);
|
|
656
|
+
--pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--hover__text--Color);
|
|
657
|
+
--pf-v6-c-table__button--BackgroundColor: var(--pf-v6-c-table__button--hover--BackgroundColor);
|
|
896
658
|
}
|
|
897
|
-
.pf-
|
|
898
|
-
color: var(--pf-
|
|
659
|
+
.pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text {
|
|
660
|
+
color: var(--pf-v6-c-table__sort__button__text--Color);
|
|
899
661
|
}
|
|
900
|
-
.pf-
|
|
901
|
-
--pf-
|
|
902
|
-
|
|
903
|
-
color: var(--pf-v5-c-table__sort--m-selected__button--Color);
|
|
662
|
+
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
|
|
663
|
+
--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
|
|
664
|
+
color: var(--pf-v6-c-table__sort--m-selected__button--Color);
|
|
904
665
|
}
|
|
905
|
-
.pf-
|
|
906
|
-
--pf-
|
|
666
|
+
.pf-v6-c-table__sort.pf-m-help {
|
|
667
|
+
--pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
|
|
907
668
|
}
|
|
908
|
-
.pf-
|
|
909
|
-
|
|
910
|
-
--pf-v5-c-table__sort__button--hover__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--hover__text--Color);
|
|
911
|
-
--pf-v5-c-table__sort__button--focus__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--focus__text--Color);
|
|
912
|
-
--pf-v5-c-table__sort__button--active__text--Color: var(--pf-v5-c-table__sort--m-favorite__button--active__text--Color);
|
|
913
|
-
--pf-v5-c-table__sort--m-selected__button__text--Color: currentcolor;
|
|
669
|
+
.pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text {
|
|
670
|
+
font-size: var(--pf-v6-c-table__favorite--c-button--FontSize);
|
|
914
671
|
}
|
|
915
672
|
|
|
916
|
-
.pf-
|
|
673
|
+
.pf-v6-c-table__sort-indicator {
|
|
917
674
|
grid-column: 2;
|
|
918
|
-
|
|
919
|
-
|
|
675
|
+
align-self: end;
|
|
676
|
+
margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginLeft);
|
|
677
|
+
color: var(--pf-v6-c-table__sort-indicator--Color);
|
|
920
678
|
pointer-events: none;
|
|
921
679
|
}
|
|
922
680
|
|
|
923
|
-
.pf-
|
|
924
|
-
--pf-v5-c-table--cell--PaddingTop: 0;
|
|
925
|
-
--pf-v5-c-table--cell--PaddingBottom: 0;
|
|
681
|
+
.pf-v6-c-table__expandable-row {
|
|
926
682
|
position: relative;
|
|
927
683
|
border-block-end: 0 solid transparent;
|
|
928
|
-
box-shadow: 0 0 0 0 transparent;
|
|
929
684
|
}
|
|
930
|
-
.pf-
|
|
931
|
-
.pf-
|
|
932
|
-
transition: var(--pf-
|
|
685
|
+
.pf-v6-c-table__expandable-row,
|
|
686
|
+
.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
|
|
687
|
+
transition: var(--pf-v6-c-table__expandable-row--Transition);
|
|
688
|
+
}
|
|
689
|
+
.pf-v6-c-table__expandable-row > td,
|
|
690
|
+
.pf-v6-c-table__expandable-row > th {
|
|
691
|
+
padding-top: 0;
|
|
933
692
|
}
|
|
934
|
-
.pf-
|
|
935
|
-
.pf-
|
|
693
|
+
.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
|
|
694
|
+
.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
|
|
936
695
|
padding-block-start: 0;
|
|
937
696
|
padding-inline-end: 0;
|
|
938
697
|
padding-block-end: 0;
|
|
939
|
-
padding-inline-start:
|
|
698
|
+
padding-inline-start: 0;
|
|
940
699
|
}
|
|
941
|
-
.pf-
|
|
942
|
-
.pf-
|
|
700
|
+
.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
|
701
|
+
.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
|
943
702
|
padding: 0;
|
|
944
703
|
}
|
|
945
|
-
.pf-
|
|
946
|
-
padding-block-start: var(--pf-
|
|
947
|
-
padding-block-end: var(--pf-
|
|
704
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
|
|
705
|
+
padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingTop);
|
|
706
|
+
padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
|
|
707
|
+
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingLeft);
|
|
708
|
+
padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingRight);
|
|
709
|
+
border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
|
|
948
710
|
}
|
|
949
|
-
.pf-
|
|
950
|
-
border-block-end-color: var(--pf-
|
|
951
|
-
border-block-end-width: var(--pf-
|
|
952
|
-
box-shadow: var(--pf-v5-c-table__expandable-row--m-expanded--BoxShadow);
|
|
711
|
+
.pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
712
|
+
border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor);
|
|
713
|
+
border-block-end-width: var(--pf-v6-c-table--border-width--base);
|
|
953
714
|
}
|
|
954
|
-
.pf-
|
|
715
|
+
.pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
|
|
955
716
|
display: none;
|
|
956
717
|
}
|
|
718
|
+
.pf-v6-c-table__expandable-row tr:last-child {
|
|
719
|
+
border-block-end: 0;
|
|
720
|
+
}
|
|
957
721
|
|
|
958
|
-
.pf-
|
|
959
|
-
--pf-
|
|
722
|
+
.pf-v6-c-table.pf-m-compact {
|
|
723
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact--cell--PaddingTop);
|
|
724
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact--cell--PaddingBottom);
|
|
960
725
|
}
|
|
961
|
-
.pf-
|
|
962
|
-
--pf-
|
|
726
|
+
.pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
|
727
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact--cell--PaddingTop);
|
|
728
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact--cell--PaddingBottom);
|
|
963
729
|
}
|
|
964
|
-
|
|
965
|
-
.pf-
|
|
966
|
-
--pf-
|
|
967
|
-
--pf-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
.pf-
|
|
972
|
-
|
|
973
|
-
--pf-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);
|
|
978
|
-
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);
|
|
979
|
-
}
|
|
980
|
-
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:first-child {
|
|
981
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
|
982
|
-
}
|
|
983
|
-
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:last-child {
|
|
984
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
985
|
-
}
|
|
986
|
-
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),
|
|
987
|
-
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle {
|
|
988
|
-
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);
|
|
989
|
-
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom);
|
|
990
|
-
}
|
|
991
|
-
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action {
|
|
992
|
-
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__action--PaddingTop);
|
|
993
|
-
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__action--PaddingBottom);
|
|
994
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
|
|
995
|
-
}
|
|
996
|
-
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle {
|
|
997
|
-
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__toggle--PaddingTop);
|
|
998
|
-
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__toggle--PaddingBottom);
|
|
999
|
-
}
|
|
1000
|
-
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__icon {
|
|
730
|
+
.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) th:where(.pf-v6-c-table__th),
|
|
731
|
+
.pf-v6-c-table.pf-m-compact thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__toggle {
|
|
732
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact__th--PaddingTop);
|
|
733
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact__th--PaddingBottom);
|
|
734
|
+
}
|
|
735
|
+
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__action,
|
|
736
|
+
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__favorite,
|
|
737
|
+
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__toggle,
|
|
738
|
+
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__draggable {
|
|
739
|
+
--pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--m-compact__action--PaddingTop);
|
|
740
|
+
--pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--m-compact__action--PaddingBottom);
|
|
741
|
+
}
|
|
742
|
+
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon {
|
|
1001
743
|
width: auto;
|
|
1002
744
|
min-width: 0;
|
|
1003
745
|
text-align: center;
|
|
1004
746
|
}
|
|
1005
|
-
|
|
1006
|
-
|
|
747
|
+
|
|
748
|
+
.pf-v6-c-table__thead {
|
|
749
|
+
--pf-v6-c-table__tr--BorderBottomWidth: 0;
|
|
750
|
+
--pf-v6-c-table__toggle--PaddingBottom: var(--pf-v6-c-table__thead__toggle--PaddingBottom);
|
|
751
|
+
vertical-align: bottom;
|
|
752
|
+
}
|
|
753
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
754
|
+
--pf-v6-c-table__button--PaddingLeft: var(--pf-v6-c-table__nested-column-header__button--PaddingLeft);
|
|
755
|
+
--pf-v6-c-table__button--PaddingRight: var(--pf-v6-c-table__nested-column-header__button--PaddingRight);
|
|
756
|
+
margin-inline-end: calc(var(--pf-v6-c-table__button--PaddingLeft) * -1);
|
|
1007
757
|
}
|
|
1008
|
-
|
|
1009
|
-
|
|
758
|
+
|
|
759
|
+
.pf-v6-c-table__tbody {
|
|
760
|
+
vertical-align: top;
|
|
1010
761
|
}
|
|
1011
|
-
.pf-
|
|
1012
|
-
|
|
1013
|
-
--pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom);
|
|
762
|
+
.pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
763
|
+
background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
|
|
1014
764
|
}
|
|
1015
765
|
|
|
1016
|
-
.pf-
|
|
1017
|
-
|
|
1018
|
-
|
|
766
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
|
|
767
|
+
border-block-end: 0;
|
|
768
|
+
}
|
|
769
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
|
|
770
|
+
border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
|
|
1019
771
|
}
|
|
1020
|
-
.pf-
|
|
1021
|
-
|
|
772
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
|
|
773
|
+
border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
|
|
774
|
+
}
|
|
775
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
|
|
776
|
+
background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
|
|
777
|
+
border-block-end: var(--pf-v6-c-table__control-row--BorderBottomWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBottomColor);
|
|
1022
778
|
}
|
|
1023
779
|
|
|
1024
|
-
.pf-
|
|
1025
|
-
--pf-
|
|
780
|
+
.pf-v6-c-table__tr {
|
|
781
|
+
border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
|
|
782
|
+
}
|
|
783
|
+
.pf-v6-c-table__thead .pf-v6-c-table__tr {
|
|
784
|
+
border-block-end: 0;
|
|
785
|
+
}
|
|
786
|
+
.pf-v6-c-table__tr.pf-m-border-row {
|
|
787
|
+
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
1026
788
|
}
|
|
1027
789
|
|
|
1028
|
-
.pf-
|
|
1029
|
-
|
|
790
|
+
.pf-v6-c-table__icon-inline {
|
|
791
|
+
display: flex;
|
|
792
|
+
align-items: center;
|
|
793
|
+
}
|
|
794
|
+
.pf-v6-c-table__icon-inline > :not(:last-child) {
|
|
795
|
+
margin-inline-end: var(--pf-v6-c-table__icon-inline--MarginRight);
|
|
1030
796
|
}
|
|
1031
797
|
|
|
1032
|
-
.pf-
|
|
1033
|
-
--pf-
|
|
798
|
+
.pf-v6-c-table .pf-m-width-10 {
|
|
799
|
+
--pf-v6-c-table--cell--Width: 10%;
|
|
1034
800
|
}
|
|
1035
801
|
|
|
1036
|
-
.pf-
|
|
1037
|
-
--pf-
|
|
802
|
+
.pf-v6-c-table .pf-m-width-15 {
|
|
803
|
+
--pf-v6-c-table--cell--Width: 15%;
|
|
1038
804
|
}
|
|
1039
805
|
|
|
1040
|
-
.pf-
|
|
1041
|
-
--pf-
|
|
806
|
+
.pf-v6-c-table .pf-m-width-20 {
|
|
807
|
+
--pf-v6-c-table--cell--Width: 20%;
|
|
1042
808
|
}
|
|
1043
809
|
|
|
1044
|
-
.pf-
|
|
1045
|
-
--pf-
|
|
810
|
+
.pf-v6-c-table .pf-m-width-25 {
|
|
811
|
+
--pf-v6-c-table--cell--Width: 25%;
|
|
1046
812
|
}
|
|
1047
813
|
|
|
1048
|
-
.pf-
|
|
1049
|
-
--pf-
|
|
814
|
+
.pf-v6-c-table .pf-m-width-30 {
|
|
815
|
+
--pf-v6-c-table--cell--Width: 30%;
|
|
1050
816
|
}
|
|
1051
817
|
|
|
1052
|
-
.pf-
|
|
1053
|
-
--pf-
|
|
818
|
+
.pf-v6-c-table .pf-m-width-35 {
|
|
819
|
+
--pf-v6-c-table--cell--Width: 35%;
|
|
1054
820
|
}
|
|
1055
821
|
|
|
1056
|
-
.pf-
|
|
1057
|
-
--pf-
|
|
822
|
+
.pf-v6-c-table .pf-m-width-40 {
|
|
823
|
+
--pf-v6-c-table--cell--Width: 40%;
|
|
1058
824
|
}
|
|
1059
825
|
|
|
1060
|
-
.pf-
|
|
1061
|
-
--pf-
|
|
826
|
+
.pf-v6-c-table .pf-m-width-45 {
|
|
827
|
+
--pf-v6-c-table--cell--Width: 45%;
|
|
1062
828
|
}
|
|
1063
829
|
|
|
1064
|
-
.pf-
|
|
1065
|
-
--pf-
|
|
830
|
+
.pf-v6-c-table .pf-m-width-50 {
|
|
831
|
+
--pf-v6-c-table--cell--Width: 50%;
|
|
1066
832
|
}
|
|
1067
833
|
|
|
1068
|
-
.pf-
|
|
1069
|
-
--pf-
|
|
834
|
+
.pf-v6-c-table .pf-m-width-60 {
|
|
835
|
+
--pf-v6-c-table--cell--Width: 60%;
|
|
1070
836
|
}
|
|
1071
837
|
|
|
1072
|
-
.pf-
|
|
1073
|
-
--pf-
|
|
838
|
+
.pf-v6-c-table .pf-m-width-70 {
|
|
839
|
+
--pf-v6-c-table--cell--Width: 70%;
|
|
1074
840
|
}
|
|
1075
841
|
|
|
1076
|
-
.pf-
|
|
1077
|
-
--pf-
|
|
842
|
+
.pf-v6-c-table .pf-m-width-80 {
|
|
843
|
+
--pf-v6-c-table--cell--Width: 80%;
|
|
1078
844
|
}
|
|
1079
845
|
|
|
1080
|
-
|
|
1081
|
-
--pf-
|
|
846
|
+
.pf-v6-c-table .pf-m-width-90 {
|
|
847
|
+
--pf-v6-c-table--cell--Width: 90%;
|
|
1082
848
|
}
|
|
1083
|
-
|
|
1084
|
-
|
|
849
|
+
|
|
850
|
+
.pf-v6-c-table .pf-m-width-100 {
|
|
851
|
+
--pf-v6-c-table--cell--Width: 100%;
|
|
1085
852
|
}
|