@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +21 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +16 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +16 -0
- package/base/tokens/_tokens-font.scss +16 -14
- package/components/AboutModalBox/about-modal-box.css +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +19 -13
- package/components/Alert/alert.scss +18 -13
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -5
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +33 -21
- package/components/Button/button.scss +35 -23
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +33 -30
- package/components/Content/content.scss +33 -30
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -61
- package/components/Drawer/drawer.scss +92 -43
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +33 -27
- package/components/MenuToggle/menu-toggle.scss +33 -27
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +120 -93
- package/components/Nav/nav.scss +120 -93
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +13 -7
- package/components/NotificationBadge/notification-badge.scss +13 -7
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +135 -77
- package/components/Page/page.scss +81 -52
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +27 -17
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +72 -40
- package/components/Popover/popover.scss +95 -75
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +3 -3
- package/components/Radio/radio.scss +3 -3
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +256 -195
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +92 -70
- package/components/Table/table.scss +90 -70
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +26 -21
- package/components/Tooltip/tooltip.css +60 -28
- package/components/Tooltip/tooltip.scss +76 -56
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +15 -15
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +120 -30
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +4 -21
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +525 -431
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +24 -20
- package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
- package/docs/demos/DataList/examples/DataList.md +8 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +336 -252
- package/docs/demos/Tabs/examples/Tabs.md +28 -21
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +37 -3
- package/patternfly-base-no-globals.css +37 -3
- package/patternfly-base-theme-dark-unversioned.css +38 -4
- package/patternfly-base.css +38 -4
- package/patternfly-no-globals.css +2695 -1875
- package/patternfly-theme-dark-unversioned.css +2696 -1876
- package/patternfly.css +2696 -1876
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
|
|
62
62
|
&::before {
|
|
63
63
|
position: absolute;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
64
|
+
inset-block-end: 0;
|
|
65
|
+
inset-inline-start: 0;
|
|
66
|
+
inset-inline-end: 0;
|
|
67
67
|
pointer-events: none;
|
|
68
68
|
content: "";
|
|
69
|
-
border-
|
|
69
|
+
border-block-end: var(--#{$code-editor}__header--before--BorderBottomWidth) solid var(--#{$code-editor}__header--before--BorderBottomColor);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
|
|
87
87
|
&:disabled {
|
|
88
88
|
&::after {
|
|
89
|
-
border-
|
|
89
|
+
border-block-end-color: var(--#{$code-editor}__controls--c-button--m-control--disabled--after--BorderBottomColor);
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
}
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
|
|
95
95
|
.#{$code-editor}__header-main {
|
|
96
96
|
flex-grow: 1;
|
|
97
|
-
padding-
|
|
98
|
-
padding-
|
|
97
|
+
padding-inline-start: var(--#{$code-editor}__header-main--PaddingLeft);
|
|
98
|
+
padding-inline-end: var(--#{$code-editor}__header-main--PaddingRight);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.#{$code-editor}__main {
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
&.pf-m-drag-hover {
|
|
109
109
|
&::after {
|
|
110
110
|
position: absolute;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
111
|
+
inset-block-start: 0;
|
|
112
|
+
inset-block-end: 0;
|
|
113
|
+
inset-inline-start: 0;
|
|
114
|
+
inset-inline-end: 0;
|
|
115
115
|
content: "";
|
|
116
116
|
background-color: var(--#{$code-editor}__main--m-drag-hover--after--BackgroundColor);
|
|
117
117
|
opacity: var(--#{$code-editor}__main--m-drag-hover--after--Opacity);
|
|
@@ -119,10 +119,10 @@
|
|
|
119
119
|
|
|
120
120
|
&::before {
|
|
121
121
|
position: absolute;
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
122
|
+
inset-block-start: 0;
|
|
123
|
+
inset-block-end: 0;
|
|
124
|
+
inset-inline-start: 0;
|
|
125
|
+
inset-inline-end: 0;
|
|
126
126
|
content: "";
|
|
127
127
|
border: var(--#{$code-editor}__main--m-drag-hover--before--BorderWidth) solid var(--#{$code-editor}__main--m-drag-hover--before--BorderColor);
|
|
128
128
|
}
|
|
@@ -136,12 +136,15 @@
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
.#{$code-editor}__header + .#{$code-editor}__main {
|
|
139
|
-
border-
|
|
139
|
+
border-block-start-width: 0;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.#{$code-editor}__code {
|
|
143
143
|
position: relative;
|
|
144
|
-
padding: var(--#{$code-editor}__code--PaddingTop)
|
|
144
|
+
padding-block-start: var(--#{$code-editor}__code--PaddingTop);
|
|
145
|
+
padding-block-end: var(--#{$code-editor}__code--PaddingBottom);
|
|
146
|
+
padding-inline-start: var(--#{$code-editor}__code--PaddingLeft);
|
|
147
|
+
padding-inline-end: var(--#{$code-editor}__code--PaddingRight);
|
|
145
148
|
|
|
146
149
|
.#{$code-editor}__code-pre {
|
|
147
150
|
font-family: var(--#{$code-editor}__code-pre--FontFamily);
|
|
@@ -154,17 +157,23 @@
|
|
|
154
157
|
position: relative;
|
|
155
158
|
display: flex;
|
|
156
159
|
align-items: center;
|
|
157
|
-
padding: var(--#{$code-editor}__tab--PaddingTop)
|
|
158
|
-
|
|
160
|
+
padding-block-start: var(--#{$code-editor}__tab--PaddingTop);
|
|
161
|
+
padding-block-end: var(--#{$code-editor}__tab--PaddingBottom);
|
|
162
|
+
padding-inline-start: var(--#{$code-editor}__tab--PaddingLeft);
|
|
163
|
+
padding-inline-end: var(--#{$code-editor}__tab--PaddingRight);
|
|
164
|
+
margin-inline-start: auto; // remove at breaking change
|
|
159
165
|
color: var(--#{$code-editor}__tab--Color);
|
|
160
166
|
background-color: var(--#{$code-editor}__tab--BackgroundColor);
|
|
161
167
|
border-color: var(--#{$code-editor}__tab--BorderColor);
|
|
162
168
|
border-style: solid;
|
|
163
|
-
border-width: var(--#{$code-editor}__tab--BorderTopWidth)
|
|
169
|
+
border-block-start-width: var(--#{$code-editor}__tab--BorderTopWidth);
|
|
170
|
+
border-block-end-width: var(--#{$code-editor}__tab--BorderBottomWidth);
|
|
171
|
+
border-inline-start-width: var(--#{$code-editor}__tab--BorderLeftWidth);
|
|
172
|
+
border-inline-end-width: var(--#{$code-editor}__tab--BorderRightWidth);
|
|
164
173
|
}
|
|
165
174
|
|
|
166
175
|
.#{$code-editor}__tab-icon + .#{$code-editor}__tab-text {
|
|
167
|
-
margin-
|
|
176
|
+
margin-inline-start: var(--#{$code-editor}__tab-icon--text--MarginLeft);
|
|
168
177
|
}
|
|
169
178
|
|
|
170
179
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
color: var(--pf-v5-c-content--a--visited--Color);
|
|
86
86
|
}
|
|
87
87
|
.pf-v5-c-content li + li {
|
|
88
|
-
margin-
|
|
88
|
+
margin-block-start: var(--pf-v5-c-content--li--MarginTop);
|
|
89
89
|
}
|
|
90
90
|
.pf-v5-c-content p:not(:last-child),
|
|
91
91
|
.pf-v5-c-content dl:not(:last-child),
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
.pf-v5-c-content pre:not(:last-child),
|
|
97
97
|
.pf-v5-c-content table:not(:last-child),
|
|
98
98
|
.pf-v5-c-content hr:not(:last-child) {
|
|
99
|
-
margin-
|
|
99
|
+
margin-block-end: var(--pf-v5-c-content--MarginBottom);
|
|
100
100
|
}
|
|
101
101
|
.pf-v5-c-content h1,
|
|
102
102
|
.pf-v5-c-content h2,
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
.pf-v5-c-content h4:first-child,
|
|
114
114
|
.pf-v5-c-content h5:first-child,
|
|
115
115
|
.pf-v5-c-content h6:first-child {
|
|
116
|
-
margin-
|
|
116
|
+
margin-block-start: 0;
|
|
117
117
|
}
|
|
118
118
|
.pf-v5-c-content h1:last-child,
|
|
119
119
|
.pf-v5-c-content h2:last-child,
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
.pf-v5-c-content h4:last-child,
|
|
122
122
|
.pf-v5-c-content h5:last-child,
|
|
123
123
|
.pf-v5-c-content h6:last-child {
|
|
124
|
-
margin-
|
|
124
|
+
margin-block-end: 0;
|
|
125
125
|
}
|
|
126
126
|
.pf-v5-c-content ol,
|
|
127
127
|
.pf-v5-c-content ul {
|
|
@@ -129,48 +129,48 @@
|
|
|
129
129
|
}
|
|
130
130
|
.pf-v5-c-content ol.pf-m-plain,
|
|
131
131
|
.pf-v5-c-content ul.pf-m-plain {
|
|
132
|
-
padding-
|
|
133
|
-
margin-
|
|
132
|
+
padding-inline-start: 0;
|
|
133
|
+
margin-inline-start: 0;
|
|
134
134
|
list-style: none;
|
|
135
135
|
}
|
|
136
136
|
.pf-v5-c-content h1 {
|
|
137
|
-
margin-
|
|
138
|
-
margin-
|
|
137
|
+
margin-block-start: var(--pf-v5-c-content--h1--MarginTop);
|
|
138
|
+
margin-block-end: var(--pf-v5-c-content--h1--MarginBottom);
|
|
139
139
|
font-size: var(--pf-v5-c-content--h1--FontSize);
|
|
140
140
|
font-weight: var(--pf-v5-c-content--h1--FontWeight);
|
|
141
141
|
line-height: var(--pf-v5-c-content--h1--LineHeight);
|
|
142
142
|
}
|
|
143
143
|
.pf-v5-c-content h2 {
|
|
144
|
-
margin-
|
|
145
|
-
margin-
|
|
144
|
+
margin-block-start: var(--pf-v5-c-content--h2--MarginTop);
|
|
145
|
+
margin-block-end: var(--pf-v5-c-content--h2--MarginBottom);
|
|
146
146
|
font-size: var(--pf-v5-c-content--h2--FontSize);
|
|
147
147
|
font-weight: var(--pf-v5-c-content--h2--FontWeight);
|
|
148
148
|
line-height: var(--pf-v5-c-content--h2--LineHeight);
|
|
149
149
|
}
|
|
150
150
|
.pf-v5-c-content h3 {
|
|
151
|
-
margin-
|
|
152
|
-
margin-
|
|
151
|
+
margin-block-start: var(--pf-v5-c-content--h3--MarginTop);
|
|
152
|
+
margin-block-end: var(--pf-v5-c-content--h3--MarginBottom);
|
|
153
153
|
font-size: var(--pf-v5-c-content--h3--FontSize);
|
|
154
154
|
font-weight: var(--pf-v5-c-content--h3--FontWeight);
|
|
155
155
|
line-height: var(--pf-v5-c-content--h3--LineHeight);
|
|
156
156
|
}
|
|
157
157
|
.pf-v5-c-content h4 {
|
|
158
|
-
margin-
|
|
159
|
-
margin-
|
|
158
|
+
margin-block-start: var(--pf-v5-c-content--h4--MarginTop);
|
|
159
|
+
margin-block-end: var(--pf-v5-c-content--h4--MarginBottom);
|
|
160
160
|
font-size: var(--pf-v5-c-content--h4--FontSize);
|
|
161
161
|
font-weight: var(--pf-v5-c-content--h4--FontWeight);
|
|
162
162
|
line-height: var(--pf-v5-c-content--h4--LineHeight);
|
|
163
163
|
}
|
|
164
164
|
.pf-v5-c-content h5 {
|
|
165
|
-
margin-
|
|
166
|
-
margin-
|
|
165
|
+
margin-block-start: var(--pf-v5-c-content--h5--MarginTop);
|
|
166
|
+
margin-block-end: var(--pf-v5-c-content--h5--MarginBottom);
|
|
167
167
|
font-size: var(--pf-v5-c-content--h5--FontSize);
|
|
168
168
|
font-weight: var(--pf-v5-c-content--h5--FontWeight);
|
|
169
169
|
line-height: var(--pf-v5-c-content--h5--LineHeight);
|
|
170
170
|
}
|
|
171
171
|
.pf-v5-c-content h6 {
|
|
172
|
-
margin-
|
|
173
|
-
margin-
|
|
172
|
+
margin-block-start: var(--pf-v5-c-content--h6--MarginTop);
|
|
173
|
+
margin-block-end: var(--pf-v5-c-content--h6--MarginBottom);
|
|
174
174
|
font-size: var(--pf-v5-c-content--h6--FontSize);
|
|
175
175
|
font-weight: var(--pf-v5-c-content--h6--FontWeight);
|
|
176
176
|
line-height: var(--pf-v5-c-content--h6--LineHeight);
|
|
@@ -182,12 +182,15 @@
|
|
|
182
182
|
color: var(--pf-v5-c-content--small--Color);
|
|
183
183
|
}
|
|
184
184
|
.pf-v5-c-content small:not(:last-child) {
|
|
185
|
-
margin-
|
|
185
|
+
margin-block-end: var(--pf-v5-c-content--small--MarginBottom);
|
|
186
186
|
}
|
|
187
187
|
.pf-v5-c-content blockquote {
|
|
188
|
-
padding: var(--pf-v5-c-content--blockquote--PaddingTop)
|
|
188
|
+
padding-block-start: var(--pf-v5-c-content--blockquote--PaddingTop);
|
|
189
|
+
padding-block-end: var(--pf-v5-c-content--blockquote--PaddingBottom);
|
|
190
|
+
padding-inline-start: var(--pf-v5-c-content--blockquote--PaddingLeft);
|
|
191
|
+
padding-inline-end: var(--pf-v5-c-content--blockquote--PaddingRight);
|
|
189
192
|
color: var(--pf-v5-c-content--blockquote--Color);
|
|
190
|
-
border-
|
|
193
|
+
border-inline-start: var(--pf-v5-c-content--blockquote--BorderLeftWidth) solid var(--pf-v5-c-content--blockquote--BorderLeftColor);
|
|
191
194
|
}
|
|
192
195
|
.pf-v5-c-content hr {
|
|
193
196
|
height: var(--pf-v5-c-content--hr--Height);
|
|
@@ -195,29 +198,29 @@
|
|
|
195
198
|
border: none;
|
|
196
199
|
}
|
|
197
200
|
.pf-v5-c-content ol {
|
|
198
|
-
padding-
|
|
199
|
-
margin-
|
|
201
|
+
padding-inline-start: var(--pf-v5-c-content--ol--PaddingLeft);
|
|
202
|
+
margin-inline-start: var(--pf-v5-c-content--ol--MarginLeft);
|
|
200
203
|
}
|
|
201
204
|
.pf-v5-c-content ol ul {
|
|
202
205
|
--pf-v5-c-content--ul--MarginLeft: var(--pf-v5-c-content--ul--nested--MarginLeft);
|
|
203
|
-
margin-
|
|
206
|
+
margin-block-start: var(--pf-v5-c-content--ul--nested--MarginTop);
|
|
204
207
|
}
|
|
205
208
|
.pf-v5-c-content ol ol {
|
|
206
209
|
--pf-v5-c-content--ol--MarginLeft: var(--pf-v5-c-content--ol--nested--MarginLeft);
|
|
207
|
-
margin-
|
|
210
|
+
margin-block-start: var(--pf-v5-c-content--ol--nested--MarginTop);
|
|
208
211
|
}
|
|
209
212
|
.pf-v5-c-content ul {
|
|
210
|
-
padding-
|
|
211
|
-
margin-
|
|
213
|
+
padding-inline-start: var(--pf-v5-c-content--ul--PaddingLeft);
|
|
214
|
+
margin-inline-start: var(--pf-v5-c-content--ul--MarginLeft);
|
|
212
215
|
list-style: var(--pf-v5-c-content--ul--ListStyle);
|
|
213
216
|
}
|
|
214
217
|
.pf-v5-c-content ul ul {
|
|
215
218
|
--pf-v5-c-content--ul--MarginLeft: var(--pf-v5-c-content--ul--nested--MarginLeft);
|
|
216
|
-
margin-
|
|
219
|
+
margin-block-start: var(--pf-v5-c-content--ul--nested--MarginTop);
|
|
217
220
|
}
|
|
218
221
|
.pf-v5-c-content ul ol {
|
|
219
222
|
--pf-v5-c-content--ol--MarginLeft: var(--pf-v5-c-content--ol--nested--MarginLeft);
|
|
220
|
-
margin-
|
|
223
|
+
margin-block-start: var(--pf-v5-c-content--ol--nested--MarginTop);
|
|
221
224
|
}
|
|
222
225
|
.pf-v5-c-content dl {
|
|
223
226
|
display: grid;
|
|
@@ -234,7 +237,7 @@
|
|
|
234
237
|
font-weight: var(--pf-v5-c-content--dt--FontWeight);
|
|
235
238
|
}
|
|
236
239
|
.pf-v5-c-content dt:not(:first-child) {
|
|
237
|
-
margin-
|
|
240
|
+
margin-block-start: var(--pf-v5-c-content--dt--MarginTop);
|
|
238
241
|
}
|
|
239
242
|
@media screen and (min-width: 576px) {
|
|
240
243
|
.pf-v5-c-content dt:not(:first-child) {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
// stylelint-enable
|
|
123
123
|
|
|
124
124
|
li + li {
|
|
125
|
-
margin-
|
|
125
|
+
margin-block-start: var(--#{$content}--li--MarginTop);
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
p,
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
hr {
|
|
137
137
|
&:not(:last-child) {
|
|
138
138
|
// This variable name doesn't reflect the selector, it's an excpection to the variable system.
|
|
139
|
-
margin-
|
|
139
|
+
margin-block-end: var(--#{$content}--MarginBottom);
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
|
|
@@ -150,11 +150,11 @@
|
|
|
150
150
|
font-family: var(--#{$content}--heading--FontFamily);
|
|
151
151
|
|
|
152
152
|
&:first-child {
|
|
153
|
-
margin-
|
|
153
|
+
margin-block-start: 0;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
&:last-child {
|
|
157
|
-
margin-
|
|
157
|
+
margin-block-end: 0;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
|
|
@@ -164,56 +164,56 @@
|
|
|
164
164
|
|
|
165
165
|
// stylelint-disable selector-no-qualifying-type
|
|
166
166
|
&.pf-m-plain {
|
|
167
|
-
padding-
|
|
168
|
-
margin-
|
|
167
|
+
padding-inline-start: 0;
|
|
168
|
+
margin-inline-start: 0;
|
|
169
169
|
list-style: none;
|
|
170
170
|
}
|
|
171
171
|
// stylelint-enable
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
h1 {
|
|
175
|
-
margin-
|
|
176
|
-
margin-
|
|
175
|
+
margin-block-start: var(--#{$content}--h1--MarginTop);
|
|
176
|
+
margin-block-end: var(--#{$content}--h1--MarginBottom);
|
|
177
177
|
font-size: var(--#{$content}--h1--FontSize);
|
|
178
178
|
font-weight: var(--#{$content}--h1--FontWeight);
|
|
179
179
|
line-height: var(--#{$content}--h1--LineHeight);
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
h2 {
|
|
183
|
-
margin-
|
|
184
|
-
margin-
|
|
183
|
+
margin-block-start: var(--#{$content}--h2--MarginTop);
|
|
184
|
+
margin-block-end: var(--#{$content}--h2--MarginBottom);
|
|
185
185
|
font-size: var(--#{$content}--h2--FontSize);
|
|
186
186
|
font-weight: var(--#{$content}--h2--FontWeight);
|
|
187
187
|
line-height: var(--#{$content}--h2--LineHeight);
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
h3 {
|
|
191
|
-
margin-
|
|
192
|
-
margin-
|
|
191
|
+
margin-block-start: var(--#{$content}--h3--MarginTop);
|
|
192
|
+
margin-block-end: var(--#{$content}--h3--MarginBottom);
|
|
193
193
|
font-size: var(--#{$content}--h3--FontSize);
|
|
194
194
|
font-weight: var(--#{$content}--h3--FontWeight);
|
|
195
195
|
line-height: var(--#{$content}--h3--LineHeight);
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
h4 {
|
|
199
|
-
margin-
|
|
200
|
-
margin-
|
|
199
|
+
margin-block-start: var(--#{$content}--h4--MarginTop);
|
|
200
|
+
margin-block-end: var(--#{$content}--h4--MarginBottom);
|
|
201
201
|
font-size: var(--#{$content}--h4--FontSize);
|
|
202
202
|
font-weight: var(--#{$content}--h4--FontWeight);
|
|
203
203
|
line-height: var(--#{$content}--h4--LineHeight);
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
h5 {
|
|
207
|
-
margin-
|
|
208
|
-
margin-
|
|
207
|
+
margin-block-start: var(--#{$content}--h5--MarginTop);
|
|
208
|
+
margin-block-end: var(--#{$content}--h5--MarginBottom);
|
|
209
209
|
font-size: var(--#{$content}--h5--FontSize);
|
|
210
210
|
font-weight: var(--#{$content}--h5--FontWeight);
|
|
211
211
|
line-height: var(--#{$content}--h5--LineHeight);
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
h6 {
|
|
215
|
-
margin-
|
|
216
|
-
margin-
|
|
215
|
+
margin-block-start: var(--#{$content}--h6--MarginTop);
|
|
216
|
+
margin-block-end: var(--#{$content}--h6--MarginBottom);
|
|
217
217
|
font-size: var(--#{$content}--h6--FontSize);
|
|
218
218
|
font-weight: var(--#{$content}--h6--FontWeight);
|
|
219
219
|
line-height: var(--#{$content}--h6--LineHeight);
|
|
@@ -226,14 +226,17 @@
|
|
|
226
226
|
color: var(--#{$content}--small--Color);
|
|
227
227
|
|
|
228
228
|
&:not(:last-child) {
|
|
229
|
-
margin-
|
|
229
|
+
margin-block-end: var(--#{$content}--small--MarginBottom);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
blockquote {
|
|
234
|
-
padding: var(--#{$content}--blockquote--PaddingTop)
|
|
234
|
+
padding-block-start: var(--#{$content}--blockquote--PaddingTop);
|
|
235
|
+
padding-block-end: var(--#{$content}--blockquote--PaddingBottom);
|
|
236
|
+
padding-inline-start: var(--#{$content}--blockquote--PaddingLeft);
|
|
237
|
+
padding-inline-end: var(--#{$content}--blockquote--PaddingRight);
|
|
235
238
|
color: var(--#{$content}--blockquote--Color);
|
|
236
|
-
border-
|
|
239
|
+
border-inline-start: var(--#{$content}--blockquote--BorderLeftWidth) solid var(--#{$content}--blockquote--BorderLeftColor);
|
|
237
240
|
}
|
|
238
241
|
|
|
239
242
|
hr {
|
|
@@ -243,37 +246,37 @@
|
|
|
243
246
|
}
|
|
244
247
|
|
|
245
248
|
ol {
|
|
246
|
-
padding-
|
|
247
|
-
margin-
|
|
249
|
+
padding-inline-start: var(--#{$content}--ol--PaddingLeft);
|
|
250
|
+
margin-inline-start: var(--#{$content}--ol--MarginLeft);
|
|
248
251
|
|
|
249
252
|
ul {
|
|
250
253
|
--#{$content}--ul--MarginLeft: var(--#{$content}--ul--nested--MarginLeft);
|
|
251
254
|
|
|
252
|
-
margin-
|
|
255
|
+
margin-block-start: var(--#{$content}--ul--nested--MarginTop);
|
|
253
256
|
}
|
|
254
257
|
|
|
255
258
|
ol {
|
|
256
259
|
--#{$content}--ol--MarginLeft: var(--#{$content}--ol--nested--MarginLeft);
|
|
257
260
|
|
|
258
|
-
margin-
|
|
261
|
+
margin-block-start: var(--#{$content}--ol--nested--MarginTop);
|
|
259
262
|
}
|
|
260
263
|
}
|
|
261
264
|
|
|
262
265
|
ul {
|
|
263
|
-
padding-
|
|
264
|
-
margin-
|
|
266
|
+
padding-inline-start: var(--#{$content}--ul--PaddingLeft);
|
|
267
|
+
margin-inline-start: var(--#{$content}--ul--MarginLeft);
|
|
265
268
|
list-style: var(--#{$content}--ul--ListStyle);
|
|
266
269
|
|
|
267
270
|
ul {
|
|
268
271
|
--#{$content}--ul--MarginLeft: var(--#{$content}--ul--nested--MarginLeft);
|
|
269
272
|
|
|
270
|
-
margin-
|
|
273
|
+
margin-block-start: var(--#{$content}--ul--nested--MarginTop);
|
|
271
274
|
}
|
|
272
275
|
|
|
273
276
|
ol {
|
|
274
277
|
--#{$content}--ol--MarginLeft: var(--#{$content}--ol--nested--MarginLeft);
|
|
275
278
|
|
|
276
|
-
margin-
|
|
279
|
+
margin-block-start: var(--#{$content}--ol--nested--MarginTop);
|
|
277
280
|
}
|
|
278
281
|
}
|
|
279
282
|
|
|
@@ -292,7 +295,7 @@
|
|
|
292
295
|
font-weight: var(--#{$content}--dt--FontWeight);
|
|
293
296
|
|
|
294
297
|
&:not(:first-child) {
|
|
295
|
-
margin-
|
|
298
|
+
margin-block-start: var(--#{$content}--dt--MarginTop);
|
|
296
299
|
|
|
297
300
|
@media screen and (min-width: $pf-v5-global--breakpoint--sm) {
|
|
298
301
|
--#{$content}--dt--MarginTop: var(--#{$content}--dt--sm--MarginTop);
|
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
align-self: stretch;
|
|
144
144
|
}
|
|
145
145
|
.pf-v5-c-context-selector.pf-m-full-height .pf-v5-c-context-selector__toggle::before {
|
|
146
|
-
border-
|
|
146
|
+
border-block-start-width: var(--pf-v5-c-context-selector--m-full-height__toggle--before--BorderTopWidth);
|
|
147
147
|
}
|
|
148
148
|
.pf-v5-c-context-selector.pf-m-full-height:hover .pf-v5-c-context-selector__toggle::before {
|
|
149
|
-
border-
|
|
149
|
+
border-block-end-width: var(--pf-v5-c-context-selector--m-full-height__toggle--hover--BorderBottomWidth);
|
|
150
150
|
}
|
|
151
151
|
.pf-v5-c-context-selector.pf-m-large {
|
|
152
152
|
--pf-v5-c-context-selector__toggle--PaddingTop: var(--pf-v5-c-context-selector--m-large__toggle--PaddingTop);
|
|
@@ -176,7 +176,10 @@
|
|
|
176
176
|
column-gap: var(--pf-v5-c-context-selector__toggle--ColumnGap);
|
|
177
177
|
align-items: center;
|
|
178
178
|
width: 100%;
|
|
179
|
-
padding: var(--pf-v5-c-context-selector__toggle--PaddingTop)
|
|
179
|
+
padding-block-start: var(--pf-v5-c-context-selector__toggle--PaddingTop);
|
|
180
|
+
padding-block-end: var(--pf-v5-c-context-selector__toggle--PaddingBottom);
|
|
181
|
+
padding-inline-start: var(--pf-v5-c-context-selector__toggle--PaddingLeft);
|
|
182
|
+
padding-inline-end: var(--pf-v5-c-context-selector__toggle--PaddingRight);
|
|
180
183
|
color: var(--pf-v5-c-context-selector__toggle--Color);
|
|
181
184
|
white-space: nowrap;
|
|
182
185
|
cursor: pointer;
|
|
@@ -185,25 +188,28 @@
|
|
|
185
188
|
}
|
|
186
189
|
.pf-v5-c-context-selector__toggle::before {
|
|
187
190
|
position: absolute;
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
191
|
+
inset-block-start: 0;
|
|
192
|
+
inset-block-end: 0;
|
|
193
|
+
inset-inline-start: 0;
|
|
194
|
+
inset-inline-end: 0;
|
|
192
195
|
content: "";
|
|
193
196
|
border: var(--pf-v5-c-context-selector__toggle--BorderWidth) solid;
|
|
194
|
-
border-color: var(--pf-v5-c-context-selector__toggle--BorderTopColor)
|
|
197
|
+
border-block-start-color: var(--pf-v5-c-context-selector__toggle--BorderTopColor);
|
|
198
|
+
border-block-end-color: var(--pf-v5-c-context-selector__toggle--BorderBottomColor);
|
|
199
|
+
border-inline-start-color: var(--pf-v5-c-context-selector__toggle--BorderLeftColor);
|
|
200
|
+
border-inline-end-color: var(--pf-v5-c-context-selector__toggle--BorderRightColor);
|
|
195
201
|
}
|
|
196
202
|
.pf-v5-c-context-selector__toggle:hover::before {
|
|
197
203
|
--pf-v5-c-context-selector__toggle--BorderBottomColor: var(--pf-v5-c-context-selector__toggle--hover--BorderBottomColor);
|
|
198
|
-
border-
|
|
204
|
+
border-block-end-width: var(--pf-v5-c-context-selector__toggle--hover--BorderBottomWidth);
|
|
199
205
|
}
|
|
200
206
|
.pf-v5-c-context-selector__toggle:active::before, .pf-v5-c-context-selector__toggle.pf-m-active::before, .pf-v5-c-context-selector__toggle:focus-within::before {
|
|
201
207
|
--pf-v5-c-context-selector__toggle--BorderBottomColor: var(--pf-v5-c-context-selector__toggle--active--BorderBottomColor);
|
|
202
|
-
border-
|
|
208
|
+
border-block-end-width: var(--pf-v5-c-context-selector__toggle--active--BorderBottomWidth);
|
|
203
209
|
}
|
|
204
210
|
.pf-m-expanded > .pf-v5-c-context-selector__toggle::before {
|
|
205
211
|
--pf-v5-c-context-selector__toggle--BorderBottomColor: var(--pf-v5-c-context-selector__toggle--expanded--BorderBottomColor);
|
|
206
|
-
border-
|
|
212
|
+
border-block-end-width: var(--pf-v5-c-context-selector__toggle--expanded--BorderBottomWidth);
|
|
207
213
|
}
|
|
208
214
|
.pf-v5-c-context-selector__toggle.pf-m-plain {
|
|
209
215
|
--pf-v5-c-context-selector__toggle--PaddingRight: var(--pf-v5-c-context-selector__toggle--m-plain--PaddingRight);
|
|
@@ -237,19 +243,19 @@
|
|
|
237
243
|
font-size: var(--pf-v5-c-context-selector__toggle-text--FontSize);
|
|
238
244
|
font-weight: var(--pf-v5-c-context-selector__toggle-text--FontWeight);
|
|
239
245
|
line-height: var(--pf-v5-c-context-selector__toggle-text--LineHeight);
|
|
240
|
-
text-align:
|
|
246
|
+
text-align: start;
|
|
241
247
|
}
|
|
242
248
|
|
|
243
249
|
.pf-v5-c-context-selector__toggle-icon {
|
|
244
|
-
padding-
|
|
245
|
-
padding-
|
|
250
|
+
padding-inline-start: var(--pf-v5-c-context-selector__toggle-icon--PaddingLeft);
|
|
251
|
+
padding-inline-end: var(--pf-v5-c-context-selector__toggle-icon--PaddingRight);
|
|
246
252
|
color: var(--pf-v5-c-context-selector__toggle-icon--Color, inherit);
|
|
247
253
|
}
|
|
248
254
|
|
|
249
255
|
.pf-v5-c-context-selector__menu {
|
|
250
256
|
color: var(--pf-v5-global--Color--100);
|
|
251
257
|
position: absolute;
|
|
252
|
-
|
|
258
|
+
inset-block-start: var(--pf-v5-c-context-selector__menu--Top);
|
|
253
259
|
z-index: var(--pf-v5-c-context-selector__menu--ZIndex);
|
|
254
260
|
min-width: 100%;
|
|
255
261
|
background-color: var(--pf-v5-c-context-selector__menu--BackgroundColor);
|
|
@@ -258,29 +264,35 @@
|
|
|
258
264
|
}
|
|
259
265
|
.pf-v5-c-context-selector__menu.pf-m-static {
|
|
260
266
|
position: static;
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
267
|
+
inset-block-start: auto;
|
|
268
|
+
inset-block-end: auto;
|
|
269
|
+
inset-inline-start: auto;
|
|
270
|
+
inset-inline-end: auto;
|
|
265
271
|
z-index: auto;
|
|
266
272
|
min-width: min-content;
|
|
267
273
|
}
|
|
268
274
|
|
|
269
275
|
.pf-v5-c-context-selector__menu-search {
|
|
270
276
|
position: relative;
|
|
271
|
-
padding: var(--pf-v5-c-context-selector__menu-search--PaddingTop)
|
|
272
|
-
|
|
277
|
+
padding-block-start: var(--pf-v5-c-context-selector__menu-search--PaddingTop);
|
|
278
|
+
padding-block-end: var(--pf-v5-c-context-selector__menu-search--PaddingBottom);
|
|
279
|
+
padding-inline-start: var(--pf-v5-c-context-selector__menu-search--PaddingLeft);
|
|
280
|
+
padding-inline-end: var(--pf-v5-c-context-selector__menu-search--PaddingRight);
|
|
281
|
+
border-block-end: var(--pf-v5-c-context-selector__menu-search--BorderBottomWidth) solid var(--pf-v5-c-context-selector__menu-search--BorderBottomColor);
|
|
273
282
|
}
|
|
274
283
|
|
|
275
284
|
.pf-v5-c-context-selector__menu-footer {
|
|
276
|
-
padding: var(--pf-v5-c-context-selector__menu-footer--PaddingTop)
|
|
285
|
+
padding-block-start: var(--pf-v5-c-context-selector__menu-footer--PaddingTop);
|
|
286
|
+
padding-block-end: var(--pf-v5-c-context-selector__menu-footer--PaddingBottom);
|
|
287
|
+
padding-inline-start: var(--pf-v5-c-context-selector__menu-footer--PaddingLeft);
|
|
288
|
+
padding-inline-end: var(--pf-v5-c-context-selector__menu-footer--PaddingRight);
|
|
277
289
|
box-shadow: var(--pf-v5-c-context-selector__menu-footer--BoxShadow);
|
|
278
290
|
}
|
|
279
291
|
|
|
280
292
|
.pf-v5-c-context-selector__menu-list {
|
|
281
293
|
max-height: var(--pf-v5-c-context-selector__menu-list--MaxHeight);
|
|
282
|
-
padding-
|
|
283
|
-
padding-
|
|
294
|
+
padding-block-start: var(--pf-v5-c-context-selector__menu-list--PaddingTop);
|
|
295
|
+
padding-block-end: var(--pf-v5-c-context-selector__menu-list--PaddingBottom);
|
|
284
296
|
overflow-y: auto;
|
|
285
297
|
}
|
|
286
298
|
|
|
@@ -288,7 +300,10 @@
|
|
|
288
300
|
display: flex;
|
|
289
301
|
align-items: center;
|
|
290
302
|
width: 100%;
|
|
291
|
-
padding: var(--pf-v5-c-context-selector__menu-list-item--PaddingTop)
|
|
303
|
+
padding-block-start: var(--pf-v5-c-context-selector__menu-list-item--PaddingTop);
|
|
304
|
+
padding-block-end: var(--pf-v5-c-context-selector__menu-list-item--PaddingBottom);
|
|
305
|
+
padding-inline-start: var(--pf-v5-c-context-selector__menu-list-item--PaddingLeft);
|
|
306
|
+
padding-inline-end: var(--pf-v5-c-context-selector__menu-list-item--PaddingRight);
|
|
292
307
|
color: var(--pf-v5-c-context-selector__menu-list-item--Color);
|
|
293
308
|
white-space: nowrap;
|
|
294
309
|
background-color: var(--pf-v5-c-context-selector__menu-list-item--BackgroundColor);
|
|
@@ -317,5 +332,5 @@
|
|
|
317
332
|
background: var(--pf-v5-global--BackgroundColor--300);
|
|
318
333
|
}
|
|
319
334
|
:where(.pf-v5-theme-dark) .pf-v5-c-context-selector__menu-footer {
|
|
320
|
-
border-
|
|
335
|
+
border-block-start: 1px solid var(--pf-v5-global--BorderColor--300);
|
|
321
336
|
}
|