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