@patternfly/patternfly 5.0.0-alpha.4 → 5.0.0-alpha.40
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/RELEASE-NOTES.md +18 -1
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/pfbg-icon.svg +1 -0
- package/assets/pficon/pficon.scss +7 -2
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_base.scss +0 -18
- package/base/_chart-globals.scss +0 -4
- package/base/_common.scss +0 -22
- package/base/_fa-icons.scss +1 -2
- package/base/_fonts.scss +22 -27
- package/base/_globals.scss +92 -86
- package/base/_icons.scss +1 -28
- package/base/_svg-icons.scss +6 -0
- package/base/_variables.scss +4 -4
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fonts.css +17 -17
- package/base/patternfly-globals.css +35 -41
- package/base/patternfly-icons.css +8 -22
- package/base/patternfly-pf-icons.css +6 -2
- package/base/patternfly-themes.css +0 -42
- package/base/patternfly-variables.css +3 -3
- package/base/themes/dark/_globals.scss +1 -1
- package/base/themes/dark/_variables.scss +1 -1
- package/components/AboutModalBox/about-modal-box.css +20 -50
- package/components/AboutModalBox/about-modal-box.scss +22 -14
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/Alert/alert.css +17 -8
- package/components/Alert/alert.scss +21 -7
- package/components/Alert/themes/dark/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Avatar/avatar.scss +2 -2
- package/components/BackgroundImage/background-image.css +8 -35
- package/components/BackgroundImage/background-image.scss +17 -43
- package/components/Banner/banner.css +14 -52
- package/components/Banner/banner.scss +9 -13
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/CalendarMonth/calendar-month.css +2 -2
- package/components/CalendarMonth/calendar-month.scss +3 -3
- package/components/Card/card.css +115 -50
- package/components/Card/card.scss +164 -63
- package/components/Chip/chip.css +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/ChipGroup/chip-group.css +27 -17
- package/components/ChipGroup/chip-group.scss +36 -22
- package/components/Content/content.css +11 -5
- package/components/Content/content.scss +17 -9
- package/components/ContextSelector/context-selector.css +13 -6
- package/components/ContextSelector/context-selector.scss +14 -7
- package/components/DataList/data-list-grid.css +7 -7
- package/components/DataList/data-list-grid.scss +1 -1
- package/components/DataList/data-list.css +46 -40
- package/components/DataList/data-list.scss +37 -28
- package/components/DatePicker/date-picker.css +0 -8
- package/components/DatePicker/date-picker.scss +0 -9
- package/components/DescriptionList/description-list.css +7 -7
- package/components/DescriptionList/description-list.scss +7 -7
- package/components/Divider/divider.css +2 -2
- package/components/Divider/divider.scss +3 -3
- package/components/Drawer/drawer.css +15 -16
- package/components/Drawer/drawer.scss +2 -3
- package/components/Dropdown/dropdown.css +26 -25
- package/components/Dropdown/dropdown.scss +17 -18
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/EmptyState/empty-state.css +46 -52
- package/components/EmptyState/empty-state.scss +58 -57
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/Form/form.css +14 -12
- package/components/Form/form.scss +9 -7
- package/components/FormControl/form-control.css +2 -5
- package/components/FormControl/themes/dark/form-control.scss +2 -6
- package/components/HelperText/helper-text.css +4 -0
- package/components/HelperText/helper-text.scss +5 -0
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Icon/icon.css +3 -3
- package/components/Icon/icon.scss +3 -3
- package/components/InputGroup/input-group.css +61 -85
- package/components/InputGroup/input-group.scss +55 -61
- package/components/InputGroup/themes/dark/input-group.scss +11 -25
- package/components/Label/label.css +49 -36
- package/components/Label/label.scss +53 -38
- package/components/Label/themes/dark/label.scss +2 -2
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/LogViewer/log-viewer.css +0 -38
- package/components/Login/login.css +20 -60
- package/components/Login/login.scss +16 -18
- package/components/Login/themes/dark/login.scss +4 -0
- package/components/Masthead/masthead.css +4 -42
- package/components/Masthead/masthead.scss +4 -4
- package/components/Menu/menu.css +9 -6
- package/components/Menu/menu.scss +34 -31
- package/components/MenuToggle/menu-toggle.css +3 -1
- package/components/MenuToggle/menu-toggle.scss +3 -1
- package/components/ModalBox/modal-box.css +12 -11
- package/components/ModalBox/modal-box.scss +14 -14
- package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +8 -8
- package/components/NotificationDrawer/notification-drawer.scss +8 -8
- package/components/OptionsMenu/options-menu.css +8 -10
- package/components/OptionsMenu/options-menu.scss +9 -11
- package/components/Page/page.css +101 -122
- package/components/Page/page.scss +49 -21
- package/components/Pagination/pagination.css +2 -110
- package/components/Pagination/pagination.scss +0 -6
- package/components/Popover/popover.css +31 -37
- package/components/Popover/popover.scss +32 -37
- package/components/Popover/themes/dark/popover.scss +3 -9
- package/components/Progress/progress.css +13 -10
- package/components/Progress/progress.scss +13 -10
- package/components/ProgressStepper/progress-stepper.css +5 -5
- package/components/ProgressStepper/progress-stepper.scss +5 -5
- package/components/SearchInput/search-input.css +4 -2
- package/components/SearchInput/search-input.scss +4 -2
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +69 -26
- package/components/Sidebar/sidebar.scss +84 -27
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Spinner/spinner.css +4 -4
- package/components/Spinner/spinner.scss +4 -4
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-scrollable.css +31 -26
- package/components/Table/table-scrollable.scss +33 -28
- package/components/Table/table-tree-view.css +14 -4
- package/components/Table/table-tree-view.scss +15 -0
- package/components/Table/table.css +67 -65
- package/components/Table/table.scss +65 -62
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/components/TextInputGroup/text-input-group.css +6 -4
- package/components/TextInputGroup/text-input-group.scss +6 -5
- package/components/Tile/tile.css +1 -1
- package/components/Tile/tile.scss +1 -1
- package/components/Timestamp/timestamp.css +3 -3
- package/components/Timestamp/timestamp.scss +3 -3
- package/components/Toolbar/toolbar.css +78 -43
- package/components/Toolbar/toolbar.scss +50 -10
- package/components/Tooltip/themes/dark/tooltip.scss +1 -11
- package/components/Tooltip/tooltip.css +7 -12
- package/components/Tooltip/tooltip.scss +6 -3
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +16 -39
- package/components/Wizard/wizard.scss +20 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +20 -14
- package/docs/components/Accordion/examples/Accordion.md +12 -12
- package/docs/components/ActionList/examples/ActionList.md +6 -6
- package/docs/components/Alert/examples/Alert.md +29 -29
- package/docs/components/AlertGroup/examples/AlertGroup.md +15 -15
- package/docs/components/AppLauncher/examples/application-launcher.md +52 -46
- package/docs/components/Avatar/examples/Avatar.md +11 -11
- package/docs/components/BackToTop/examples/BackToTop.md +4 -4
- package/docs/components/Backdrop/examples/Backdrop.md +4 -4
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +13 -29
- package/docs/components/Badge/examples/Badge.md +5 -5
- package/docs/components/Banner/examples/Banner.md +8 -8
- package/docs/components/Brand/examples/Brand.md +9 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +20 -20
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +301 -284
- package/docs/components/Card/examples/Card.md +676 -116
- package/docs/components/Check/examples/Check.md +16 -19
- package/docs/components/Chip/examples/Chip.md +70 -52
- package/docs/components/ChipGroup/examples/ChipGroup.md +452 -673
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
- package/docs/components/CodeEditor/examples/CodeEditor.md +54 -35
- package/docs/components/Content/examples/Content.md +37 -9
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +87 -80
- package/docs/components/DataList/examples/DataList.md +239 -202
- package/docs/components/DatePicker/examples/DatePicker.md +139 -104
- package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
- package/docs/components/Divider/examples/Divider.md +10 -10
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +43 -43
- package/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/docs/components/Dropdown/examples/Dropdown.md +125 -100
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +130 -82
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
- package/docs/components/FileUpload/examples/FileUpload.md +146 -105
- package/docs/components/Form/examples/Form.md +152 -130
- package/docs/components/FormControl/examples/FormControl.md +21 -20
- package/docs/components/HelperText/examples/HelperText.md +24 -35
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +11 -12
- package/docs/components/InlineEdit/examples/InlineEdit.md +29 -27
- package/docs/components/InputGroup/examples/InputGroup.md +229 -179
- package/docs/components/JumpLinks/examples/JumpLinks.md +35 -35
- package/docs/components/Label/examples/Label.md +1427 -746
- package/docs/components/LabelGroup/examples/LabelGroup.md +295 -242
- package/docs/components/List/examples/List.md +18 -18
- package/docs/components/LogViewer/examples/LogViewer.md +79 -74
- package/docs/components/Login/examples/Login.md +103 -181
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +83 -80
- package/docs/components/MenuToggle/examples/MenuToggle.md +29 -28
- package/docs/components/ModalBox/examples/ModalBox.md +113 -92
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +27 -26
- package/docs/components/Nav/examples/Navigation.md +69 -69
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +64 -64
- package/docs/components/NumberInput/examples/NumberInput.md +311 -239
- package/docs/components/OptionsMenu/examples/options-menu.md +28 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.css +7 -1
- package/docs/components/Page/examples/Page.md +81 -54
- package/docs/components/Pagination/examples/Pagination.md +27 -27
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +206 -149
- package/docs/components/Progress/examples/Progress.md +32 -61
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +45 -39
- package/docs/components/Radio/examples/Radio.md +12 -11
- package/docs/components/SearchInput/examples/SearchInput.md +185 -148
- package/docs/components/Select/examples/Select.md +368 -313
- package/docs/components/Sidebar/examples/Sidebar.md +70 -14
- package/docs/components/SimpleList/examples/SimpleList.md +15 -15
- package/docs/components/Skeleton/examples/Skeleton.md +8 -8
- package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
- package/docs/components/Slider/examples/Slider.md +84 -62
- package/docs/components/Spinner/examples/Spinner.md +24 -24
- package/docs/components/Switch/examples/Switch.md +19 -19
- package/docs/components/TabContent/examples/TabContent.md +13 -13
- package/docs/components/Table/examples/Table.css +4 -0
- package/docs/components/Table/examples/Table.md +5212 -5750
- package/docs/components/Tabs/examples/Tabs.md +155 -155
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +523 -406
- package/docs/components/Tile/examples/Tile.md +16 -17
- package/docs/components/Timestamp/examples/Timestamp.md +5 -5
- package/docs/components/Title/examples/Title.md +17 -17
- package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
- package/docs/components/Toolbar/examples/Toolbar.md +848 -726
- package/docs/components/Tooltip/examples/Tooltip.md +10 -10
- package/docs/components/TreeView/examples/TreeView.md +34 -34
- package/docs/components/Truncate/examples/Truncate.md +4 -5
- package/docs/components/Wizard/examples/Wizard.md +119 -127
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -5
- package/docs/demos/Alert/examples/Alert.md +118 -71
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -4
- package/docs/demos/Banner/examples/Banner.md +8 -9
- package/docs/demos/Card/examples/Card.md +216 -153
- package/docs/demos/CardView/examples/CardView.md +57 -30
- package/docs/demos/ContextSelector/examples/ContextSelector.md +18 -18
- package/docs/demos/Dashboard/examples/Dashboard.md +51 -33
- package/docs/demos/DataList/examples/DataList.md +312 -255
- package/docs/demos/DescriptionList/examples/DescriptionList.md +33 -22
- package/docs/demos/Drawer/examples/Drawer.md +24 -22
- package/docs/demos/Form/examples/BasicForms.md +220 -213
- package/docs/demos/HelperText/examples/HelperText.md +16 -14
- package/docs/demos/JumpLinks/examples/JumpLinks.md +28 -28
- package/docs/demos/Masthead/examples/Masthead.md +302 -284
- package/docs/demos/Modal/examples/Modal.md +54 -66
- package/docs/demos/Nav/examples/Nav.md +47 -47
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +70 -58
- package/docs/demos/Page/examples/Page.md +982 -51
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +22 -18
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +121 -106
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +345 -311
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -4
- package/docs/demos/Table/examples/Table.md +3323 -1288
- package/docs/demos/Tabs/examples/Tabs.md +141 -90
- package/docs/demos/Toolbar/examples/Toolbar.md +1994 -329
- package/docs/demos/Wizard/examples/Wizard.md +289 -266
- package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
- package/docs/layouts/Flex/examples/Flex.md +98 -98
- package/docs/layouts/Gallery/examples/Gallery.md +7 -7
- package/docs/layouts/Grid/examples/Grid.md +9 -9
- package/docs/layouts/Level/examples/Level.md +5 -5
- package/docs/layouts/Split/examples/Split.md +7 -7
- package/docs/layouts/Stack/examples/Stack.md +6 -6
- package/docs/utilities/Accessibility/examples/Accessibility.md +5 -5
- package/docs/utilities/Alignment/examples/Alignment.md +7 -7
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +13 -13
- package/docs/utilities/BoxShadow/examples/box-shadow.md +23 -23
- package/docs/utilities/Display/examples/Display.md +12 -12
- package/docs/utilities/Flex/examples/Flex.md +35 -35
- package/docs/utilities/Float/examples/Float.md +5 -5
- package/docs/utilities/Sizing/examples/Sizing.md +51 -51
- package/docs/utilities/Spacing/examples/Spacing.md +35 -35
- package/docs/utilities/Text/examples/Text.md +31 -31
- package/icons/{pf-icons.json → pf-icons.mjs} +2 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +7 -7
- package/layouts/Grid/grid.scss +2 -2
- package/package.json +59 -65
- package/patternfly-addons.css +48 -48
- package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +28 -73
- package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
- package/patternfly-base.css +63 -114
- package/{patternfly-no-reset.css → patternfly-no-globals.css} +1179 -2293
- package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
- package/patternfly.css +1207 -2327
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +8 -24
- package/sass-utilities/mixins.scss +15 -39
- package/sass-utilities/placeholders.scss +0 -23
- package/sass-utilities/scss-variables.scss +5 -6
- package/sass-utilities/themes/dark/placeholders.scss +0 -22
- package/sass-utilities/themes/dark/scss-variables.scss +1 -1
- package/utilities/Spacing/spacing.scss +2 -2
- package/utilities/Text/text.css +48 -48
- package/utilities/Text/text.scss +6 -6
- package/utilities/Text/themes/dark/text.scss +2 -2
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
- package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
- package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
- package/assets/pficon/pficon.woff +0 -0
- package/base/_shield-inheritable.scss +0 -69
- package/base/_shield-noninheritable.scss +0 -13
- package/base/patternfly-shield-inheritable.css +0 -66
- package/base/patternfly-shield-inheritable.scss +0 -4
- package/base/patternfly-shield-noninheritable.css +0 -9
- package/base/patternfly-shield-noninheritable.scss +0 -4
- package/sass-utilities/bs-variables.scss +0 -709
|
@@ -1,9 +1,38 @@
|
|
|
1
1
|
$pf-c-sidebar--breakpoint-map--width: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
|
|
2
2
|
$pf-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
3
3
|
|
|
4
|
-
|
|
5
4
|
.pf-c-sidebar {
|
|
5
|
+
--pf-c-sidebar--inset: var(--pf-global--spacer--md);
|
|
6
|
+
--pf-c-sidebar--xl--inset: var(--pf-global--spacer--lg);
|
|
6
7
|
--pf-c-sidebar--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8
|
+
--pf-c-sidebar--BorderWidth--base: var(--pf-global--BorderWidth--sm);
|
|
9
|
+
--pf-c-sidebar--BorderColor--base: var(--pf-global--BorderColor--100);
|
|
10
|
+
|
|
11
|
+
// Panel
|
|
12
|
+
--pf-c-sidebar__panel--PaddingTop: 0;
|
|
13
|
+
--pf-c-sidebar__panel--PaddingRight: 0;
|
|
14
|
+
--pf-c-sidebar__panel--PaddingBottom: 0;
|
|
15
|
+
--pf-c-sidebar__panel--PaddingLeft: 0;
|
|
16
|
+
--pf-c-sidebar__panel--Order: -1;
|
|
17
|
+
|
|
18
|
+
// Panel padding
|
|
19
|
+
--pf-c-sidebar__panel--m-padding--PaddingTop: var(--pf-c-sidebar--inset);
|
|
20
|
+
--pf-c-sidebar__panel--m-padding--PaddingRight: var(--pf-c-sidebar--inset);
|
|
21
|
+
--pf-c-sidebar__panel--m-padding--PaddingBottom: var(--pf-c-sidebar--inset);
|
|
22
|
+
--pf-c-sidebar__panel--m-padding--PaddingLeft: var(--pf-c-sidebar--inset);
|
|
23
|
+
|
|
24
|
+
// Content
|
|
25
|
+
--pf-c-sidebar__content--PaddingTop: 0;
|
|
26
|
+
--pf-c-sidebar__content--PaddingRight: 0;
|
|
27
|
+
--pf-c-sidebar__content--PaddingBottom: 0;
|
|
28
|
+
--pf-c-sidebar__content--PaddingLeft: 0;
|
|
29
|
+
--pf-c-sidebar__content--Order: 1;
|
|
30
|
+
|
|
31
|
+
// Content padding
|
|
32
|
+
--pf-c-sidebar__content--m-padding--PaddingTop: var(--pf-c-sidebar--inset);
|
|
33
|
+
--pf-c-sidebar__content--m-padding--PaddingRight: var(--pf-c-sidebar--inset);
|
|
34
|
+
--pf-c-sidebar__content--m-padding--PaddingBottom: var(--pf-c-sidebar--inset);
|
|
35
|
+
--pf-c-sidebar__content--m-padding--PaddingLeft: var(--pf-c-sidebar--inset);
|
|
7
36
|
|
|
8
37
|
// Main
|
|
9
38
|
--pf-c-sidebar__main--FlexDirection: column;
|
|
@@ -11,15 +40,20 @@ $pf-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
11
40
|
--pf-c-sidebar__main--AlignItems: stretch;
|
|
12
41
|
--pf-c-sidebar__main--md--AlignItems: start;
|
|
13
42
|
--pf-c-sidebar__main--child--MarginTop: 0;
|
|
14
|
-
--pf-c-sidebar__main--child--MarginLeft: 0;
|
|
15
43
|
|
|
16
44
|
// Gutter
|
|
17
|
-
--pf-c-sidebar--m-gutter__main--Gap: var(--pf-
|
|
18
|
-
|
|
45
|
+
--pf-c-sidebar--m-gutter__main--Gap: var(--pf-c-sidebar--inset);
|
|
46
|
+
|
|
47
|
+
// Border
|
|
48
|
+
--pf-c-sidebar__main--m-border--before--Display: none;
|
|
49
|
+
--pf-c-sidebar__main--m-border--before--md--Display: block;
|
|
50
|
+
--pf-c-sidebar__main--m-border--before--BorderWidth: var(--pf-c-sidebar--BorderWidth--base);
|
|
51
|
+
--pf-c-sidebar__main--m-border--before--BorderColor: var(--pf-c-sidebar--BorderColor--base);
|
|
19
52
|
|
|
20
53
|
// Panel right
|
|
21
|
-
--pf-c-sidebar--m-panel-right__panel--Order:
|
|
54
|
+
--pf-c-sidebar--m-panel-right__panel--Order: -1;
|
|
22
55
|
--pf-c-sidebar--m-panel-right__panel--md--Order: 1;
|
|
56
|
+
--pf-c-sidebar--m-panel-right__content--md--Order: -1;
|
|
23
57
|
|
|
24
58
|
// Stack
|
|
25
59
|
--pf-c-sidebar--m-stack__main--FlexDirection: column;
|
|
@@ -27,7 +61,7 @@ $pf-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
27
61
|
--pf-c-sidebar--m-stack__panel--Position: sticky;
|
|
28
62
|
--pf-c-sidebar--m-stack__panel--Top: 0;
|
|
29
63
|
--pf-c-sidebar--m-stack__panel--BoxShadow: var(--pf-c-sidebar__panel--BoxShadow--base);
|
|
30
|
-
--pf-c-sidebar--m-stack--m-panel-right__panel--Order:
|
|
64
|
+
--pf-c-sidebar--m-stack--m-panel-right__panel--Order: -1;
|
|
31
65
|
|
|
32
66
|
// Split
|
|
33
67
|
--pf-c-sidebar--m-split__main--AlignItems: start;
|
|
@@ -35,6 +69,7 @@ $pf-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
35
69
|
--pf-c-sidebar--m-split__panel--Position: static;
|
|
36
70
|
--pf-c-sidebar--m-split__panel--Top: auto;
|
|
37
71
|
--pf-c-sidebar--m-split--m-panel-right__panel--Order: 1;
|
|
72
|
+
--pf-c-sidebar--m-split__main--m-border--before--Display: block;
|
|
38
73
|
|
|
39
74
|
// Panel
|
|
40
75
|
--pf-c-sidebar__panel--FlexBasis--base: auto;
|
|
@@ -50,7 +85,6 @@ $pf-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
50
85
|
--pf-c-sidebar__panel--m-split--FlexBasis: #{pf-size-prem(250px)};
|
|
51
86
|
--pf-c-sidebar__panel--m-stack--FlexBasis: auto;
|
|
52
87
|
--pf-c-sidebar__panel--ZIndex: var(--pf-global--ZIndex--xs);
|
|
53
|
-
--pf-c-sidebar__panel--Order: 0;
|
|
54
88
|
--pf-c-sidebar__panel--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
55
89
|
|
|
56
90
|
// Content
|
|
@@ -62,61 +96,51 @@ $pf-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
62
96
|
|
|
63
97
|
@media (min-width: $pf-global--breakpoint--md) {
|
|
64
98
|
--pf-c-sidebar__main--FlexDirection: var(--pf-c-sidebar__main--md--FlexDirection);
|
|
99
|
+
--pf-c-sidebar__main--AlignItems: var(--pf-c-sidebar__main--md--AlignItems);
|
|
100
|
+
--pf-c-sidebar__main--m-border--before--Display: var(--pf-c-sidebar__main--m-border--before--md--Display); // show border starting at md breakpoint
|
|
65
101
|
--pf-c-sidebar__panel--BoxShadow: none;
|
|
66
102
|
--pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--md--FlexBasis);
|
|
67
|
-
--pf-c-sidebar__main--AlignItems: var(--pf-c-sidebar__main--md--AlignItems);
|
|
68
103
|
--pf-c-sidebar__panel--Top: var(--pf-c-sidebar__panel--md--Top);
|
|
69
104
|
--pf-c-sidebar__panel--Position: var(--pf-c-sidebar__panel--md--Position);
|
|
70
105
|
}
|
|
71
106
|
|
|
72
107
|
@media (min-width: $pf-global--breakpoint--xl) {
|
|
73
|
-
--pf-c-sidebar--
|
|
108
|
+
--pf-c-sidebar--inset: var(--pf-c-sidebar--xl--inset);
|
|
74
109
|
}
|
|
75
110
|
|
|
76
|
-
&.pf-m-gutter {
|
|
77
|
-
|
|
78
|
-
--pf-c-sidebar__main--child--MarginLeft: 0;
|
|
79
|
-
|
|
80
|
-
> .pf-c-sidebar__main > * + * {
|
|
81
|
-
margin-top: var(--pf-c-sidebar__main--child--MarginTop);
|
|
82
|
-
margin-left: var(--pf-c-sidebar__main--child--MarginLeft);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@media (min-width: $pf-global--breakpoint--md) {
|
|
86
|
-
--pf-c-sidebar__main--child--MarginTop: 0;
|
|
87
|
-
--pf-c-sidebar__main--child--MarginLeft: var(--pf-c-sidebar--m-gutter__main--Gap);
|
|
88
|
-
}
|
|
111
|
+
&.pf-m-gutter > .pf-c-sidebar__main {
|
|
112
|
+
gap: var(--pf-c-sidebar--m-gutter__main--Gap);
|
|
89
113
|
}
|
|
90
114
|
|
|
91
115
|
&.pf-m-panel-right {
|
|
92
116
|
--pf-c-sidebar__panel--Order: var(--pf-c-sidebar--m-panel-right__panel--Order);
|
|
117
|
+
--pf-c-sidebar__content--Order: var(--pf-c-sidebar--m-panel-right__content--Order);
|
|
93
118
|
|
|
94
119
|
@media (min-width: $pf-global--breakpoint--md) {
|
|
95
120
|
--pf-c-sidebar--m-panel-right__panel--Order: var(--pf-c-sidebar--m-panel-right__panel--md--Order);
|
|
121
|
+
--pf-c-sidebar--m-panel-right__content--Order: var(--pf-c-sidebar--m-panel-right__content--md--Order);
|
|
96
122
|
}
|
|
97
123
|
}
|
|
98
124
|
|
|
99
125
|
&.pf-m-stack {
|
|
100
126
|
--pf-c-sidebar__main--FlexDirection: var(--pf-c-sidebar--m-stack__main--FlexDirection);
|
|
101
127
|
--pf-c-sidebar__main--AlignItems: var(--pf-c-sidebar--m-stack__main--AlignItems);
|
|
102
|
-
--pf-c-sidebar__main--child--MarginTop: var(--pf-c-sidebar--m-gutter__main--Gap);
|
|
103
|
-
--pf-c-sidebar__main--child--MarginLeft: 0;
|
|
104
128
|
--pf-c-sidebar__panel--Position: var(--pf-c-sidebar--m-stack__panel--Position);
|
|
105
129
|
--pf-c-sidebar__panel--Top: var(--pf-c-sidebar--m-stack__panel--Top);
|
|
106
130
|
--pf-c-sidebar__panel--BoxShadow: var(--pf-c-sidebar--m-stack__panel--BoxShadow);
|
|
107
131
|
--pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--m-stack--FlexBasis);
|
|
132
|
+
--pf-c-sidebar__main--m-border--before--Display: none;
|
|
108
133
|
--pf-c-sidebar--m-panel-right__panel--Order: var(--pf-c-sidebar--m-stack--m-panel-right__panel--Order);
|
|
109
134
|
}
|
|
110
135
|
|
|
111
136
|
&.pf-m-split {
|
|
112
137
|
--pf-c-sidebar__main--FlexDirection: var(--pf-c-sidebar--m-split__main--FlexDirection);
|
|
113
138
|
--pf-c-sidebar__main--AlignItems: var(--pf-c-sidebar--m-split__main--AlignItems);
|
|
114
|
-
--pf-c-sidebar__main--child--MarginTop: 0;
|
|
115
|
-
--pf-c-sidebar__main--child--MarginLeft: var(--pf-c-sidebar--m-gutter__main--Gap);
|
|
116
139
|
--pf-c-sidebar__panel--Position: var(--pf-c-sidebar--m-split__panel--Position);
|
|
117
140
|
--pf-c-sidebar__panel--Top: var(--pf-c-sidebar--m-split__panel--Top);
|
|
118
141
|
--pf-c-sidebar__panel--BoxShadow: none;
|
|
119
142
|
--pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--m-split--FlexBasis);
|
|
143
|
+
--pf-c-sidebar__main--m-border--before--Display: var(--pf-c-sidebar--m-split__main--m-border--before--Display);
|
|
120
144
|
--pf-c-sidebar--m-panel-right__panel--Order: var(--pf-c-sidebar--m-split--m-panel-right__panel--Order);
|
|
121
145
|
}
|
|
122
146
|
|
|
@@ -127,18 +151,34 @@ $pf-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
127
151
|
display: flex;
|
|
128
152
|
flex-direction: var(--pf-c-sidebar__main--FlexDirection);
|
|
129
153
|
align-items: var(--pf-c-sidebar__main--AlignItems);
|
|
154
|
+
|
|
155
|
+
&.pf-m-border::before {
|
|
156
|
+
display: var(--pf-c-sidebar__main--m-border--before--Display);
|
|
157
|
+
flex: 0 0 var(--pf-c-sidebar__main--m-border--before--BorderWidth);
|
|
158
|
+
align-self: stretch;
|
|
159
|
+
content: "";
|
|
160
|
+
background-color: var(--pf-c-sidebar__main--m-border--before--BorderColor);
|
|
161
|
+
}
|
|
130
162
|
}
|
|
131
163
|
|
|
132
164
|
.pf-c-sidebar__panel {
|
|
133
165
|
position: var(--pf-c-sidebar__panel--Position);
|
|
134
166
|
top: var(--pf-c-sidebar__panel--Top);
|
|
135
167
|
z-index: var(--pf-c-sidebar__panel--ZIndex);
|
|
136
|
-
flex-shrink: 0;
|
|
137
168
|
flex-basis: var(--pf-c-sidebar__panel--FlexBasis);
|
|
169
|
+
flex-shrink: 0;
|
|
138
170
|
order: var(--pf-c-sidebar__panel--Order);
|
|
171
|
+
padding: var(--pf-c-sidebar__panel--PaddingTop) var(--pf-c-sidebar__panel--PaddingRight) var(--pf-c-sidebar__panel--PaddingBottom) var(--pf-c-sidebar__panel--PaddingLeft);
|
|
139
172
|
background-color: var(--pf-c-sidebar__panel--BackgroundColor);
|
|
140
173
|
box-shadow: var(--pf-c-sidebar__panel--BoxShadow);
|
|
141
174
|
|
|
175
|
+
&.pf-m-padding {
|
|
176
|
+
--pf-c-sidebar__panel--PaddingTop: var(--pf-c-sidebar__panel--m-padding--PaddingTop);
|
|
177
|
+
--pf-c-sidebar__panel--PaddingRight: var(--pf-c-sidebar__panel--m-padding--PaddingRight);
|
|
178
|
+
--pf-c-sidebar__panel--PaddingBottom: var(--pf-c-sidebar__panel--m-padding--PaddingBottom);
|
|
179
|
+
--pf-c-sidebar__panel--PaddingLeft: var(--pf-c-sidebar__panel--m-padding--PaddingLeft);
|
|
180
|
+
}
|
|
181
|
+
|
|
142
182
|
&.pf-m-sticky {
|
|
143
183
|
--pf-c-sidebar__panel--Position: var(--pf-c-sidebar__panel--m-sticky--Position);
|
|
144
184
|
--pf-c-sidebar__panel--Top: var(--pf-c-sidebar__panel--m-sticky--Top);
|
|
@@ -152,11 +192,28 @@ $pf-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
152
192
|
|
|
153
193
|
.pf-c-sidebar__content {
|
|
154
194
|
flex-grow: 1;
|
|
195
|
+
order: var(--pf-c-sidebar__content--Order);
|
|
196
|
+
padding: var(--pf-c-sidebar__content--PaddingTop) var(--pf-c-sidebar__content--PaddingRight) var(--pf-c-sidebar__content--PaddingBottom) var(--pf-c-sidebar__content--PaddingLeft);
|
|
155
197
|
background-color: var(--pf-c-sidebar__content--BackgroundColor);
|
|
156
198
|
|
|
199
|
+
&.pf-m-padding {
|
|
200
|
+
--pf-c-sidebar__content--PaddingTop: var(--pf-c-sidebar__content--m-padding--PaddingTop);
|
|
201
|
+
--pf-c-sidebar__content--PaddingRight: var(--pf-c-sidebar__content--m-padding--PaddingRight);
|
|
202
|
+
--pf-c-sidebar__content--PaddingBottom: var(--pf-c-sidebar__content--m-padding--PaddingBottom);
|
|
203
|
+
--pf-c-sidebar__content--PaddingLeft: var(--pf-c-sidebar__content--m-padding--PaddingTop);
|
|
204
|
+
}
|
|
205
|
+
|
|
157
206
|
&.pf-m-no-background {
|
|
158
207
|
--pf-c-sidebar__content--BackgroundColor: transparent;
|
|
159
208
|
}
|
|
209
|
+
|
|
210
|
+
& + .pf-c-sidebar__panel {
|
|
211
|
+
--pf-c-sidebar__panel--Order: 1;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
:where(&:first-child) {
|
|
215
|
+
--pf-c-sidebar__content--Order: -1;
|
|
216
|
+
}
|
|
160
217
|
}
|
|
161
218
|
|
|
162
219
|
.pf-c-sidebar,
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
border: none;
|
|
41
41
|
}
|
|
42
42
|
.pf-c-simple-list__item-link:hover {
|
|
43
|
-
text-decoration: none;
|
|
44
43
|
--pf-c-simple-list__item-link--BackgroundColor: var(--pf-c-simple-list__item-link--hover--BackgroundColor);
|
|
45
44
|
--pf-c-simple-list__item-link--Color: var(--pf-c-simple-list__item-link--hover--Color);
|
|
45
|
+
text-decoration: none;
|
|
46
46
|
}
|
|
47
47
|
.pf-c-simple-list__item-link:focus {
|
|
48
48
|
--pf-c-simple-list__item-link--FontWeight: var(--pf-c-simple-list__item-link--focus--FontWeight);
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
border: none;
|
|
46
46
|
|
|
47
47
|
&:hover {
|
|
48
|
-
text-decoration: none;
|
|
49
|
-
|
|
50
48
|
--pf-c-simple-list__item-link--BackgroundColor: var(--pf-c-simple-list__item-link--hover--BackgroundColor);
|
|
51
49
|
--pf-c-simple-list__item-link--Color: var(--pf-c-simple-list__item-link--hover--Color);
|
|
50
|
+
|
|
51
|
+
text-decoration: none;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
&:focus {
|
|
@@ -187,13 +187,13 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
187
187
|
.pf-c-spinner__path {
|
|
188
188
|
width: 100%;
|
|
189
189
|
height: 100%;
|
|
190
|
-
transform-origin: 50% 50%;
|
|
191
|
-
animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
|
|
192
190
|
stroke: var(--pf-c-spinner--Color);
|
|
193
|
-
stroke-linecap: round;
|
|
194
191
|
stroke-dasharray: 283;
|
|
195
192
|
stroke-dashoffset: 280;
|
|
193
|
+
stroke-linecap: round;
|
|
196
194
|
stroke-width: var(--pf-c-spinner--stroke-width);
|
|
195
|
+
transform-origin: 50% 50%;
|
|
196
|
+
animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
@keyframes pf-c-spinner-animation-rotate {
|
|
@@ -213,8 +213,8 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
213
213
|
stroke-width: calc(var(--pf-c-spinner__path--StrokeWidth) - 4);
|
|
214
214
|
}
|
|
215
215
|
40% {
|
|
216
|
-
stroke-dashoffset: 150;
|
|
217
216
|
stroke-dasharray: 220;
|
|
217
|
+
stroke-dashoffset: 150;
|
|
218
218
|
}
|
|
219
219
|
100% {
|
|
220
220
|
stroke-dashoffset: 280;
|
|
@@ -252,13 +252,13 @@ svg.pf-c-spinner {
|
|
|
252
252
|
.pf-c-spinner__path {
|
|
253
253
|
width: 100%;
|
|
254
254
|
height: 100%;
|
|
255
|
-
transform-origin: 50% 50%;
|
|
256
|
-
animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
|
|
257
255
|
stroke: var(--pf-c-spinner--Color);
|
|
258
|
-
stroke-linecap: round;
|
|
259
256
|
stroke-dasharray: 283;
|
|
260
257
|
stroke-dashoffset: 280;
|
|
258
|
+
stroke-linecap: round;
|
|
261
259
|
stroke-width: var(--pf-c-spinner--stroke-width);
|
|
260
|
+
transform-origin: 50% 50%;
|
|
261
|
+
animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
@keyframes pf-c-spinner-animation-rotate {
|
|
@@ -282,8 +282,8 @@ svg.pf-c-spinner {
|
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
40% {
|
|
285
|
-
stroke-dashoffset: 150;
|
|
286
285
|
stroke-dasharray: 220;
|
|
286
|
+
stroke-dashoffset: 150;
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
100% {
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
|
419
419
|
}
|
|
420
420
|
.pf-m-grid-md.pf-c-table tr:last-child,
|
|
421
|
-
.pf-m-grid-md.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
|
421
|
+
.pf-m-grid-md.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
|
422
422
|
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
|
423
423
|
}
|
|
424
424
|
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded {
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
|
564
564
|
}
|
|
565
565
|
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable,
|
|
566
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr {
|
|
566
|
+
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr {
|
|
567
567
|
position: relative;
|
|
568
568
|
}
|
|
569
569
|
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr::after {
|
|
@@ -593,9 +593,9 @@
|
|
|
593
593
|
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
|
594
594
|
}
|
|
595
595
|
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
|
596
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
|
597
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
|
598
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
|
596
|
+
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
|
597
|
+
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
|
598
|
+
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
|
599
599
|
width: auto;
|
|
600
600
|
padding: 0;
|
|
601
601
|
}
|
|
@@ -615,8 +615,8 @@
|
|
|
615
615
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
|
616
616
|
}
|
|
617
617
|
.pf-m-grid-md.pf-c-table .pf-c-table__check,
|
|
618
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__favorite,
|
|
619
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__action {
|
|
618
|
+
.pf-m-grid-md.pf-c-table .pf-c-table__favorite,
|
|
619
|
+
.pf-m-grid-md.pf-c-table .pf-c-table__action {
|
|
620
620
|
grid-row-start: 1;
|
|
621
621
|
grid-column-start: 2;
|
|
622
622
|
}
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
|
734
734
|
}
|
|
735
735
|
.pf-m-grid-lg.pf-c-table tr:last-child,
|
|
736
|
-
.pf-m-grid-lg.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
|
736
|
+
.pf-m-grid-lg.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
|
737
737
|
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
|
738
738
|
}
|
|
739
739
|
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded {
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
|
879
879
|
}
|
|
880
880
|
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable,
|
|
881
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr {
|
|
881
|
+
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr {
|
|
882
882
|
position: relative;
|
|
883
883
|
}
|
|
884
884
|
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr::after {
|
|
@@ -908,9 +908,9 @@
|
|
|
908
908
|
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
|
909
909
|
}
|
|
910
910
|
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
|
911
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
|
912
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
|
913
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
|
911
|
+
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
|
912
|
+
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
|
913
|
+
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
|
914
914
|
width: auto;
|
|
915
915
|
padding: 0;
|
|
916
916
|
}
|
|
@@ -930,8 +930,8 @@
|
|
|
930
930
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
|
931
931
|
}
|
|
932
932
|
.pf-m-grid-lg.pf-c-table .pf-c-table__check,
|
|
933
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__favorite,
|
|
934
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
|
|
933
|
+
.pf-m-grid-lg.pf-c-table .pf-c-table__favorite,
|
|
934
|
+
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
|
|
935
935
|
grid-row-start: 1;
|
|
936
936
|
grid-column-start: 2;
|
|
937
937
|
}
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
|
1049
1049
|
}
|
|
1050
1050
|
.pf-m-grid-xl.pf-c-table tr:last-child,
|
|
1051
|
-
.pf-m-grid-xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
|
1051
|
+
.pf-m-grid-xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
|
1052
1052
|
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
|
1053
1053
|
}
|
|
1054
1054
|
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded {
|
|
@@ -1193,7 +1193,7 @@
|
|
|
1193
1193
|
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
|
1194
1194
|
}
|
|
1195
1195
|
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable,
|
|
1196
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr {
|
|
1196
|
+
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr {
|
|
1197
1197
|
position: relative;
|
|
1198
1198
|
}
|
|
1199
1199
|
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr::after {
|
|
@@ -1223,9 +1223,9 @@
|
|
|
1223
1223
|
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
|
1224
1224
|
}
|
|
1225
1225
|
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
|
1226
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
|
1227
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
|
1228
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
|
1226
|
+
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
|
1227
|
+
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
|
1228
|
+
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
|
1229
1229
|
width: auto;
|
|
1230
1230
|
padding: 0;
|
|
1231
1231
|
}
|
|
@@ -1245,8 +1245,8 @@
|
|
|
1245
1245
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
|
1246
1246
|
}
|
|
1247
1247
|
.pf-m-grid-xl.pf-c-table .pf-c-table__check,
|
|
1248
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__favorite,
|
|
1249
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
|
|
1248
|
+
.pf-m-grid-xl.pf-c-table .pf-c-table__favorite,
|
|
1249
|
+
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
|
|
1250
1250
|
grid-row-start: 1;
|
|
1251
1251
|
grid-column-start: 2;
|
|
1252
1252
|
}
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
|
1364
1364
|
}
|
|
1365
1365
|
.pf-m-grid-2xl.pf-c-table tr:last-child,
|
|
1366
|
-
.pf-m-grid-2xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
|
1366
|
+
.pf-m-grid-2xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
|
1367
1367
|
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
|
1368
1368
|
}
|
|
1369
1369
|
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded {
|
|
@@ -1508,7 +1508,7 @@
|
|
|
1508
1508
|
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
|
1509
1509
|
}
|
|
1510
1510
|
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable,
|
|
1511
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr {
|
|
1511
|
+
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr {
|
|
1512
1512
|
position: relative;
|
|
1513
1513
|
}
|
|
1514
1514
|
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr::after {
|
|
@@ -1538,9 +1538,9 @@
|
|
|
1538
1538
|
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
|
1539
1539
|
}
|
|
1540
1540
|
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
|
1541
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
|
1542
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
|
1543
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
|
1541
|
+
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
|
1542
|
+
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
|
1543
|
+
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
|
1544
1544
|
width: auto;
|
|
1545
1545
|
padding: 0;
|
|
1546
1546
|
}
|
|
@@ -1560,8 +1560,8 @@
|
|
|
1560
1560
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
|
1561
1561
|
}
|
|
1562
1562
|
.pf-m-grid-2xl.pf-c-table .pf-c-table__check,
|
|
1563
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__favorite,
|
|
1564
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
|
|
1563
|
+
.pf-m-grid-2xl.pf-c-table .pf-c-table__favorite,
|
|
1564
|
+
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
|
|
1565
1565
|
grid-row-start: 1;
|
|
1566
1566
|
grid-column-start: 2;
|
|
1567
1567
|
}
|
|
@@ -1,37 +1,42 @@
|
|
|
1
1
|
.pf-c-table {
|
|
2
|
-
--pf-c-table__sticky-
|
|
3
|
-
--pf-c-table__sticky-
|
|
4
|
-
--pf-c-table__sticky-
|
|
5
|
-
--pf-c-table__sticky-
|
|
6
|
-
--pf-c-table__sticky-
|
|
7
|
-
--pf-c-table__sticky-
|
|
8
|
-
--pf-c-table__sticky-
|
|
9
|
-
--pf-c-table__sticky-
|
|
10
|
-
--pf-c-table__sticky-
|
|
11
|
-
--pf-c-table__sticky-
|
|
12
|
-
--pf-c-
|
|
2
|
+
--pf-c-table__sticky-cell--MinWidth--base: 12.5rem;
|
|
3
|
+
--pf-c-table__sticky-cell--MinWidth: var(--pf-c-table__sticky-cell--MinWidth--base);
|
|
4
|
+
--pf-c-table__sticky-cell--ZIndex: var(--pf-global--ZIndex--xs);
|
|
5
|
+
--pf-c-table__sticky-cell--Right: auto;
|
|
6
|
+
--pf-c-table__sticky-cell--Left: auto;
|
|
7
|
+
--pf-c-table__sticky-cell--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8
|
+
--pf-c-table__sticky-cell--m-border-right--before--BorderRightWidth: var(--pf-global--BorderWidth--sm);
|
|
9
|
+
--pf-c-table__sticky-cell--m-border-right--before--BorderRightColor: var(--pf-global--BorderColor--100);
|
|
10
|
+
--pf-c-table__sticky-cell--m-border-left--before--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
|
|
11
|
+
--pf-c-table__sticky-cell--m-border-left--before--BorderLeftColor: var(--pf-global--BorderColor--100);
|
|
12
|
+
--pf-c-table__sticky-cell--m-right--Right: 0;
|
|
13
|
+
--pf-c-table__sticky-cell--m-left--Left: 0;
|
|
14
|
+
--pf-c-table--m-sticky-header__sticky-cell--ZIndex: calc(var(--pf-c-table__sticky-cell--ZIndex) + 1);
|
|
13
15
|
}
|
|
14
|
-
.pf-c-table .pf-c-table__sticky-
|
|
16
|
+
.pf-c-table .pf-c-table__sticky-cell {
|
|
17
|
+
--pf-c-table--cell--Overflow: visible;
|
|
18
|
+
--pf-c-table--m-sticky-header--cell--ZIndex: var(--pf-c-table--m-sticky-header__sticky-cell--ZIndex);
|
|
15
19
|
position: sticky;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
right: var(--pf-c-table__sticky-cell--Right);
|
|
21
|
+
left: var(--pf-c-table__sticky-cell--Left);
|
|
22
|
+
z-index: var(--pf-c-table__sticky-cell--ZIndex);
|
|
23
|
+
min-width: var(--pf-c-table__sticky-cell--MinWidth);
|
|
24
|
+
background-color: var(--pf-c-table__sticky-cell--BackgroundColor);
|
|
20
25
|
background-clip: padding-box;
|
|
21
26
|
}
|
|
22
|
-
.pf-c-table .pf-c-table__sticky-
|
|
23
|
-
--pf-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-c-table__sticky-
|
|
24
|
-
--pf-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-c-table__sticky-
|
|
27
|
+
.pf-c-table .pf-c-table__sticky-cell.pf-m-border-right::before {
|
|
28
|
+
--pf-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-c-table__sticky-cell--m-border-right--before--BorderRightWidth);
|
|
29
|
+
--pf-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-c-table__sticky-cell--m-border-right--before--BorderRightColor);
|
|
25
30
|
}
|
|
26
|
-
.pf-c-table .pf-c-table__sticky-
|
|
27
|
-
--pf-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-c-table__sticky-
|
|
28
|
-
--pf-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-c-table__sticky-
|
|
31
|
+
.pf-c-table .pf-c-table__sticky-cell.pf-m-border-left::before {
|
|
32
|
+
--pf-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-c-table__sticky-cell--m-border-left--before--BorderLeftWidth);
|
|
33
|
+
--pf-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-c-table__sticky-cell--m-border-left--before--BorderLeftColor);
|
|
29
34
|
}
|
|
30
|
-
.pf-c-table.pf-m-
|
|
31
|
-
--pf-c-
|
|
35
|
+
.pf-c-table .pf-c-table__sticky-cell.pf-m-right {
|
|
36
|
+
--pf-c-table__sticky-cell--Right: var(--pf-c-table__sticky-cell--m-right--Right);
|
|
32
37
|
}
|
|
33
|
-
.pf-c-table.pf-
|
|
34
|
-
|
|
38
|
+
.pf-c-table .pf-c-table__sticky-cell.pf-m-left {
|
|
39
|
+
--pf-c-table__sticky-cell--Left: var(--pf-c-table__sticky-cell--m-left--Left);
|
|
35
40
|
}
|
|
36
41
|
|
|
37
42
|
.pf-c-scroll-outer-wrapper {
|
|
@@ -1,43 +1,48 @@
|
|
|
1
1
|
.pf-c-table {
|
|
2
|
-
--pf-c-table__sticky-
|
|
3
|
-
--pf-c-table__sticky-
|
|
4
|
-
--pf-c-table__sticky-
|
|
5
|
-
--pf-c-table__sticky-
|
|
6
|
-
--pf-c-table__sticky-
|
|
7
|
-
--pf-c-table__sticky-
|
|
8
|
-
--pf-c-table__sticky-
|
|
9
|
-
--pf-c-table__sticky-
|
|
10
|
-
--pf-c-table__sticky-
|
|
11
|
-
--pf-c-table__sticky-
|
|
12
|
-
--pf-c-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
--pf-c-table__sticky-cell--MinWidth--base: #{pf-size-prem(200px)};
|
|
3
|
+
--pf-c-table__sticky-cell--MinWidth: var(--pf-c-table__sticky-cell--MinWidth--base);
|
|
4
|
+
--pf-c-table__sticky-cell--ZIndex: var(--pf-global--ZIndex--xs);
|
|
5
|
+
--pf-c-table__sticky-cell--Right: auto;
|
|
6
|
+
--pf-c-table__sticky-cell--Left: auto;
|
|
7
|
+
--pf-c-table__sticky-cell--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8
|
+
--pf-c-table__sticky-cell--m-border-right--before--BorderRightWidth: var(--pf-global--BorderWidth--sm);
|
|
9
|
+
--pf-c-table__sticky-cell--m-border-right--before--BorderRightColor: var(--pf-global--BorderColor--100);
|
|
10
|
+
--pf-c-table__sticky-cell--m-border-left--before--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
|
|
11
|
+
--pf-c-table__sticky-cell--m-border-left--before--BorderLeftColor: var(--pf-global--BorderColor--100);
|
|
12
|
+
--pf-c-table__sticky-cell--m-right--Right: 0;
|
|
13
|
+
--pf-c-table__sticky-cell--m-left--Left: 0;
|
|
14
|
+
--pf-c-table--m-sticky-header__sticky-cell--ZIndex: calc(var(--pf-c-table__sticky-cell--ZIndex) + 1);
|
|
15
|
+
|
|
16
|
+
.pf-c-table__sticky-cell {
|
|
17
|
+
--pf-c-table--cell--Overflow: visible;
|
|
18
|
+
--pf-c-table--m-sticky-header--cell--ZIndex: var(--pf-c-table--m-sticky-header__sticky-cell--ZIndex);
|
|
19
|
+
|
|
15
20
|
position: sticky;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
21
|
+
right: var(--pf-c-table__sticky-cell--Right);
|
|
22
|
+
left: var(--pf-c-table__sticky-cell--Left);
|
|
23
|
+
z-index: var(--pf-c-table__sticky-cell--ZIndex);
|
|
24
|
+
min-width: var(--pf-c-table__sticky-cell--MinWidth);
|
|
25
|
+
background-color: var(--pf-c-table__sticky-cell--BackgroundColor);
|
|
20
26
|
background-clip: padding-box;
|
|
21
27
|
|
|
22
28
|
&.pf-m-border-right::before {
|
|
23
|
-
--pf-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-c-table__sticky-
|
|
24
|
-
--pf-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-c-table__sticky-
|
|
29
|
+
--pf-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-c-table__sticky-cell--m-border-right--before--BorderRightWidth);
|
|
30
|
+
--pf-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-c-table__sticky-cell--m-border-right--before--BorderRightColor);
|
|
25
31
|
}
|
|
26
32
|
|
|
27
33
|
&.pf-m-border-left::before {
|
|
28
|
-
--pf-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-c-table__sticky-
|
|
29
|
-
--pf-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-c-table__sticky-
|
|
34
|
+
--pf-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-c-table__sticky-cell--m-border-left--before--BorderLeftWidth);
|
|
35
|
+
--pf-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-c-table__sticky-cell--m-border-left--before--BorderLeftColor);
|
|
30
36
|
}
|
|
31
|
-
}
|
|
32
37
|
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
&.pf-m-right {
|
|
39
|
+
--pf-c-table__sticky-cell--Right: var(--pf-c-table__sticky-cell--m-right--Right);
|
|
40
|
+
}
|
|
35
41
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
z-index: var(--pf-c-table--m-sticky-header--thead__sticky-column--ZIndex);
|
|
39
|
-
}
|
|
42
|
+
&.pf-m-left {
|
|
43
|
+
--pf-c-table__sticky-cell--Left: var(--pf-c-table__sticky-cell--m-left--Left);
|
|
40
44
|
}
|
|
45
|
+
|
|
41
46
|
}
|
|
42
47
|
}
|
|
43
48
|
|