@patternfly/patternfly 6.0.0-alpha.3 → 6.0.0-alpha.30
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/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/PF-Backdrop.svg +1 -0
- package/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/assets/images/PF-IconLogo.svg +17 -0
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- 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/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +29 -4
- package/base/_globals.scss +5 -9
- package/base/_variables.scss +8 -6
- package/base/patternfly-common.css +24 -6
- package/base/patternfly-globals.css +5 -5
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +886 -771
- package/base/tokens/_tokens-dark.scss +322 -265
- package/base/tokens/_tokens-default.scss +426 -306
- package/base/tokens/_tokens-font.scss +59 -35
- package/base/tokens/_tokens-palette.scss +69 -71
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/AboutModalBox/about-modal-box.css +80 -108
- package/components/AboutModalBox/about-modal-box.scss +64 -78
- package/components/Accordion/accordion.css +96 -175
- package/components/Accordion/accordion.scss +106 -193
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +27 -20
- package/components/Alert/alert-group.scss +27 -20
- package/components/Alert/alert.css +74 -95
- package/components/Alert/alert.scss +76 -89
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +17 -15
- package/components/BackToTop/back-to-top.scss +14 -13
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +25 -17
- package/components/Badge/badge.scss +27 -19
- package/components/Banner/banner.css +91 -69
- package/components/Banner/banner.scss +95 -34
- package/components/Breadcrumb/breadcrumb.css +28 -19
- package/components/Breadcrumb/breadcrumb.scss +26 -19
- package/components/Button/button.css +35 -23
- package/components/Button/button.scss +36 -26
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- package/components/Check/check.css +12 -10
- package/components/Check/check.scss +17 -12
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +100 -97
- package/components/Content/content.scss +101 -98
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -62
- package/components/Drawer/drawer.scss +94 -44
- package/components/Dropdown/dropdown.css +76 -69
- package/components/Dropdown/dropdown.scss +67 -62
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +75 -59
- package/components/ExpandableSection/expandable-section.scss +81 -72
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +37 -27
- package/components/Hint/hint.scss +37 -30
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +9 -9
- package/components/InlineEdit/inline-edit.scss +9 -9
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +25 -25
- package/components/List/list.scss +26 -26
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +104 -122
- package/components/Login/login.scss +92 -91
- package/components/Masthead/masthead.css +68 -125
- package/components/Masthead/masthead.scss +123 -153
- package/components/Menu/menu.css +82 -65
- package/components/Menu/menu.scss +85 -69
- package/components/MenuToggle/menu-toggle.css +89 -100
- package/components/MenuToggle/menu-toggle.scss +92 -112
- package/components/ModalBox/modal-box.css +76 -69
- package/components/ModalBox/modal-box.scss +74 -70
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +162 -133
- package/components/Nav/nav.scss +162 -135
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +232 -271
- package/components/Page/page.scss +180 -231
- package/components/Pagination/pagination.css +27 -17
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +110 -87
- package/components/Popover/popover.scss +120 -109
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +16 -13
- package/components/Radio/radio.scss +20 -14
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +9 -6
- package/components/SkipToContent/skip-to-content.scss +8 -6
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +10 -6
- package/components/Switch/switch.scss +11 -7
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +264 -203
- package/components/Table/table-grid.scss +61 -47
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +176 -159
- package/components/Table/table.scss +177 -165
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/Title/title.css +70 -19
- package/components/Title/title.scss +90 -20
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +57 -44
- package/components/Toolbar/toolbar.scss +45 -26
- package/components/Tooltip/tooltip.css +76 -44
- package/components/Tooltip/tooltip.scss +93 -77
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +614 -416
- package/docs/components/Alert/examples/Alert.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 +75 -32
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +125 -17
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -24
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +250 -160
- package/docs/components/Login/examples/Login.md +5 -0
- package/docs/components/Masthead/examples/masthead.md +7 -54
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +594 -543
- package/docs/components/MenuToggle/examples/MenuToggle.md +151 -138
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +3 -25
- package/docs/components/Nav/examples/Navigation.md +239 -113
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Page/examples/Page.css +0 -8
- package/docs/components/Page/examples/Page.md +22 -21
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Popover/examples/Popover.md +1 -1
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Title/examples/Title.md +18 -0
- package/docs/components/Toolbar/examples/Toolbar.md +570 -2803
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +85 -10
- package/docs/demos/Alert/examples/Alert.md +249 -24
- package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
- package/docs/demos/Banner/examples/Banner.md +168 -16
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +28 -12
- package/docs/demos/CardView/examples/CardView.md +139 -79
- package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
- package/docs/demos/Dashboard/examples/Dashboard.md +86 -11
- package/docs/demos/DataList/examples/DataList.md +524 -354
- package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
- package/docs/demos/Drawer/examples/Drawer.md +415 -40
- package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
- package/docs/demos/Masthead/examples/Masthead.md +793 -277
- package/docs/demos/Modal/examples/Modal.md +498 -48
- package/docs/demos/Nav/examples/Nav.md +664 -64
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +420 -40
- package/docs/demos/Page/examples/Page.md +747 -72
- package/docs/demos/Page/examples/Penta.md +746 -0
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -1
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +824 -451
- package/docs/demos/Skeleton/examples/Skeleton.md +90 -43
- package/docs/demos/Table/examples/Table.md +2313 -1887
- package/docs/demos/Tabs/examples/Tabs.md +528 -71
- package/docs/demos/Toolbar/examples/Toolbar.css +15 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +870 -1044
- package/docs/demos/Wizard/examples/Wizard.md +747 -72
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +921 -784
- package/patternfly-base-no-globals.css +921 -784
- package/patternfly-base-theme-dark-unversioned.css +926 -789
- package/patternfly-base.css +926 -789
- package/patternfly-no-globals.css +4816 -4221
- package/patternfly-theme-dark-unversioned.css +4821 -4226
- package/patternfly.css +4821 -4226
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- 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/Hint/themes/dark/hint.scss +0 -8
- package/components/Login/themes/dark/login.scss +0 -12
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/ModalBox/themes/dark/modal-box.scss +0 -7
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/components/Page/themes/dark/page.scss +0 -69
- package/components/Popover/themes/dark/popover.scss +0 -11
- package/components/Tooltip/themes/dark/tooltip.scss +0 -8
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -60,26 +60,26 @@
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.pf-v5-c-table {
|
|
63
|
-
--pf-v5-c-table--BackgroundColor: var(--pf-
|
|
64
|
-
--pf-v5-c-table--BorderColor: var(--pf-
|
|
65
|
-
--pf-v5-c-table--border-width--base: var(--pf-
|
|
66
|
-
--pf-v5-c-table__caption--FontSize: var(--pf-
|
|
67
|
-
--pf-v5-c-table__caption--Color: var(--pf-
|
|
63
|
+
--pf-v5-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
64
|
+
--pf-v5-c-table--BorderColor: var(--pf-t--global--border--color--default);
|
|
65
|
+
--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--default);
|
|
67
|
+
--pf-v5-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
|
|
68
68
|
--pf-v5-c-table__caption--PaddingTop: var(--pf-v5-global--spacer--md);
|
|
69
69
|
--pf-v5-c-table__caption--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
70
70
|
--pf-v5-c-table__caption--PaddingBottom: var(--pf-v5-global--spacer--md);
|
|
71
71
|
--pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
72
72
|
--pf-v5-c-table__caption--xl--PaddingRight: var(--pf-v5-global--spacer--md);
|
|
73
73
|
--pf-v5-c-table__caption--xl--PaddingLeft: var(--pf-v5-global--spacer--md);
|
|
74
|
-
--pf-v5-c-table__thead--cell--FontSize: var(--pf-
|
|
75
|
-
--pf-v5-c-table__thead--cell--FontWeight: var(--pf-
|
|
76
|
-
--pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-
|
|
77
|
-
--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-
|
|
74
|
+
--pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
|
75
|
+
--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-t--global--spacer--md);
|
|
77
|
+
--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
78
78
|
--pf-v5-c-table__tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
|
|
79
79
|
--pf-v5-c-table--cell--Padding--base: var(--pf-v5-global--spacer--md);
|
|
80
|
-
--pf-v5-c-table--cell--FontSize: var(--pf-
|
|
81
|
-
--pf-v5-c-table--cell--FontWeight: var(--pf-
|
|
82
|
-
--pf-v5-c-table--cell--Color: var(--pf-
|
|
80
|
+
--pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
|
81
|
+
--pf-v5-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
|
|
82
|
+
--pf-v5-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
|
83
83
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
|
|
84
84
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--Padding--base);
|
|
85
85
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
--pf-v5-c-table--cell--TextOverflow: clip;
|
|
97
97
|
--pf-v5-c-table--cell--WhiteSpace: normal;
|
|
98
98
|
--pf-v5-c-table--cell--WordBreak: normal;
|
|
99
|
-
--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-
|
|
100
|
-
--pf-v5-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-
|
|
101
|
-
--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-
|
|
102
|
-
--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-
|
|
99
|
+
--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-t--global--border--width--divider--default);
|
|
100
|
+
--pf-v5-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-t--global--border--color--default);
|
|
101
|
+
--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-t--global--border--width--divider--default);
|
|
102
|
+
--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-t--global--border--color--default);
|
|
103
103
|
--pf-v5-c-table--cell--m-help--MinWidth: 11ch;
|
|
104
104
|
--pf-v5-c-table--m-truncate--cell--MaxWidth: 1px;
|
|
105
105
|
--pf-v5-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft));
|
|
@@ -110,33 +110,34 @@
|
|
|
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
112
|
--pf-v5-c-table__button--BackgroundColor: transparent;
|
|
113
|
-
--pf-v5-c-table__button--Color: var(--pf-
|
|
114
|
-
--pf-v5-c-table__button--hover--Color: var(--pf-
|
|
115
|
-
--pf-v5-c-table__button--focus--Color: var(--pf-
|
|
116
|
-
--pf-v5-c-table__button--active--Color: var(--pf-
|
|
113
|
+
--pf-v5-c-table__button--Color: var(--pf-t--global--text--color--regular);
|
|
114
|
+
--pf-v5-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
115
|
+
--pf-v5-c-table__button--focus--Color: var(--pf-t--global--text--color--regular);
|
|
116
|
+
--pf-v5-c-table__button--active--Color: var(--pf-t--global--text--color--regular);
|
|
117
117
|
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-v5-global--BorderWidth--lg) * -1);
|
|
118
118
|
--pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
|
|
119
119
|
--pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
|
|
120
|
-
--pf-v5-c-table__check--input--MarginTop: 0.
|
|
121
|
-
--pf-v5-c-
|
|
122
|
-
--pf-v5-c-
|
|
123
|
-
--pf-v5-c-
|
|
124
|
-
--pf-v5-c-table__favorite--c-button--
|
|
120
|
+
--pf-v5-c-table__check--input--MarginTop: 0.1875rem;
|
|
121
|
+
--pf-v5-c-table__thead__check--input--TranslateY: var(--pf-v5-c-table__check--input--MarginTop);
|
|
122
|
+
--pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body--default);
|
|
123
|
+
--pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
|
124
|
+
--pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
|
|
125
|
+
--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
|
125
126
|
--pf-v5-c-table__favorite--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
126
127
|
--pf-v5-c-table__favorite--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
127
128
|
--pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
128
129
|
--pf-v5-c-table__favorite--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
129
130
|
--pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-v5-global--palette--gold-400);
|
|
130
|
-
--pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-
|
|
131
|
-
--pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-
|
|
132
|
-
--pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-
|
|
133
|
-
--pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-
|
|
131
|
+
--pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
|
|
132
|
+
--pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
|
|
133
|
+
--pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
|
|
134
|
+
--pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
|
|
134
135
|
--pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
135
136
|
--pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
136
137
|
--pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
137
138
|
--pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
138
139
|
--pf-v5-c-table__tr--m-ghost-row--Opacity: .4;
|
|
139
|
-
--pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-
|
|
140
|
+
--pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
140
141
|
--pf-v5-c-table__action--PaddingTop: 0;
|
|
141
142
|
--pf-v5-c-table__action--PaddingRight: 0;
|
|
142
143
|
--pf-v5-c-table__action--PaddingBottom: 0;
|
|
@@ -154,7 +155,7 @@
|
|
|
154
155
|
--pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);
|
|
155
156
|
--pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
|
|
156
157
|
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
|
157
|
-
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-
|
|
158
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--active);
|
|
158
159
|
--pf-v5-c-table__icon-inline--MarginRight: var(--pf-v5-global--spacer--sm);
|
|
159
160
|
--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
161
|
--pf-v5-c-table__sort__button--PaddingTop: var(--pf-v5-global--spacer--form-element);
|
|
@@ -164,19 +165,19 @@
|
|
|
164
165
|
--pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);
|
|
165
166
|
--pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);
|
|
166
167
|
--pf-v5-c-table__sort__button--MarginLeft: calc(var(--pf-v5-c-table__sort__button--PaddingLeft) * -1);
|
|
167
|
-
--pf-v5-c-table__sort__button--Color: var(--pf-
|
|
168
|
-
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-
|
|
168
|
+
--pf-v5-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
|
|
169
|
+
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--active);
|
|
169
170
|
--pf-v5-c-table__sort--m-help--MinWidth: 15ch;
|
|
170
171
|
--pf-v5-c-table__sort__button__text--Color: currentcolor;
|
|
171
172
|
--pf-v5-c-table__sort__button--hover__text--Color: currentcolor;
|
|
172
173
|
--pf-v5-c-table__sort__button--focus__text--Color: currentcolor;
|
|
173
174
|
--pf-v5-c-table__sort__button--active__text--Color: currentcolor;
|
|
174
|
-
--pf-v5-c-table__sort-indicator--Color: var(--pf-
|
|
175
|
+
--pf-v5-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
|
175
176
|
--pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-v5-global--spacer--md);
|
|
176
|
-
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-
|
|
177
|
-
--pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-
|
|
178
|
-
--pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-
|
|
179
|
-
--pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-
|
|
177
|
+
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--active);
|
|
178
|
+
--pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
179
|
+
--pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
180
|
+
--pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
180
181
|
--pf-v5-c-table__th--m-help--MinWidth: 11ch;
|
|
181
182
|
--pf-v5-c-table__column-help--MarginLeft: var(--pf-v5-global--spacer--xs);
|
|
182
183
|
--pf-v5-c-table__column-help--TranslateY: 0.125rem;
|
|
@@ -184,18 +185,18 @@
|
|
|
184
185
|
--pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
185
186
|
--pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-v5-global--spacer--sm);
|
|
186
187
|
--pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
|
187
|
-
--pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-
|
|
188
|
-
--pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-
|
|
189
|
-
--pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-
|
|
190
|
-
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-
|
|
191
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-
|
|
192
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-
|
|
188
|
+
--pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
|
189
|
+
--pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
190
|
+
--pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
191
|
+
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--active);
|
|
192
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
|
|
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
198
|
--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
|
|
198
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-
|
|
199
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--active);
|
|
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);
|
|
@@ -209,60 +210,60 @@
|
|
|
209
210
|
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
|
|
210
211
|
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
211
212
|
--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-
|
|
213
|
+
--pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body--default);
|
|
213
214
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
|
|
214
215
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
215
216
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
|
216
217
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
217
218
|
--pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
|
218
219
|
--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-
|
|
220
|
+
--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
220
221
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
221
222
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
222
223
|
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
|
223
224
|
--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-
|
|
225
|
-
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-
|
|
226
|
-
--pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-
|
|
227
|
-
--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-
|
|
228
|
-
--pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-
|
|
229
|
-
--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-
|
|
230
|
-
--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-
|
|
225
|
+
--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
|
+
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
227
|
+
--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
|
+
--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
229
|
+
--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--selected);
|
|
231
|
+
--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
232
|
--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-
|
|
233
|
-
--pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-
|
|
234
|
-
--pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-
|
|
233
|
+
--pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
234
|
+
--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
|
+
--pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
235
236
|
--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
|
236
237
|
--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-
|
|
238
|
-
--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-
|
|
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-
|
|
238
|
+
--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
239
|
+
--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
|
+
--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
241
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
241
242
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow: none;
|
|
242
243
|
--pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
|
243
244
|
--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-
|
|
245
|
-
--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-
|
|
246
|
-
--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-
|
|
247
|
-
--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-
|
|
248
|
-
--pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-
|
|
249
|
-
--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-
|
|
250
|
-
--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-
|
|
251
|
-
--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-
|
|
252
|
-
--pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-
|
|
245
|
+
--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
|
+
--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
247
|
+
--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
|
+
--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
249
|
+
--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
|
+
--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--active);
|
|
252
|
+
--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
|
+
--pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
253
254
|
--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-
|
|
255
|
+
--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
256
|
--pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
256
257
|
--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-
|
|
258
|
-
--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-
|
|
259
|
-
--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-
|
|
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-
|
|
258
|
+
--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--active);
|
|
259
|
+
--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
260
|
+
--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
|
+
--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
262
|
--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
262
263
|
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-v5-global--spacer--xs);
|
|
263
264
|
--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-
|
|
265
|
-
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-
|
|
265
|
+
--pf-v5-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
266
|
+
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
266
267
|
--pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
|
267
268
|
color: var(--pf-v5-global--Color--100);
|
|
268
269
|
width: 100%;
|
|
@@ -289,27 +290,27 @@
|
|
|
289
290
|
position: relative;
|
|
290
291
|
}
|
|
291
292
|
.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) {
|
|
292
|
-
border-
|
|
293
|
+
border-block-end: 0;
|
|
293
294
|
}
|
|
294
295
|
.pf-v5-c-table.pf-m-sticky-header thead:where(.pf-v5-c-table__thead) tr:where(.pf-v5-c-table__tr) > * {
|
|
295
296
|
z-index: var(--pf-v5-c-table--m-sticky-header--cell--ZIndex);
|
|
296
297
|
}
|
|
297
298
|
.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) > * {
|
|
298
299
|
position: sticky;
|
|
299
|
-
|
|
300
|
+
inset-block-start: 0;
|
|
300
301
|
background: var(--pf-v5-c-table--BackgroundColor);
|
|
301
302
|
}
|
|
302
303
|
.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) > *::after {
|
|
303
304
|
position: absolute;
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
305
|
+
inset-block-end: 0;
|
|
306
|
+
inset-inline-start: 0;
|
|
307
|
+
inset-inline-end: 0;
|
|
307
308
|
content: "";
|
|
308
|
-
border-
|
|
309
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
309
310
|
}
|
|
310
311
|
.pf-v5-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
|
|
311
312
|
position: sticky;
|
|
312
|
-
|
|
313
|
+
inset-block-start: 0;
|
|
313
314
|
z-index: var(--pf-v5-global--ZIndex--xs);
|
|
314
315
|
background: var(--pf-v5-c-table--BackgroundColor);
|
|
315
316
|
}
|
|
@@ -322,7 +323,7 @@
|
|
|
322
323
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom);
|
|
323
324
|
}
|
|
324
325
|
.pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) {
|
|
325
|
-
border-
|
|
326
|
+
border-block-end: 0;
|
|
326
327
|
}
|
|
327
328
|
.pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) th:where(.pf-v5-c-table__th):not([rowspan]),
|
|
328
329
|
.pf-v5-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v5-c-table__tr):not(:last-child) td:where(.pf-v5-c-table__td):not([rowspan]) {
|
|
@@ -336,7 +337,7 @@
|
|
|
336
337
|
background: var(--pf-v5-c-table--m-striped__tr--BackgroundColor);
|
|
337
338
|
}
|
|
338
339
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row) {
|
|
339
|
-
border-
|
|
340
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
340
341
|
}
|
|
341
342
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr):not(.pf-v5-c-table__expandable-row).pf-m-ghost-row {
|
|
342
343
|
background-color: var(--pf-v5-c-table__tr--m-ghost-row--BackgroundColor);
|
|
@@ -348,7 +349,10 @@
|
|
|
348
349
|
width: var(--pf-v5-c-table--cell--Width);
|
|
349
350
|
min-width: var(--pf-v5-c-table--cell--MinWidth);
|
|
350
351
|
max-width: var(--pf-v5-c-table--cell--MaxWidth);
|
|
351
|
-
padding: var(--pf-v5-c-table--cell--PaddingTop)
|
|
352
|
+
padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
|
|
353
|
+
padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
|
|
354
|
+
padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
|
|
355
|
+
padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
|
|
352
356
|
overflow: var(--pf-v5-c-table--cell--Overflow);
|
|
353
357
|
font-size: var(--pf-v5-c-table--cell--FontSize);
|
|
354
358
|
font-weight: var(--pf-v5-c-table--cell--FontWeight);
|
|
@@ -382,26 +386,26 @@
|
|
|
382
386
|
}
|
|
383
387
|
.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 {
|
|
384
388
|
position: absolute;
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
+
inset-block-start: 0;
|
|
390
|
+
inset-block-end: 0;
|
|
391
|
+
inset-inline-start: 0;
|
|
392
|
+
inset-inline-end: 0;
|
|
389
393
|
pointer-events: none;
|
|
390
394
|
content: "";
|
|
391
395
|
}
|
|
392
396
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-right::before {
|
|
393
|
-
border-
|
|
397
|
+
border-inline-end: var(--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-v5-c-table--cell--m-border-right--before--BorderRightColor);
|
|
394
398
|
}
|
|
395
399
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > *.pf-m-border-left::before {
|
|
396
|
-
border-
|
|
400
|
+
border-inline-start: var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor);
|
|
397
401
|
}
|
|
398
402
|
.pf-v5-c-table caption:where(.pf-v5-c-table__caption) {
|
|
399
|
-
padding-
|
|
400
|
-
padding-
|
|
401
|
-
padding-
|
|
403
|
+
padding-block-start: var(--pf-v5-c-table__caption--PaddingTop);
|
|
404
|
+
padding-block-end: var(--pf-v5-c-table__caption--PaddingBottom);
|
|
405
|
+
padding-inline-start: var(--pf-v5-c-table__caption--PaddingLeft);
|
|
402
406
|
font-size: var(--pf-v5-c-table__caption--FontSize);
|
|
403
407
|
color: var(--pf-v5-c-table__caption--Color);
|
|
404
|
-
text-align:
|
|
408
|
+
text-align: start;
|
|
405
409
|
background-color: var(--pf-v5-c-table--BackgroundColor);
|
|
406
410
|
}
|
|
407
411
|
.pf-v5-c-table thead:where(.pf-v5-c-table__thead) {
|
|
@@ -439,19 +443,19 @@
|
|
|
439
443
|
}
|
|
440
444
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
|
|
441
445
|
position: absolute;
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
446
|
+
inset-block-start: var(--pf-v5-c-table__expandable-row--after--Top);
|
|
447
|
+
inset-block-end: var(--pf-v5-c-table__expandable-row--after--Bottom);
|
|
448
|
+
inset-inline-start: 0;
|
|
445
449
|
content: "";
|
|
446
450
|
background-color: transparent;
|
|
447
|
-
border-
|
|
451
|
+
border-inline-start: var(--pf-v5-c-table__expandable-row--after--BorderLeftWidth) solid var(--pf-v5-c-table__expandable-row--after--BorderColor);
|
|
448
452
|
}
|
|
449
453
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__check input:where(.pf-v5-c-check__input) {
|
|
450
|
-
margin-
|
|
454
|
+
margin-block-start: var(--pf-v5-c-table__check--input--MarginTop);
|
|
451
455
|
vertical-align: top;
|
|
452
456
|
}
|
|
453
457
|
.pf-v5-c-table tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > :first-child:not(.pf-v5-c-table__control-row) {
|
|
454
|
-
border-
|
|
458
|
+
border-block-end-width: 0;
|
|
455
459
|
}
|
|
456
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 {
|
|
457
461
|
padding: 0;
|
|
@@ -497,19 +501,22 @@
|
|
|
497
501
|
--pf-v5-c-table--cell--WhiteSpace: normal;
|
|
498
502
|
}
|
|
499
503
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) {
|
|
500
|
-
border-
|
|
504
|
+
border-block-end: 0;
|
|
501
505
|
}
|
|
502
506
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) > tr:where(.pf-v5-c-table__tr) > :first-child::after {
|
|
503
|
-
border-
|
|
507
|
+
border-inline-start: 0;
|
|
504
508
|
}
|
|
505
509
|
.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 {
|
|
506
510
|
display: none;
|
|
507
511
|
}
|
|
508
512
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody).pf-m-expanded > .pf-v5-c-table__control-row {
|
|
509
|
-
border-
|
|
513
|
+
border-block-end: var(--pf-v5-c-table--border-width--base) solid var(--pf-v5-c-table--BorderColor);
|
|
510
514
|
}
|
|
511
515
|
.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 {
|
|
512
|
-
border-
|
|
516
|
+
border-inline-start-width: 0;
|
|
517
|
+
}
|
|
518
|
+
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
519
|
+
border-block-end-color: transparent;
|
|
513
520
|
}
|
|
514
521
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
|
515
522
|
cursor: pointer;
|
|
@@ -517,21 +524,9 @@
|
|
|
517
524
|
outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
|
|
518
525
|
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
|
519
526
|
}
|
|
520
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover
|
|
521
|
-
box-shadow: var(--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow);
|
|
522
|
-
}
|
|
523
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover {
|
|
524
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--hover--BoxShadow);
|
|
527
|
+
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active {
|
|
525
528
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor);
|
|
526
529
|
}
|
|
527
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus {
|
|
528
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--focus--BoxShadow);
|
|
529
|
-
--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor);
|
|
530
|
-
}
|
|
531
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active {
|
|
532
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--active--BoxShadow);
|
|
533
|
-
--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--active--BackgroundColor);
|
|
534
|
-
}
|
|
535
530
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
|
|
536
531
|
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
|
|
537
532
|
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
|
|
@@ -620,11 +615,14 @@
|
|
|
620
615
|
.pf-v5-c-table__button {
|
|
621
616
|
position: static;
|
|
622
617
|
width: 100%;
|
|
623
|
-
padding: var(--pf-v5-c-table--cell--PaddingTop)
|
|
618
|
+
padding-block-start: var(--pf-v5-c-table--cell--PaddingTop);
|
|
619
|
+
padding-block-end: var(--pf-v5-c-table--cell--PaddingBottom);
|
|
620
|
+
padding-inline-start: var(--pf-v5-c-table--cell--PaddingLeft);
|
|
621
|
+
padding-inline-end: var(--pf-v5-c-table--cell--PaddingRight);
|
|
624
622
|
font-size: inherit;
|
|
625
623
|
font-weight: inherit;
|
|
626
624
|
color: var(--pf-v5-c-table__button--Color);
|
|
627
|
-
text-align:
|
|
625
|
+
text-align: start;
|
|
628
626
|
white-space: inherit;
|
|
629
627
|
user-select: text;
|
|
630
628
|
background-color: var(--pf-v5-c-table__button--BackgroundColor);
|
|
@@ -632,10 +630,10 @@
|
|
|
632
630
|
}
|
|
633
631
|
.pf-v5-c-table__button::before {
|
|
634
632
|
position: absolute;
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
633
|
+
inset-block-start: 0;
|
|
634
|
+
inset-block-end: 0;
|
|
635
|
+
inset-inline-start: 0;
|
|
636
|
+
inset-inline-end: 0;
|
|
639
637
|
cursor: pointer;
|
|
640
638
|
content: "";
|
|
641
639
|
}
|
|
@@ -718,8 +716,8 @@
|
|
|
718
716
|
vertical-align: top;
|
|
719
717
|
}
|
|
720
718
|
.pf-v5-c-table__toggle .pf-v5-c-button {
|
|
721
|
-
margin-
|
|
722
|
-
margin-
|
|
719
|
+
margin-block-start: var(--pf-v5-c-table__toggle--c-button--MarginTop);
|
|
720
|
+
margin-block-end: var(--pf-v5-c-table__toggle--c-button--MarginBottom);
|
|
723
721
|
}
|
|
724
722
|
.pf-v5-c-table__toggle .pf-v5-c-button.pf-m-expanded .pf-v5-c-table__toggle-icon {
|
|
725
723
|
transform: rotate(var(--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
|
|
@@ -728,6 +726,10 @@
|
|
|
728
726
|
transition: var(--pf-v5-c-table__toggle--c-button__toggle-icon--Transition);
|
|
729
727
|
transform: rotate(var(--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate));
|
|
730
728
|
}
|
|
729
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
|
|
730
|
+
scale: -1 1;
|
|
731
|
+
}
|
|
732
|
+
|
|
731
733
|
.pf-v5-c-table__toggle svg {
|
|
732
734
|
pointer-events: none;
|
|
733
735
|
}
|
|
@@ -740,22 +742,34 @@
|
|
|
740
742
|
cursor: pointer;
|
|
741
743
|
}
|
|
742
744
|
.pf-v5-c-table__check label {
|
|
743
|
-
display:
|
|
745
|
+
display: inline-flex;
|
|
744
746
|
padding: inherit;
|
|
745
|
-
margin: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1)
|
|
747
|
+
margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
|
|
748
|
+
margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
|
|
749
|
+
margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
|
|
750
|
+
margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
|
|
751
|
+
}
|
|
752
|
+
.pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone {
|
|
753
|
+
--pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY);
|
|
746
754
|
}
|
|
747
755
|
|
|
748
756
|
.pf-v5-c-table__favorite .pf-v5-c-button {
|
|
749
757
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
|
|
750
758
|
--pf-v5-c-button--FontSize: var(--pf-v5-c-table__favorite--c-button--FontSize);
|
|
751
|
-
margin: var(--pf-v5-c-table__favorite--c-button--MarginTop)
|
|
759
|
+
margin-block-start: var(--pf-v5-c-table__favorite--c-button--MarginTop);
|
|
760
|
+
margin-block-end: var(--pf-v5-c-table__favorite--c-button--MarginBottom);
|
|
761
|
+
margin-inline-start: var(--pf-v5-c-table__favorite--c-button--MarginLeft);
|
|
762
|
+
margin-inline-end: var(--pf-v5-c-table__favorite--c-button--MarginRight);
|
|
752
763
|
}
|
|
753
764
|
.pf-m-favorited.pf-v5-c-table__favorite .pf-v5-c-button {
|
|
754
765
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--m-favorited--c-button--Color);
|
|
755
766
|
}
|
|
756
767
|
|
|
757
768
|
.pf-v5-c-table__draggable .pf-v5-c-button {
|
|
758
|
-
margin: var(--pf-v5-c-table__draggable--c-button--MarginTop)
|
|
769
|
+
margin-block-start: var(--pf-v5-c-table__draggable--c-button--MarginTop);
|
|
770
|
+
margin-block-end: var(--pf-v5-c-table__draggable--c-button--MarginBottom);
|
|
771
|
+
margin-inline-start: var(--pf-v5-c-table__draggable--c-button--MarginLeft);
|
|
772
|
+
margin-inline-end: var(--pf-v5-c-table__draggable--c-button--MarginRight);
|
|
759
773
|
cursor: grab;
|
|
760
774
|
}
|
|
761
775
|
.pf-v5-c-table__draggable .pf-v5-c-button:active {
|
|
@@ -768,19 +782,19 @@
|
|
|
768
782
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table__action--PaddingRight);
|
|
769
783
|
--pf-v5-c-table--cell--PaddingBottom: 0;
|
|
770
784
|
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__action--PaddingLeft);
|
|
771
|
-
padding-
|
|
772
|
-
padding-
|
|
785
|
+
padding-block-start: 0;
|
|
786
|
+
padding-block-end: 0;
|
|
773
787
|
vertical-align: middle;
|
|
774
788
|
}
|
|
775
789
|
|
|
776
790
|
.pf-v5-c-table__action {
|
|
777
|
-
text-align:
|
|
791
|
+
text-align: end;
|
|
778
792
|
}
|
|
779
793
|
|
|
780
794
|
.pf-v5-c-table__inline-edit-action {
|
|
781
795
|
--pf-v5-c-table--cell--PaddingLeft: 0;
|
|
782
796
|
--pf-v5-c-table--cell--PaddingRight: 0;
|
|
783
|
-
text-align:
|
|
797
|
+
text-align: end;
|
|
784
798
|
}
|
|
785
799
|
|
|
786
800
|
.pf-v5-c-table__compound-expansion-toggle {
|
|
@@ -803,25 +817,25 @@
|
|
|
803
817
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before,
|
|
804
818
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
|
805
819
|
position: absolute;
|
|
806
|
-
|
|
820
|
+
inset-inline-end: 0;
|
|
807
821
|
content: "";
|
|
808
822
|
border-style: solid;
|
|
809
823
|
border-width: 0;
|
|
810
824
|
}
|
|
811
825
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::before {
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
826
|
+
inset-block-start: 0;
|
|
827
|
+
inset-block-end: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom);
|
|
828
|
+
inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--before--Left);
|
|
815
829
|
border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor);
|
|
816
|
-
border-
|
|
817
|
-
border-
|
|
830
|
+
border-inline-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth);
|
|
831
|
+
border-inline-end-width: var(--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth);
|
|
818
832
|
}
|
|
819
833
|
.pf-v5-c-table__compound-expansion-toggle .pf-v5-c-table__button::after {
|
|
820
|
-
|
|
821
|
-
|
|
834
|
+
inset-block-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Top);
|
|
835
|
+
inset-inline-start: var(--pf-v5-c-table__compound-expansion-toggle__button--after--Left);
|
|
822
836
|
pointer-events: none;
|
|
823
837
|
border-color: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor);
|
|
824
|
-
border-
|
|
838
|
+
border-block-start-width: var(--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth);
|
|
825
839
|
}
|
|
826
840
|
.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 {
|
|
827
841
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
@@ -833,7 +847,7 @@
|
|
|
833
847
|
--pf-v5-c-table__compound-expansion-toggle__button--after--Left: 0;
|
|
834
848
|
}
|
|
835
849
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded .pf-v5-c-table__button::before {
|
|
836
|
-
border-
|
|
850
|
+
border-block-end: var(--pf-v5-c-table--BackgroundColor) solid var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base);
|
|
837
851
|
}
|
|
838
852
|
.pf-v5-c-table__compound-expansion-toggle.pf-m-expanded:first-child {
|
|
839
853
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
|
@@ -849,14 +863,14 @@
|
|
|
849
863
|
}
|
|
850
864
|
|
|
851
865
|
.pf-v5-c-table__column-help-action {
|
|
852
|
-
margin-
|
|
866
|
+
margin-inline-start: var(--pf-v5-c-table__column-help--MarginLeft);
|
|
853
867
|
transform: translateY(var(--pf-v5-c-table__column-help--TranslateY));
|
|
854
868
|
}
|
|
855
869
|
.pf-v5-c-table__column-help-action .pf-v5-c-button {
|
|
856
870
|
--pf-v5-c-button--PaddingRight: var(--pf-v5-c-table__column-help--c-button--PaddingRight);
|
|
857
871
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-table__column-help--c-button--PaddingLeft);
|
|
858
|
-
margin-
|
|
859
|
-
margin-
|
|
872
|
+
margin-block-start: var(--pf-v5-c-table__column-help--c-button--MarginTop);
|
|
873
|
+
margin-block-end: var(--pf-v5-c-table__column-help--c-button--MarginBottom);
|
|
860
874
|
font-size: inherit;
|
|
861
875
|
line-height: 1;
|
|
862
876
|
}
|
|
@@ -868,9 +882,9 @@
|
|
|
868
882
|
--pf-v5-c-table--cell--PaddingLeft: var(--pf-v5-c-table__sort__button--PaddingLeft);
|
|
869
883
|
display: flex;
|
|
870
884
|
width: auto;
|
|
871
|
-
margin-
|
|
872
|
-
margin-
|
|
873
|
-
margin-
|
|
885
|
+
margin-block-start: var(--pf-v5-c-table__sort__button--MarginTop);
|
|
886
|
+
margin-block-end: var(--pf-v5-c-table__sort__button--MarginBottom);
|
|
887
|
+
margin-inline-start: var(--pf-v5-c-table__sort__button--MarginLeft);
|
|
874
888
|
}
|
|
875
889
|
.pf-v5-c-table__sort .pf-v5-c-table__button:hover {
|
|
876
890
|
--pf-v5-c-table__sort-indicator--Color: var(--pf-v5-c-table__sort__button--hover__sort-indicator--Color);
|
|
@@ -905,7 +919,7 @@
|
|
|
905
919
|
|
|
906
920
|
.pf-v5-c-table__sort-indicator {
|
|
907
921
|
grid-column: 2;
|
|
908
|
-
margin-
|
|
922
|
+
margin-inline-start: var(--pf-v5-c-table__sort-indicator--MarginLeft);
|
|
909
923
|
color: var(--pf-v5-c-table__sort-indicator--Color);
|
|
910
924
|
pointer-events: none;
|
|
911
925
|
}
|
|
@@ -914,7 +928,7 @@
|
|
|
914
928
|
--pf-v5-c-table--cell--PaddingTop: 0;
|
|
915
929
|
--pf-v5-c-table--cell--PaddingBottom: 0;
|
|
916
930
|
position: relative;
|
|
917
|
-
border-
|
|
931
|
+
border-block-end: 0 solid transparent;
|
|
918
932
|
box-shadow: 0 0 0 0 transparent;
|
|
919
933
|
}
|
|
920
934
|
.pf-v5-c-table__expandable-row,
|
|
@@ -923,19 +937,22 @@
|
|
|
923
937
|
}
|
|
924
938
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding,
|
|
925
939
|
.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding {
|
|
926
|
-
padding: 0
|
|
940
|
+
padding-block-start: 0;
|
|
941
|
+
padding-inline-end: 0;
|
|
942
|
+
padding-block-end: 0;
|
|
943
|
+
padding-inline-start: var(--pf-v5-c-table__expandable-row--after--border-width--base);
|
|
927
944
|
}
|
|
928
945
|
.pf-v5-c-table__expandable-row td:where(.pf-v5-c-table__td).pf-m-no-padding .pf-v5-c-table__expandable-row-content,
|
|
929
946
|
.pf-v5-c-table__expandable-row th:where(.pf-v5-c-table__th).pf-m-no-padding .pf-v5-c-table__expandable-row-content {
|
|
930
947
|
padding: 0;
|
|
931
948
|
}
|
|
932
949
|
.pf-v5-c-table__expandable-row .pf-v5-c-table__expandable-row-content {
|
|
933
|
-
padding-
|
|
934
|
-
padding-
|
|
950
|
+
padding-block-start: var(--pf-v5-c-table__expandable-row-content--PaddingTop);
|
|
951
|
+
padding-block-end: var(--pf-v5-c-table__expandable-row-content--PaddingBottom);
|
|
935
952
|
}
|
|
936
953
|
.pf-v5-c-table__expandable-row.pf-m-expanded {
|
|
937
|
-
border-
|
|
938
|
-
border-
|
|
954
|
+
border-block-end-color: var(--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor);
|
|
955
|
+
border-block-end-width: var(--pf-v5-c-table--border-width--base);
|
|
939
956
|
box-shadow: var(--pf-v5-c-table__expandable-row--m-expanded--BoxShadow);
|
|
940
957
|
}
|
|
941
958
|
.pf-v5-c-table__expandable-row:not(.pf-m-expanded) {
|
|
@@ -1005,7 +1022,7 @@
|
|
|
1005
1022
|
align-items: center;
|
|
1006
1023
|
}
|
|
1007
1024
|
.pf-v5-c-table__icon-inline > :not(:last-child) {
|
|
1008
|
-
margin-
|
|
1025
|
+
margin-inline-end: var(--pf-v5-c-table__icon-inline--MarginRight);
|
|
1009
1026
|
}
|
|
1010
1027
|
|
|
1011
1028
|
.pf-v5-c-table .pf-m-width-10 {
|