@patternfly/patternfly 6.0.0-alpha.9 → 6.0.0-alpha.90
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/CODE_OF_CONDUCT.md +1 -2
- package/assets/images/PF-Backdrop.svg +1 -0
- package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/assets/images/PF-IconLogo-color.svg +17 -0
- package/assets/images/PF-IconLogo.svg +17 -0
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-background.svg +22 -0
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/assets/images/pf_logo_white.hbs +35 -0
- package/assets/images/pf_logo_white.svg +38 -0
- package/base/_common.scss +8 -4
- package/base/_globals.scss +4 -6
- package/base/_variables.scss +2 -7
- package/base/patternfly-common.css +8 -4
- package/base/patternfly-globals.css +4 -3
- package/base/patternfly-variables.css +1005 -856
- package/base/tokens/_tokens-charts.scss +159 -0
- package/base/tokens/_tokens-dark.scss +319 -290
- package/base/tokens/_tokens-default.scss +485 -329
- package/base/tokens/_tokens-font.scss +122 -58
- package/base/tokens/_tokens-palette.scss +71 -71
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/AboutModalBox/about-modal-box.css +57 -94
- package/components/AboutModalBox/about-modal-box.scss +37 -62
- package/components/Accordion/accordion.css +85 -177
- package/components/Accordion/accordion.scss +96 -195
- package/components/ActionList/action-list.css +18 -17
- package/components/ActionList/action-list.scss +26 -16
- package/components/Alert/alert-group.css +20 -16
- package/components/Alert/alert-group.scss +20 -16
- package/components/Alert/alert.css +59 -84
- package/components/Alert/alert.scss +62 -78
- package/components/Avatar/avatar.css +10 -13
- package/components/Avatar/avatar.scss +10 -17
- package/components/BackToTop/back-to-top.css +17 -16
- package/components/BackToTop/back-to-top.scss +12 -12
- package/components/Backdrop/backdrop.css +6 -2
- package/components/Backdrop/backdrop.scss +5 -2
- package/components/BackgroundImage/background-image.css +5 -1
- package/components/BackgroundImage/background-image.scss +5 -1
- package/components/Badge/badge.css +23 -15
- package/components/Badge/badge.scss +25 -17
- package/components/Banner/banner.css +90 -64
- package/components/Banner/banner.scss +95 -32
- package/components/Breadcrumb/breadcrumb.css +27 -16
- package/components/Breadcrumb/breadcrumb.scss +27 -18
- package/components/Button/button.css +398 -354
- package/components/Button/button.scss +455 -477
- package/components/CalendarMonth/calendar-month.css +61 -92
- package/components/CalendarMonth/calendar-month.scss +68 -63
- package/components/Card/card.css +100 -194
- package/components/Card/card.scss +121 -237
- package/components/Check/check.css +24 -21
- package/components/Check/check.scss +25 -23
- package/components/ClipboardCopy/clipboard-copy.css +30 -33
- package/components/ClipboardCopy/clipboard-copy.scss +34 -26
- package/components/CodeBlock/code-block.css +22 -9
- package/components/CodeBlock/code-block.scss +22 -10
- package/components/CodeEditor/code-editor.css +94 -72
- package/components/CodeEditor/code-editor.scss +104 -82
- package/components/Content/content.css +7 -7
- package/components/Content/content.scss +7 -7
- package/components/DataList/data-list.css +101 -158
- package/components/DataList/data-list.scss +95 -154
- package/components/DatePicker/date-picker.css +13 -14
- package/components/DatePicker/date-picker.scss +12 -16
- package/components/DescriptionList/description-list.css +39 -34
- package/components/DescriptionList/description-list.scss +25 -25
- package/components/Divider/divider.css +91 -169
- package/components/Divider/divider.scss +60 -77
- package/components/DragDrop/drag-drop.css +18 -14
- package/components/DragDrop/drag-drop.scss +18 -17
- package/components/Drawer/drawer.css +112 -113
- package/components/Drawer/drawer.scss +134 -134
- package/components/Dropdown/dropdown.css +1 -3
- package/components/Dropdown/dropdown.scss +2 -6
- package/components/DualListSelector/dual-list-selector.css +54 -51
- package/components/DualListSelector/dual-list-selector.scss +55 -54
- package/components/EmptyState/empty-state.css +57 -34
- package/components/EmptyState/empty-state.scss +63 -34
- package/components/ExpandableSection/expandable-section.css +64 -62
- package/components/ExpandableSection/expandable-section.scss +73 -76
- package/components/FileUpload/file-upload.css +28 -34
- package/components/FileUpload/file-upload.scss +30 -42
- package/components/Form/form.css +66 -116
- package/components/Form/form.scss +63 -128
- package/components/FormControl/form-control.css +86 -111
- package/components/FormControl/form-control.scss +88 -92
- package/components/HelperText/helper-text.css +28 -34
- package/components/HelperText/helper-text.scss +30 -40
- package/components/Hint/hint.css +28 -21
- package/components/Hint/hint.scss +28 -24
- package/components/Icon/icon.css +154 -18
- package/components/Icon/icon.scss +187 -20
- package/components/InlineEdit/inline-edit.css +8 -7
- package/components/InlineEdit/inline-edit.scss +8 -7
- package/components/InputGroup/input-group.css +22 -38
- package/components/InputGroup/input-group.scss +21 -29
- package/components/JumpLinks/jump-links.css +34 -34
- package/components/JumpLinks/jump-links.scss +35 -36
- package/components/Label/label-group.css +39 -44
- package/components/Label/label-group.scss +39 -45
- package/components/Label/label.css +378 -355
- package/components/Label/label.scss +431 -348
- package/components/List/list.css +16 -16
- package/components/List/list.scss +17 -17
- package/components/Login/login.css +68 -112
- package/components/Login/login.scss +54 -82
- package/components/Masthead/masthead.css +261 -502
- package/components/Masthead/masthead.scss +123 -286
- package/components/Menu/menu.css +388 -417
- package/components/Menu/menu.scss +370 -525
- package/components/MenuToggle/menu-toggle.css +223 -276
- package/components/MenuToggle/menu-toggle.scss +322 -390
- package/components/ModalBox/modal-box.css +59 -52
- package/components/ModalBox/modal-box.scss +57 -53
- package/components/MultipleFileUpload/multiple-file-upload.css +77 -50
- package/components/MultipleFileUpload/multiple-file-upload.scss +82 -53
- package/components/Nav/nav.css +240 -918
- package/components/Nav/nav.scss +300 -1082
- package/components/NotificationBadge/notification-badge.css +4 -4
- package/components/NotificationBadge/notification-badge.scss +4 -4
- package/components/NotificationDrawer/notification-drawer.css +104 -115
- package/components/NotificationDrawer/notification-drawer.scss +106 -116
- package/components/NumberInput/number-input.css +8 -8
- package/components/NumberInput/number-input.scss +7 -12
- package/components/OverflowMenu/overflow-menu.css +17 -47
- package/components/OverflowMenu/overflow-menu.scss +27 -65
- package/components/Page/page.css +56 -164
- package/components/Page/page.scss +60 -154
- package/components/Pagination/pagination.css +57 -124
- package/components/Pagination/pagination.scss +40 -128
- package/components/Panel/panel.css +27 -23
- package/components/Panel/panel.scss +29 -26
- package/components/Popover/popover.css +42 -53
- package/components/Popover/popover.scss +46 -55
- package/components/Progress/progress.css +31 -45
- package/components/Progress/progress.scss +36 -55
- package/components/ProgressStepper/progress-stepper.css +72 -69
- package/components/ProgressStepper/progress-stepper.scss +65 -65
- package/components/Radio/radio.css +27 -20
- package/components/Radio/radio.scss +28 -22
- package/components/Sidebar/sidebar.css +20 -9
- package/components/Sidebar/sidebar.scss +23 -11
- package/components/SimpleList/simple-list.css +32 -52
- package/components/SimpleList/simple-list.scss +37 -51
- package/components/Skeleton/skeleton.css +18 -20
- package/components/Skeleton/skeleton.scss +17 -21
- package/components/SkipToContent/skip-to-content.css +6 -3
- package/components/SkipToContent/skip-to-content.scss +8 -6
- package/components/Slider/slider.css +34 -30
- package/components/Slider/slider.scss +46 -43
- package/components/Spinner/spinner.css +17 -34
- package/components/Spinner/spinner.scss +19 -47
- package/components/Switch/switch.css +42 -38
- package/components/Switch/switch.scss +48 -43
- package/components/TabContent/tab-content.css +17 -11
- package/components/TabContent/tab-content.scss +18 -14
- package/components/Table/table-grid.css +31 -47
- package/components/Table/table-grid.scss +42 -55
- package/components/Table/table-scrollable.css +6 -6
- package/components/Table/table-scrollable.scss +8 -8
- package/components/Table/table-tree-view.css +81 -74
- package/components/Table/table-tree-view.scss +53 -39
- package/components/Table/table.css +159 -264
- package/components/Table/table.scss +216 -351
- package/components/Tabs/tabs.css +142 -175
- package/components/Tabs/tabs.scss +158 -218
- package/components/TextInputGroup/text-input-group.css +0 -14
- package/components/TextInputGroup/text-input-group.scss +3 -16
- package/components/Tile/tile.css +40 -81
- package/components/Tile/tile.scss +38 -84
- package/components/Timestamp/timestamp.css +12 -9
- package/components/Timestamp/timestamp.scss +11 -10
- package/components/Title/title.css +70 -19
- package/components/Title/title.scss +90 -20
- package/components/ToggleGroup/toggle-group.css +54 -48
- package/components/ToggleGroup/toggle-group.scss +62 -50
- package/components/Toolbar/toolbar.css +2527 -1031
- package/components/Toolbar/toolbar.scss +233 -520
- package/components/Tooltip/tooltip.css +16 -18
- package/components/Tooltip/tooltip.scss +20 -24
- package/components/TreeView/tree-view.css +76 -97
- package/components/TreeView/tree-view.scss +82 -113
- package/components/Truncate/truncate.css +4 -0
- package/components/Truncate/truncate.scss +3 -0
- package/components/Wizard/wizard.css +122 -205
- package/components/Wizard/wizard.scss +121 -181
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +614 -416
- package/docs/components/ActionList/examples/ActionList.md +73 -22
- package/docs/components/Alert/examples/Alert.md +3 -3
- package/docs/components/Avatar/examples/Avatar.md +5 -19
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
- package/docs/components/Badge/examples/Badge.md +21 -0
- package/docs/components/Banner/examples/Banner.md +48 -25
- package/docs/components/Brand/examples/Brand.css +12 -0
- package/docs/components/Brand/examples/Brand.md +51 -32
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.css +4 -0
- package/docs/components/Button/examples/Button.md +1439 -113
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +44 -220
- package/docs/components/Card/examples/Card.md +550 -133
- package/docs/components/Check/examples/Check.md +1 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
- package/docs/components/CodeEditor/examples/CodeEditor.md +144 -132
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/DatePicker/examples/DatePicker.md +5 -2
- package/docs/components/Divider/examples/Divider.css +3 -1
- package/docs/components/Divider/examples/Divider.md +30 -5
- package/docs/components/DragDrop/examples/DragDrop.css +1 -1
- package/docs/components/Drawer/examples/Drawer.md +294 -256
- package/docs/components/DualListSelector/examples/DualListSelector.md +18 -18
- package/docs/components/EmptyState/examples/EmptyState.md +45 -1
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
- package/docs/components/FileUpload/examples/FileUpload.md +112 -53
- package/docs/components/Form/examples/Form.md +134 -89
- package/docs/components/Icon/examples/Icon.md +82 -11
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
- package/docs/components/JumpLinks/examples/JumpLinks.md +280 -168
- package/docs/components/Label/examples/Label.css +4 -0
- package/docs/components/Label/examples/Label.md +3090 -703
- package/docs/components/LogViewer/examples/LogViewer.md +100 -80
- package/docs/components/Login/examples/Login.md +160 -105
- package/docs/components/Masthead/examples/masthead.md +443 -65
- package/docs/components/Menu/examples/Menu.css +7 -11
- package/docs/components/Menu/examples/Menu.md +213 -486
- package/docs/components/MenuToggle/examples/MenuToggle.md +253 -224
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.css +1 -23
- package/docs/components/Nav/examples/Navigation.md +69 -243
- package/docs/components/Page/examples/Page.css +0 -8
- package/docs/components/Page/examples/Page.md +22 -21
- package/docs/components/Pagination/examples/Pagination.md +663 -637
- package/docs/components/Panel/examples/Panel.md +12 -0
- package/docs/components/Popover/examples/Popover.md +1 -1
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -14
- package/docs/components/Radio/examples/Radio.md +1 -1
- package/docs/components/Sidebar/examples/Sidebar.md +19 -0
- package/docs/components/SimpleList/examples/SimpleList.md +3 -3
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +8 -8
- package/docs/components/Tabs/examples/Tabs.css +1 -1
- package/docs/components/Tabs/examples/Tabs.md +1025 -826
- package/docs/components/Tile/examples/Tile.md +264 -144
- package/docs/components/Title/examples/Title.md +18 -0
- package/docs/components/Toolbar/examples/Toolbar.css +20 -15
- package/docs/components/Toolbar/examples/Toolbar.md +985 -3341
- package/docs/components/TreeView/examples/TreeView.md +7 -57
- package/docs/components/Truncate/examples/Truncate.css +2 -2
- package/docs/components/Wizard/examples/Wizard.md +31 -7
- package/docs/demos/AboutModal/examples/AboutModal.md +116 -35
- package/docs/demos/Alert/examples/Alert.md +366 -99
- package/docs/demos/BackToTop/examples/BackToTop.md +114 -33
- package/docs/demos/Banner/examples/Banner.md +235 -68
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +2 -2
- package/docs/demos/CardView/examples/CardView.md +256 -192
- package/docs/demos/ContextSelector/examples/ContextSelector.md +414 -107
- package/docs/demos/Dashboard/examples/Dashboard.md +114 -33
- package/docs/demos/DataList/examples/DataList.md +1049 -950
- package/docs/demos/DescriptionList/examples/DescriptionList.md +342 -99
- package/docs/demos/Drawer/examples/Drawer.md +700 -271
- package/docs/demos/Form/examples/BasicForms.md +138 -84
- package/docs/demos/JumpLinks/examples/JumpLinks.md +989 -409
- package/docs/demos/Masthead/examples/Masthead.md +833 -357
- package/docs/demos/Modal/examples/Modal.md +717 -222
- package/docs/demos/Nav/examples/Nav.md +763 -926
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +575 -165
- package/docs/demos/Page/examples/Page.md +1050 -309
- package/docs/demos/Page/examples/Penta.md +73 -31
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +20 -16
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1276 -861
- package/docs/demos/Skeleton/examples/Skeleton.md +114 -33
- package/docs/demos/Table/examples/Table.md +4002 -3503
- package/docs/demos/Tabs/examples/Tabs.md +711 -219
- package/docs/demos/Toolbar/examples/Toolbar.css +10 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +1350 -1480
- package/docs/demos/Wizard/examples/Wizard.md +1134 -315
- package/docs/layouts/Flex/examples/Flex.md +11 -11
- package/package.json +32 -32
- package/patternfly-base-no-globals-theme-dark-unversioned.css +1021 -868
- package/patternfly-base-no-globals.css +1021 -868
- package/patternfly-base-theme-dark-unversioned.css +1027 -873
- package/patternfly-base.css +1027 -873
- package/patternfly-no-globals.css +9048 -8979
- package/patternfly-theme-dark-unversioned.css +9051 -8981
- package/patternfly.css +9051 -8981
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +18 -0
- package/base/themes/dark/_variables.scss +0 -102
- package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
- package/components/Accordion/themes/dark/accordion.scss +0 -9
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Badge/themes/dark/badge.scss +0 -9
- package/components/Banner/themes/dark/banner.scss +0 -14
- package/components/Button/themes/dark/button.scss +0 -51
- package/components/CalendarMonth/themes/dark/calendar-month.scss +0 -37
- package/components/Card/themes/dark/card.scss +0 -20
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
- package/components/CodeEditor/themes/dark/code-editor.scss +0 -14
- package/components/DataList/themes/dark/data-list.scss +0 -10
- package/components/DatePicker/themes/dark/date-picker.scss +0 -8
- package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
- package/components/Drawer/themes/dark/drawer.scss +0 -13
- package/components/DualListSelector/themes/dark/dual-list-selector.scss +0 -9
- package/components/Form/themes/dark/form.scss +0 -7
- package/components/FormControl/themes/dark/form-control.scss +0 -24
- package/components/HelperText/themes/dark/helper-text.scss +0 -7
- package/components/Hint/themes/dark/hint.scss +0 -8
- package/components/InputGroup/themes/dark/input-group.scss +0 -22
- package/components/Label/themes/dark/label.scss +0 -53
- package/components/Login/themes/dark/login.scss +0 -12
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/MenuToggle/themes/dark/menu-toggle.scss +0 -27
- package/components/ModalBox/themes/dark/modal-box.scss +0 -7
- package/components/NotificationDrawer/themes/dark/notification-drawer.scss +0 -14
- package/components/Page/themes/dark/page.scss +0 -69
- package/components/Pagination/themes/dark/pagination.scss +0 -7
- package/components/Panel/themes/dark/panel.scss +0 -7
- package/components/Popover/themes/dark/popover.scss +0 -11
- package/components/Progress/themes/dark/progress.scss +0 -9
- package/components/SimpleList/themes/dark/simple-list.scss +0 -14
- package/components/Skeleton/themes/dark/skeleton.scss +0 -10
- package/components/Switch/themes/dark/switch.scss +0 -11
- package/components/Tabs/themes/dark/tabs.scss +0 -10
- package/components/TextInputGroup/themes/dark/text-input-group.scss +0 -11
- package/components/Tile/themes/dark/tile.scss +0 -10
- package/components/ToggleGroup/themes/dark/toggle-group.scss +0 -12
- package/components/Tooltip/themes/dark/tooltip.scss +0 -8
- package/components/TreeView/themes/dark/tree-view.scss +0 -8
- package/components/Wizard/themes/dark/wizard.scss +0 -12
- package/docs/components/Avatar/examples/Avatar.css +0 -3
|
@@ -59,35 +59,33 @@
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
:where(:root),
|
|
63
|
+
:where(.pf-v5-c-table) {
|
|
63
64
|
--pf-v5-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
64
65
|
--pf-v5-c-table--BorderColor: var(--pf-t--global--border--color--default);
|
|
65
66
|
--pf-v5-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
|
|
66
|
-
--pf-v5-c-table__caption--FontSize: var(--pf-t--global--font--size--body);
|
|
67
|
+
--pf-v5-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
|
|
67
68
|
--pf-v5-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
|
|
68
|
-
--pf-v5-c-table__caption--PaddingTop: var(--pf-
|
|
69
|
-
--pf-v5-c-table__caption--PaddingRight: var(--pf-
|
|
70
|
-
--pf-v5-c-table__caption--PaddingBottom: var(--pf-
|
|
71
|
-
--pf-v5-c-table__caption--PaddingLeft: var(--pf-
|
|
72
|
-
--pf-v5-c-
|
|
73
|
-
--pf-v5-c-table__caption--xl--PaddingLeft: var(--pf-v5-global--spacer--md);
|
|
74
|
-
--pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body);
|
|
69
|
+
--pf-v5-c-table__caption--PaddingTop: var(--pf-t--global--spacer--md);
|
|
70
|
+
--pf-v5-c-table__caption--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
71
|
+
--pf-v5-c-table__caption--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
72
|
+
--pf-v5-c-table__caption--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
73
|
+
--pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
75
74
|
--pf-v5-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
76
|
-
--pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-
|
|
77
|
-
--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-
|
|
75
|
+
--pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
|
|
76
|
+
--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
|
|
77
|
+
--pf-v5-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
|
78
78
|
--pf-v5-c-table__tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
|
|
79
|
-
--pf-v5-c-table--cell--Padding--base: var(--pf-
|
|
80
|
-
--pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body);
|
|
79
|
+
--pf-v5-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
|
|
80
|
+
--pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
|
81
81
|
--pf-v5-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
|
|
82
|
+
--pf-v5-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
82
83
|
--pf-v5-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
|
83
84
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
|
|
84
85
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--Padding--base);
|
|
85
86
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
|
|
86
87
|
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);
|
|
87
|
-
--pf-v5-c-table--cell--first-last-child--
|
|
88
|
-
--pf-v5-c-table--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
|
|
89
|
-
--pf-v5-c-table--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
90
|
-
--pf-v5-c-table--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
88
|
+
--pf-v5-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
|
|
91
89
|
--pf-v5-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v5-c-table--cell--Padding--base);
|
|
92
90
|
--pf-v5-c-table--cell--MinWidth: 0;
|
|
93
91
|
--pf-v5-c-table--cell--MaxWidth: none;
|
|
@@ -104,185 +102,169 @@
|
|
|
104
102
|
--pf-v5-c-table--m-truncate--cell--MaxWidth: 1px;
|
|
105
103
|
--pf-v5-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft));
|
|
106
104
|
--pf-v5-c-table--cell--hidden-visible--Display: table-cell;
|
|
107
|
-
--pf-v5-c-table__toggle--
|
|
108
|
-
--pf-v5-c-table__toggle--
|
|
105
|
+
--pf-v5-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
106
|
+
--pf-v5-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
107
|
+
--pf-v5-c-table__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
108
|
+
--pf-v5-c-table__toggle--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
109
109
|
--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate: 270deg;
|
|
110
110
|
--pf-v5-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
|
|
111
111
|
--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
|
|
112
|
-
--pf-v5-c-table__button--
|
|
112
|
+
--pf-v5-c-table__button--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
113
|
+
--pf-v5-c-table__button--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
114
|
+
--pf-v5-c-table__button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
115
|
+
--pf-v5-c-table__button--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
113
116
|
--pf-v5-c-table__button--Color: var(--pf-t--global--text--color--regular);
|
|
117
|
+
--pf-v5-c-table__button--BackgroundColor: transparent;
|
|
118
|
+
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
|
|
119
|
+
--pf-v5-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
114
120
|
--pf-v5-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
115
121
|
--pf-v5-c-table__button--focus--Color: var(--pf-t--global--text--color--regular);
|
|
116
122
|
--pf-v5-c-table__button--active--Color: var(--pf-t--global--text--color--regular);
|
|
117
|
-
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-
|
|
123
|
+
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
|
|
118
124
|
--pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
|
|
119
125
|
--pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
|
|
120
|
-
--pf-v5-c-table__check--
|
|
121
|
-
--pf-v5-c-table__check--
|
|
126
|
+
--pf-v5-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
127
|
+
--pf-v5-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
128
|
+
--pf-v5-c-table__favorite--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
129
|
+
--pf-v5-c-table__favorite--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
130
|
+
--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
|
122
131
|
--pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
|
123
|
-
--pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--
|
|
124
|
-
--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body);
|
|
125
|
-
--pf-v5-c-table__favorite--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
126
|
-
--pf-v5-c-table__favorite--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
127
|
-
--pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
128
|
-
--pf-v5-c-table__favorite--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
129
|
-
--pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-v5-global--palette--gold-400);
|
|
132
|
+
--pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
|
|
130
133
|
--pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
|
|
131
134
|
--pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
|
|
132
135
|
--pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
|
|
133
136
|
--pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
|
|
134
|
-
--pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-
|
|
135
|
-
--pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-
|
|
136
|
-
--pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-
|
|
137
|
-
--pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-
|
|
137
|
+
--pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-c-button--PaddingTop) * -1);
|
|
138
|
+
--pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-c-button--PaddingRight) * -1);
|
|
139
|
+
--pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-c-button--PaddingBottom) * -1);
|
|
140
|
+
--pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-c-button--PaddingLeft) * -1);
|
|
138
141
|
--pf-v5-c-table__tr--m-ghost-row--Opacity: .4;
|
|
139
142
|
--pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
140
|
-
--pf-v5-c-table__action--PaddingTop:
|
|
141
|
-
--pf-v5-c-table__action--
|
|
142
|
-
--pf-v5-c-
|
|
143
|
-
--pf-v5-c-
|
|
144
|
-
--pf-v5-c-table__inline-edit-action--PaddingTop: 0;
|
|
145
|
-
--pf-v5-c-table__inline-edit-action--PaddingRight: 0;
|
|
146
|
-
--pf-v5-c-table__inline-edit-action--PaddingBottom: 0;
|
|
147
|
-
--pf-v5-c-table__inline-edit-action--PaddingLeft: 0;
|
|
143
|
+
--pf-v5-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
144
|
+
--pf-v5-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
145
|
+
--pf-v5-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
146
|
+
--pf-v5-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
148
147
|
--pf-v5-c-table__expandable-row--Transition: var(--pf-v5-global--Transition);
|
|
149
|
-
--pf-v5-c-table__expandable-row--
|
|
148
|
+
--pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
|
|
149
|
+
--pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
150
|
+
--pf-v5-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
151
|
+
--pf-v5-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
|
|
150
152
|
--pf-v5-c-table__expandable-row-content--Transition: var(--pf-v5-global--Transition);
|
|
151
|
-
--pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
|
|
152
|
-
--pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
|
153
153
|
--pf-v5-c-table__expandable-row--after--Top: calc(var(--pf-v5-c-table--border-width--base) * -1);
|
|
154
154
|
--pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);
|
|
155
|
-
--pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-
|
|
155
|
+
--pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-t--global--border--width--strong);
|
|
156
156
|
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
|
157
|
-
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--
|
|
158
|
-
--pf-v5-c-table__icon-inline--MarginRight: var(--pf-
|
|
157
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
158
|
+
--pf-v5-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
|
|
159
159
|
--pf-v5-c-table__sort--MinWidth: calc(6ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft) + var(--pf-v5-c-table__sort-indicator--MarginLeft));
|
|
160
|
-
--pf-v5-c-table__sort__button--PaddingTop: var(--pf-
|
|
161
|
-
--pf-v5-c-table__sort__button--PaddingRight: var(--pf-
|
|
162
|
-
--pf-v5-c-table__sort__button--PaddingBottom: var(--pf-
|
|
163
|
-
--pf-v5-c-table__sort__button--PaddingLeft: var(--pf-
|
|
160
|
+
--pf-v5-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--control--vertical);
|
|
161
|
+
--pf-v5-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
162
|
+
--pf-v5-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--control--vertical);
|
|
163
|
+
--pf-v5-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
164
164
|
--pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);
|
|
165
165
|
--pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);
|
|
166
166
|
--pf-v5-c-table__sort__button--MarginLeft: calc(var(--pf-v5-c-table__sort__button--PaddingLeft) * -1);
|
|
167
167
|
--pf-v5-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
|
|
168
|
-
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--
|
|
168
|
+
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--clicked);
|
|
169
169
|
--pf-v5-c-table__sort--m-help--MinWidth: 15ch;
|
|
170
170
|
--pf-v5-c-table__sort__button__text--Color: currentcolor;
|
|
171
171
|
--pf-v5-c-table__sort__button--hover__text--Color: currentcolor;
|
|
172
172
|
--pf-v5-c-table__sort__button--focus__text--Color: currentcolor;
|
|
173
173
|
--pf-v5-c-table__sort__button--active__text--Color: currentcolor;
|
|
174
|
+
--pf-v5-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
|
|
175
|
+
--pf-v5-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
174
176
|
--pf-v5-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
|
175
|
-
--pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-
|
|
176
|
-
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--
|
|
177
|
+
--pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
|
|
178
|
+
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--clicked);
|
|
177
179
|
--pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
178
180
|
--pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
179
181
|
--pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
180
182
|
--pf-v5-c-table__th--m-help--MinWidth: 11ch;
|
|
181
|
-
--pf-v5-c-table__column-help--MarginLeft: var(--pf-
|
|
182
|
-
--pf-v5-c-table__column-help--
|
|
183
|
-
--pf-v5-c-table__column-help--c-button--
|
|
184
|
-
--pf-v5-c-table__column-help--c-button--
|
|
185
|
-
--pf-v5-c-table__column-help--c-button--
|
|
186
|
-
--pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
|
183
|
+
--pf-v5-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
|
|
184
|
+
--pf-v5-c-table__column-help--c-button--MarginTop: calc(var(--pf-v5-c-button--PaddingTop) * -1);
|
|
185
|
+
--pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-c-button--PaddingBottom) * -1);
|
|
186
|
+
--pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
187
|
+
--pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
187
188
|
--pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
|
188
189
|
--pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
189
190
|
--pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
190
|
-
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--
|
|
191
|
+
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--clicked);
|
|
191
192
|
--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
|
|
192
193
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-t--global--border--color--default);
|
|
193
194
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
|
194
195
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
|
195
196
|
--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
196
197
|
--pf-v5-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
197
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-
|
|
198
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--
|
|
198
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-t--global--border--width--strong);
|
|
199
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
199
200
|
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
|
|
200
201
|
--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
202
|
--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-
|
|
203
|
-
--pf-v5-c-table--m-compact__th--PaddingBottom: var(--pf-
|
|
204
|
-
--pf-v5-c-table--m-compact--cell--PaddingTop: var(--pf-
|
|
205
|
-
--pf-v5-c-table--m-compact--cell--PaddingRight: var(--pf-
|
|
206
|
-
--pf-v5-c-table--m-compact--cell--PaddingBottom: var(--pf-
|
|
207
|
-
--pf-v5-c-table--m-compact--cell--PaddingLeft: var(--pf-
|
|
208
|
-
--pf-v5-c-table--m-
|
|
209
|
-
--pf-v5-c-table--m-
|
|
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);
|
|
203
|
+
--pf-v5-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
|
|
204
|
+
--pf-v5-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
205
|
+
--pf-v5-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
206
|
+
--pf-v5-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
207
|
+
--pf-v5-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
208
|
+
--pf-v5-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
209
|
+
--pf-v5-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
210
|
+
--pf-v5-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
219
211
|
--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
220
212
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
221
213
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
222
214
|
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
|
223
|
-
--pf-v5-c-table__tr--m-clickable--
|
|
224
|
-
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
215
|
+
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
225
216
|
--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);
|
|
226
217
|
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
227
218
|
--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);
|
|
228
219
|
--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
229
220
|
--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);
|
|
230
|
-
--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--
|
|
221
|
+
--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
231
222
|
--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);
|
|
232
223
|
--pf-v5-c-table__tr--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
233
224
|
--pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
234
225
|
--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);
|
|
235
226
|
--pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
236
227
|
--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
|
237
|
-
--pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-
|
|
228
|
+
--pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-t--global--color--brand--default);
|
|
238
229
|
--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
239
230
|
--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);
|
|
240
231
|
--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);
|
|
241
232
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
242
233
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow: none;
|
|
243
234
|
--pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
|
244
|
-
--pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-
|
|
235
|
+
--pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
245
236
|
--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);
|
|
246
237
|
--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
247
238
|
--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);
|
|
248
239
|
--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
249
240
|
--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);
|
|
250
241
|
--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
251
|
-
--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--
|
|
242
|
+
--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
252
243
|
--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);
|
|
253
244
|
--pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
254
245
|
--pf-v5-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
255
246
|
--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);
|
|
256
|
-
--pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-
|
|
247
|
+
--pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
257
248
|
--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
|
258
|
-
--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--
|
|
249
|
+
--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--clicked);
|
|
259
250
|
--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
260
251
|
--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);
|
|
261
252
|
--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);
|
|
262
253
|
--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
263
|
-
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-
|
|
264
|
-
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-
|
|
254
|
+
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
255
|
+
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
256
|
+
--pf-v5-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
257
|
+
--pf-v5-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
265
258
|
--pf-v5-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
266
259
|
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
267
|
-
--pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-
|
|
260
|
+
--pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.pf-v5-c-table {
|
|
268
264
|
color: var(--pf-v5-global--Color--100);
|
|
269
265
|
width: 100%;
|
|
270
266
|
background-color: var(--pf-v5-c-table--BackgroundColor);
|
|
271
267
|
}
|
|
272
|
-
@media screen and (max-width: 1200px) {
|
|
273
|
-
.pf-v5-c-table {
|
|
274
|
-
--pf-v5-c-table__caption--PaddingRight: var(--pf-v5-c-table__caption--xl--PaddingRight);
|
|
275
|
-
--pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-c-table__caption--xl--PaddingLeft);
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
@media screen and (min-width: 1200px) {
|
|
279
|
-
.pf-v5-c-table {
|
|
280
|
-
--pf-v5-c-table--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingRight);
|
|
281
|
-
--pf-v5-c-table--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--cell--first-last-child--xl--PaddingLeft);
|
|
282
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft);
|
|
283
|
-
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight);
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
268
|
.pf-v5-c-table.pf-m-fixed {
|
|
287
269
|
table-layout: fixed;
|
|
288
270
|
}
|
|
@@ -311,7 +293,7 @@
|
|
|
311
293
|
.pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
|
|
312
294
|
position: sticky;
|
|
313
295
|
inset-block-start: 0;
|
|
314
|
-
z-index: var(--pf-
|
|
296
|
+
z-index: var(--pf-t--global--Zindex--xs);
|
|
315
297
|
background: var(--pf-v5-c-table--BackgroundColor);
|
|
316
298
|
}
|
|
317
299
|
.pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
|
|
@@ -356,16 +338,17 @@
|
|
|
356
338
|
overflow: var(--pf-v5-c-table--cell--Overflow);
|
|
357
339
|
font-size: var(--pf-v5-c-table--cell--FontSize);
|
|
358
340
|
font-weight: var(--pf-v5-c-table--cell--FontWeight);
|
|
341
|
+
line-height: var(--pf-v5-c-table--cell--LineHeight);
|
|
359
342
|
color: var(--pf-v5-c-table--cell--Color);
|
|
360
343
|
text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
|
|
361
344
|
word-break: var(--pf-v5-c-table--cell--WordBreak);
|
|
362
345
|
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
|
363
346
|
}
|
|
364
347
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:first-child {
|
|
365
|
-
--pf-v5-c-table--cell--
|
|
348
|
+
padding-inline-start: calc(var(--pf-v5-c-table--cell--first-last-child--PaddingInline) + var(--pf-v5-c-table--cell--PaddingLeft));
|
|
366
349
|
}
|
|
367
350
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
|
|
368
|
-
--pf-v5-c-table--cell--
|
|
351
|
+
padding-inline-end: calc(var(--pf-v5-c-table--cell--first-last-child--PaddingInline) + var(--pf-v5-c-table--cell--PaddingRight));
|
|
369
352
|
}
|
|
370
353
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-center {
|
|
371
354
|
text-align: center;
|
|
@@ -386,10 +369,7 @@
|
|
|
386
369
|
}
|
|
387
370
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before, .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
|
|
388
371
|
position: absolute;
|
|
389
|
-
inset
|
|
390
|
-
inset-block-end: 0;
|
|
391
|
-
inset-inline-start: 0;
|
|
392
|
-
inset-inline-end: 0;
|
|
372
|
+
inset: 0;
|
|
393
373
|
pointer-events: none;
|
|
394
374
|
content: "";
|
|
395
375
|
}
|
|
@@ -411,35 +391,32 @@
|
|
|
411
391
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
|
|
412
392
|
--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__thead--cell--FontSize);
|
|
413
393
|
--pf-v5-c-table--cell--FontWeight: var(--pf-v5-c-table__thead--cell--FontWeight);
|
|
414
|
-
vertical-align:
|
|
394
|
+
vertical-align: baseline;
|
|
415
395
|
}
|
|
416
396
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header button:where(.pf-v5-c-button) {
|
|
417
397
|
outline-offset: var(--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset);
|
|
418
398
|
}
|
|
419
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header th:where(.pf-v5-c-table__th),
|
|
420
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header td:where(.pf-v5-c-table__td),
|
|
421
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header input:where(.pf-v5-c-check__input) {
|
|
422
|
-
vertical-align: middle;
|
|
423
|
-
}
|
|
424
|
-
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header .pf-v5-c-table__check label {
|
|
425
|
-
display: flex;
|
|
426
|
-
align-items: center;
|
|
427
|
-
}
|
|
428
399
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) th:where(.pf-v5-c-table__th):not([rowspan]),
|
|
429
400
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead).pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:first-child) td:where(.pf-v5-c-table__td):not([rowspan]) {
|
|
430
401
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop);
|
|
431
402
|
}
|
|
432
403
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__subhead {
|
|
404
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__subhead--PaddingLeft);
|
|
405
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__subhead--PaddingRight);
|
|
433
406
|
--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__subhead--Color);
|
|
434
407
|
color: var(--pf-v5-c-table__subhead--Color);
|
|
435
408
|
}
|
|
409
|
+
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__subhead .pf-v5-c-table__button {
|
|
410
|
+
margin-inline-start: 0;
|
|
411
|
+
}
|
|
436
412
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) {
|
|
437
413
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__tbody--cell--PaddingTop);
|
|
438
414
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__tbody--cell--PaddingBottom);
|
|
415
|
+
vertical-align: top;
|
|
416
|
+
--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table__tbody--cell--FontSize);
|
|
439
417
|
}
|
|
440
418
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > * {
|
|
441
419
|
overflow-wrap: break-word;
|
|
442
|
-
vertical-align: baseline;
|
|
443
420
|
}
|
|
444
421
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
|
|
445
422
|
position: absolute;
|
|
@@ -450,16 +427,9 @@
|
|
|
450
427
|
background-color: transparent;
|
|
451
428
|
border-inline-start: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
|
|
452
429
|
}
|
|
453
|
-
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__check input:where(.pf-v5-c-check__input) {
|
|
454
|
-
margin-block-start: var(--pf-v5-c-table__check--input--MarginTop);
|
|
455
|
-
vertical-align: top;
|
|
456
|
-
}
|
|
457
430
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v5-c-table__control-row) {
|
|
458
431
|
border-block-end-width: 0;
|
|
459
432
|
}
|
|
460
|
-
.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 {
|
|
461
|
-
padding: 0;
|
|
462
|
-
}
|
|
463
433
|
.pf-v5-c-table .pf-v5-c-table__sort {
|
|
464
434
|
min-width: var(--pf-v5-c-table__sort--MinWidth);
|
|
465
435
|
}
|
|
@@ -518,18 +488,9 @@
|
|
|
518
488
|
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
519
489
|
border-block-end-color: transparent;
|
|
520
490
|
}
|
|
521
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) {
|
|
522
|
-
position: relative;
|
|
523
|
-
}
|
|
524
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr)::before {
|
|
525
|
-
position: absolute;
|
|
526
|
-
inset: 0;
|
|
527
|
-
content: "";
|
|
528
|
-
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
529
|
-
border-radius: var(--pf-v5-c-table__tr--m-clickable--BorderRadius);
|
|
530
|
-
}
|
|
531
491
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
|
532
492
|
cursor: pointer;
|
|
493
|
+
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
533
494
|
outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
|
|
534
495
|
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
|
535
496
|
}
|
|
@@ -605,9 +566,10 @@
|
|
|
605
566
|
position: relative;
|
|
606
567
|
display: block;
|
|
607
568
|
width: var(--pf-v5-c-table--cell--Width);
|
|
608
|
-
min-width: var(--pf-v5-c-table--
|
|
569
|
+
min-width: var(--pf-v5-c-table--text--MinWidth);
|
|
609
570
|
max-width: var(--pf-v5-c-table--cell--MaxWidth);
|
|
610
571
|
overflow: var(--pf-v5-c-table--cell--Overflow);
|
|
572
|
+
line-height: var(--pf-v5-c-table--cell--LineHeight);
|
|
611
573
|
text-overflow: var(--pf-v5-c-table--cell--TextOverflow);
|
|
612
574
|
word-break: var(--pf-v5-c-table--cell--WordBreak);
|
|
613
575
|
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
|
@@ -623,11 +585,12 @@
|
|
|
623
585
|
|
|
624
586
|
.pf-v5-c-table__button {
|
|
625
587
|
position: static;
|
|
626
|
-
width:
|
|
627
|
-
padding-block-start: var(--pf-v5-c-
|
|
628
|
-
padding-block-end: var(--pf-v5-c-
|
|
629
|
-
padding-inline-start: var(--pf-v5-c-
|
|
630
|
-
padding-inline-end: var(--pf-v5-c-
|
|
588
|
+
width: auto;
|
|
589
|
+
padding-block-start: var(--pf-v5-c-table__button--PaddingTop);
|
|
590
|
+
padding-block-end: var(--pf-v5-c-table__button--PaddingBottom);
|
|
591
|
+
padding-inline-start: var(--pf-v5-c-table__button--PaddingLeft);
|
|
592
|
+
padding-inline-end: var(--pf-v5-c-table__button--PaddingRight);
|
|
593
|
+
margin-inline-start: calc(var(--pf-v5-c-table__button--PaddingLeft) * -1);
|
|
631
594
|
font-size: inherit;
|
|
632
595
|
font-weight: inherit;
|
|
633
596
|
color: var(--pf-v5-c-table__button--Color);
|
|
@@ -636,6 +599,10 @@
|
|
|
636
599
|
user-select: text;
|
|
637
600
|
background-color: var(--pf-v5-c-table__button--BackgroundColor);
|
|
638
601
|
border: 0;
|
|
602
|
+
border-radius: var(--pf-v5-c-table__button--BorderRadius);
|
|
603
|
+
}
|
|
604
|
+
.pf-v5-c-table .pf-v5-c-table .pf-v5-c-table__button {
|
|
605
|
+
margin-block-end: 0;
|
|
639
606
|
}
|
|
640
607
|
.pf-v5-c-table__button::before {
|
|
641
608
|
position: absolute;
|
|
@@ -665,15 +632,11 @@
|
|
|
665
632
|
white-space: var(--pf-v5-c-table--cell--WhiteSpace);
|
|
666
633
|
}
|
|
667
634
|
|
|
668
|
-
.pf-v5-c-table__sort .pf-v5-c-table__text {
|
|
669
|
-
--pf-v5-c-table--cell--MinWidth: 0;
|
|
670
|
-
}
|
|
671
|
-
|
|
672
635
|
.pf-v5-c-table__button-content,
|
|
673
636
|
.pf-v5-c-table__column-help {
|
|
674
|
-
display: grid;
|
|
637
|
+
display: inline-grid;
|
|
675
638
|
grid-template-columns: auto max-content;
|
|
676
|
-
align-items:
|
|
639
|
+
align-items: baseline;
|
|
677
640
|
justify-content: start;
|
|
678
641
|
}
|
|
679
642
|
.pf-v5-c-table__button-content .pf-v5-c-table__text,
|
|
@@ -702,12 +665,6 @@
|
|
|
702
665
|
grid-template-columns: auto max-content;
|
|
703
666
|
}
|
|
704
667
|
|
|
705
|
-
.pf-v5-c-table .pf-v5-c-table__toggle,
|
|
706
|
-
.pf-v5-c-table .pf-v5-c-table__action,
|
|
707
|
-
.pf-v5-c-table .pf-v5-c-table__inline-edit-action {
|
|
708
|
-
--pf-v5-c-table--cell--PaddingBottom: 0;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
668
|
.pf-v5-c-table .pf-v5-c-table__check,
|
|
712
669
|
.pf-v5-c-table .pf-v5-c-table__toggle,
|
|
713
670
|
.pf-v5-c-table .pf-v5-c-table__action,
|
|
@@ -720,13 +677,10 @@
|
|
|
720
677
|
}
|
|
721
678
|
|
|
722
679
|
.pf-v5-c-table__toggle {
|
|
723
|
-
--pf-v5-c-table--cell--
|
|
724
|
-
--pf-v5-c-table--cell--
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
.pf-v5-c-table__toggle .pf-v5-c-button {
|
|
728
|
-
margin-block-start: var(--pf-v5-c-table__toggle--c-button--MarginTop);
|
|
729
|
-
margin-block-end: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
|
|
680
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__toggle--PaddingTop);
|
|
681
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__toggle--PaddingBottom);
|
|
682
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__toggle--PaddingLeft);
|
|
683
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__toggle--PaddingRight);
|
|
730
684
|
}
|
|
731
685
|
.pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon {
|
|
732
686
|
transform: rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
|
|
@@ -744,38 +698,34 @@
|
|
|
744
698
|
}
|
|
745
699
|
|
|
746
700
|
.pf-v5-c-table__check {
|
|
747
|
-
--pf-v5-c-table--cell--
|
|
701
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__check--PaddingLeft);
|
|
702
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__check--PaddingRight);
|
|
748
703
|
}
|
|
749
|
-
.pf-v5-c-table__check
|
|
750
|
-
|
|
751
|
-
|
|
704
|
+
.pf-v5-c-table__check .pf-v5-c-check.pf-m-standalone {
|
|
705
|
+
display: inline-flex;
|
|
706
|
+
}
|
|
707
|
+
thead .pf-v5-c-table__check .pf-v5-c-check.pf-m-standalone {
|
|
708
|
+
vertical-align: bottom;
|
|
709
|
+
}
|
|
710
|
+
tbody .pf-v5-c-table__check .pf-v5-c-check.pf-m-standalone {
|
|
711
|
+
vertical-align: top;
|
|
752
712
|
}
|
|
753
713
|
.pf-v5-c-table__check label {
|
|
754
|
-
display:
|
|
755
|
-
padding: inherit;
|
|
756
|
-
margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
|
|
757
|
-
margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
|
|
758
|
-
margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
|
|
759
|
-
margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
|
|
714
|
+
display: contents;
|
|
760
715
|
}
|
|
761
716
|
|
|
717
|
+
.pf-v5-c-table__favorite {
|
|
718
|
+
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__favorite--PaddingLeft);
|
|
719
|
+
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__favorite--PaddingRight);
|
|
720
|
+
}
|
|
762
721
|
.pf-v5-c-table__favorite .pf-v5-c-button {
|
|
763
|
-
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
|
|
764
722
|
--pf-v5-c-button--FontSize: var(--pf-v5-c-table__favorite--c-button--FontSize);
|
|
765
|
-
margin-block-start: var(--pf-v5-c-table__favorite--c-button--MarginTop);
|
|
766
|
-
margin-block-end: var(--pf-v5-c-table__favorite--c-button--MarginBottom);
|
|
767
|
-
margin-inline-start: var(--pf-v5-c-table__favorite--c-button--MarginLeft);
|
|
768
|
-
margin-inline-end: var(--pf-v5-c-table__favorite--c-button--MarginRight);
|
|
769
723
|
}
|
|
770
724
|
.pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button {
|
|
771
725
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color);
|
|
772
726
|
}
|
|
773
727
|
|
|
774
728
|
.pf-v5-c-table__draggable .pf-v5-c-button {
|
|
775
|
-
margin-block-start: var(--pf-v5-c-table__draggable--c-button--MarginTop);
|
|
776
|
-
margin-block-end: var(--pf-v5-c-table__draggable--c-button--MarginBottom);
|
|
777
|
-
margin-inline-start: var(--pf-v5-c-table__draggable--c-button--MarginLeft);
|
|
778
|
-
margin-inline-end: var(--pf-v5-c-table__draggable--c-button--MarginRight);
|
|
779
729
|
cursor: grab;
|
|
780
730
|
}
|
|
781
731
|
.pf-v5-c-table__draggable .pf-v5-c-button:active {
|
|
@@ -783,23 +733,14 @@
|
|
|
783
733
|
}
|
|
784
734
|
|
|
785
735
|
.pf-v5-c-table__action,
|
|
786
|
-
.pf-v5-c-table__inline-edit-action
|
|
787
|
-
|
|
788
|
-
--pf-v5-c-table--cell--
|
|
789
|
-
--pf-v5-c-table--cell--PaddingBottom:
|
|
790
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
|
|
791
|
-
padding-block-start: 0;
|
|
792
|
-
padding-block-end: 0;
|
|
793
|
-
vertical-align: middle;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
.pf-v5-c-table__action {
|
|
797
|
-
text-align: end;
|
|
736
|
+
.pf-v5-c-table__inline-edit-action,
|
|
737
|
+
.pf-v5-c-table__draggable {
|
|
738
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__action--PaddingTop);
|
|
739
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__action--PaddingBottom);
|
|
798
740
|
}
|
|
799
741
|
|
|
800
|
-
.pf-v5-c-
|
|
801
|
-
|
|
802
|
-
--pf-v5-c-table--cell--PaddingRight: 0;
|
|
742
|
+
.pf-v5-c-table__action:last-child,
|
|
743
|
+
.pf-v5-c-table__inline-edit-action:last-child {
|
|
803
744
|
text-align: end;
|
|
804
745
|
}
|
|
805
746
|
|
|
@@ -809,12 +750,16 @@
|
|
|
809
750
|
--pf-v5-c-table__button--focus--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--focus--Color);
|
|
810
751
|
--pf-v5-c-table__button--active--Color: var(--pf-v5-c-table__compound-expansion-toggle__button--active--Color);
|
|
811
752
|
position: relative;
|
|
753
|
+
padding: 0;
|
|
812
754
|
}
|
|
813
755
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-truncate {
|
|
814
756
|
overflow: visible;
|
|
815
757
|
}
|
|
816
758
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button {
|
|
759
|
+
position: static;
|
|
817
760
|
min-width: 100%;
|
|
761
|
+
padding: 0;
|
|
762
|
+
margin: 0;
|
|
818
763
|
overflow: hidden;
|
|
819
764
|
}
|
|
820
765
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:hover, .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:focus, .pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button:active {
|
|
@@ -823,7 +768,7 @@
|
|
|
823
768
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before,
|
|
824
769
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
|
825
770
|
position: absolute;
|
|
826
|
-
inset
|
|
771
|
+
inset: 0;
|
|
827
772
|
content: "";
|
|
828
773
|
border-style: solid;
|
|
829
774
|
border-width: 0;
|
|
@@ -848,10 +793,6 @@
|
|
|
848
793
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
849
794
|
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base);
|
|
850
795
|
}
|
|
851
|
-
.pf-v5-c-table__compound-expansion-toggle:first-child {
|
|
852
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--Left: 0;
|
|
853
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0;
|
|
854
|
-
}
|
|
855
796
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded .pf-v5-c-table__button::before {
|
|
856
797
|
border-block-end: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
857
798
|
}
|
|
@@ -870,28 +811,8 @@
|
|
|
870
811
|
|
|
871
812
|
.pf-v5-c-table__column-help-action {
|
|
872
813
|
margin-inline-start: var(--pf-v5-c-table__column-help--MarginLeft);
|
|
873
|
-
transform: translateY(var(--pf-v5-c-table__column-help--TranslateY));
|
|
874
|
-
}
|
|
875
|
-
.pf-v5-c-table__column-help-action .pf-v5-c-button {
|
|
876
|
-
--pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);
|
|
877
|
-
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-table__column-help--c-button--PaddingLeft);
|
|
878
|
-
margin-block-start: var(--pf-v5-c-table__column-help--c-button--MarginTop);
|
|
879
|
-
margin-block-end: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
|
|
880
|
-
font-size: inherit;
|
|
881
|
-
line-height: 1;
|
|
882
814
|
}
|
|
883
815
|
|
|
884
|
-
.pf-v5-c-table__sort .pf-v5-c-table__button {
|
|
885
|
-
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table__sort__button--PaddingTop);
|
|
886
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__sort__button--PaddingRight);
|
|
887
|
-
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__sort__button--PaddingBottom);
|
|
888
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);
|
|
889
|
-
display: flex;
|
|
890
|
-
width: auto;
|
|
891
|
-
margin-block-start: var(--pf-v5-c-table__sort__button--MarginTop);
|
|
892
|
-
margin-block-end: var(--pf-v5-c-table__sort__button--MarginBottom);
|
|
893
|
-
margin-inline-start: var(--pf-v5-c-table__sort__button--MarginLeft);
|
|
894
|
-
}
|
|
895
816
|
.pf-v5-c-table__sort .pf-v5-c-table__button:hover {
|
|
896
817
|
--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
|
|
897
818
|
--pf-v5-c-table__sort__button__text--Color: var(--pf-v5-c-table__sort__button--hover__text--Color);
|
|
@@ -927,12 +848,11 @@
|
|
|
927
848
|
grid-column: 2;
|
|
928
849
|
margin-inline-start: var(--pf-v5-c-table__sort-indicator--MarginLeft);
|
|
929
850
|
color: var(--pf-v5-c-table__sort-indicator--Color);
|
|
851
|
+
color: var(--pf-v5-c-table__sort-indicator--FontSize);
|
|
930
852
|
pointer-events: none;
|
|
931
853
|
}
|
|
932
854
|
|
|
933
855
|
.pf-v5-c-table__expandable-row {
|
|
934
|
-
--pf-v5-c-table--cell--PaddingTop: 0;
|
|
935
|
-
--pf-v5-c-table--cell--PaddingBottom: 0;
|
|
936
856
|
position: relative;
|
|
937
857
|
border-block-end: 0 solid transparent;
|
|
938
858
|
box-shadow: 0 0 0 0 transparent;
|
|
@@ -941,6 +861,10 @@
|
|
|
941
861
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td):first-child::after {
|
|
942
862
|
transition: var(--pf-v5-c-table__expandable-row--Transition);
|
|
943
863
|
}
|
|
864
|
+
.pf-v5-c-table__expandable-row > td,
|
|
865
|
+
.pf-v5-c-table__expandable-row > th {
|
|
866
|
+
padding-top: 0;
|
|
867
|
+
}
|
|
944
868
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,
|
|
945
869
|
.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding {
|
|
946
870
|
padding-block-start: 0;
|
|
@@ -964,64 +888,35 @@
|
|
|
964
888
|
.pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
|
965
889
|
display: none;
|
|
966
890
|
}
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--nested--first-last-child--PaddingLeft);
|
|
970
|
-
}
|
|
971
|
-
.pf-v5-c-table .pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *:last-child {
|
|
972
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--nested--first-last-child--PaddingRight);
|
|
891
|
+
.pf-v5-c-table__expandable-row tr:last-child {
|
|
892
|
+
border-block-end: 0;
|
|
973
893
|
}
|
|
974
894
|
|
|
975
895
|
.pf-v5-c-table.pf-m-compact {
|
|
976
|
-
--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table--m-compact--FontSize);
|
|
977
896
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);
|
|
978
897
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);
|
|
979
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--PaddingLeft);
|
|
980
|
-
}
|
|
981
|
-
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr) {
|
|
982
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--PaddingLeft);
|
|
983
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--PaddingRight);
|
|
984
898
|
}
|
|
985
899
|
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
|
|
986
|
-
--pf-v5-c-table--cell--FontSize: var(--pf-v5-c-table--m-compact--FontSize);
|
|
987
900
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact--cell--PaddingTop);
|
|
988
901
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact--cell--PaddingBottom);
|
|
989
902
|
}
|
|
990
|
-
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:first-child {
|
|
991
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
|
992
|
-
}
|
|
993
|
-
.pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) > *:last-child {
|
|
994
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
995
|
-
}
|
|
996
903
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) th:where(.pf-v5-c-table__th),
|
|
997
904
|
.pf-v5-c-table.pf-m-compact thead:where(.pf-v5-c-table__thead) .pf-v5-c-table__toggle {
|
|
998
905
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__th--PaddingTop);
|
|
999
906
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__th--PaddingBottom);
|
|
1000
907
|
}
|
|
1001
|
-
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__toggle--PaddingTop);
|
|
1008
|
-
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__toggle--PaddingBottom);
|
|
908
|
+
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__action,
|
|
909
|
+
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__favorite,
|
|
910
|
+
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__toggle,
|
|
911
|
+
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__draggable {
|
|
912
|
+
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--m-compact__action--PaddingTop);
|
|
913
|
+
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--m-compact__action--PaddingBottom);
|
|
1009
914
|
}
|
|
1010
915
|
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__icon {
|
|
1011
916
|
width: auto;
|
|
1012
917
|
min-width: 0;
|
|
1013
918
|
text-align: center;
|
|
1014
919
|
}
|
|
1015
|
-
.pf-v5-c-table .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr) > *:first-child {
|
|
1016
|
-
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table--nested--first-last-child--PaddingLeft);
|
|
1017
|
-
}
|
|
1018
|
-
.pf-v5-c-table .pf-v5-c-table.pf-m-compact tr:where(.pf-v5-c-table__tr) > *:last-child {
|
|
1019
|
-
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--nested--first-last-child--PaddingRight);
|
|
1020
|
-
}
|
|
1021
|
-
.pf-v5-c-table.pf-m-compact .pf-v5-c-table__expandable-row-content {
|
|
1022
|
-
--pf-v5-c-table__expandable-row-content--PaddingTop: var(--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop);
|
|
1023
|
-
--pf-v5-c-table__expandable-row-content--PaddingBottom: var(--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom);
|
|
1024
|
-
}
|
|
1025
920
|
|
|
1026
921
|
.pf-v5-c-table__icon-inline {
|
|
1027
922
|
display: flex;
|