@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
|
@@ -80,7 +80,10 @@
|
|
|
80
80
|
display: flex;
|
|
81
81
|
flex-shrink: 0;
|
|
82
82
|
align-items: baseline;
|
|
83
|
-
padding: var(--pf-v5-c-notification-drawer__header--PaddingTop)
|
|
83
|
+
padding-block-start: var(--pf-v5-c-notification-drawer__header--PaddingTop);
|
|
84
|
+
padding-block-end: var(--pf-v5-c-notification-drawer__header--PaddingBottom);
|
|
85
|
+
padding-inline-start: var(--pf-v5-c-notification-drawer__header--PaddingLeft);
|
|
86
|
+
padding-inline-end: var(--pf-v5-c-notification-drawer__header--PaddingRight);
|
|
84
87
|
background-color: var(--pf-v5-c-notification-drawer__header--BackgroundColor);
|
|
85
88
|
box-shadow: var(--pf-v5-c-notification-drawer__header--BoxShadow);
|
|
86
89
|
}
|
|
@@ -90,13 +93,13 @@
|
|
|
90
93
|
}
|
|
91
94
|
|
|
92
95
|
.pf-v5-c-notification-drawer__header-status {
|
|
93
|
-
margin-
|
|
96
|
+
margin-inline-start: var(--pf-v5-c-notification-drawer__header-status--MarginLeft);
|
|
94
97
|
}
|
|
95
98
|
|
|
96
99
|
.pf-v5-c-notification-drawer__header-action {
|
|
97
100
|
display: flex;
|
|
98
101
|
align-items: center;
|
|
99
|
-
margin-
|
|
102
|
+
margin-inline-start: auto;
|
|
100
103
|
}
|
|
101
104
|
|
|
102
105
|
.pf-v5-c-notification-drawer__body {
|
|
@@ -109,9 +112,12 @@
|
|
|
109
112
|
position: relative;
|
|
110
113
|
display: grid;
|
|
111
114
|
grid-template-columns: 1fr auto;
|
|
112
|
-
padding: var(--pf-v5-c-notification-drawer__list-item--PaddingTop)
|
|
115
|
+
padding-block-start: var(--pf-v5-c-notification-drawer__list-item--PaddingTop);
|
|
116
|
+
padding-block-end: var(--pf-v5-c-notification-drawer__list-item--PaddingBottom);
|
|
117
|
+
padding-inline-start: var(--pf-v5-c-notification-drawer__list-item--PaddingLeft);
|
|
118
|
+
padding-inline-end: var(--pf-v5-c-notification-drawer__list-item--PaddingRight);
|
|
113
119
|
background-color: var(--pf-v5-c-notification-drawer__list-item--BackgroundColor);
|
|
114
|
-
border-
|
|
120
|
+
border-block-end: var(--pf-v5-c-notification-drawer__list-item--BorderBottomWidth) solid var(--pf-v5-c-notification-drawer__list-item--BorderBottomColor);
|
|
115
121
|
outline-offset: var(--pf-v5-c-notification-drawer__list-item--OutlineOffset);
|
|
116
122
|
box-shadow: var(--pf-v5-c-notification-drawer__list-item--BoxShadow);
|
|
117
123
|
}
|
|
@@ -124,8 +130,8 @@
|
|
|
124
130
|
}
|
|
125
131
|
.pf-v5-c-notification-drawer__list-item::before {
|
|
126
132
|
position: absolute;
|
|
127
|
-
|
|
128
|
-
|
|
133
|
+
inset-block-start: var(--pf-v5-c-notification-drawer__list-item--before--Top);
|
|
134
|
+
inset-block-end: var(--pf-v5-c-notification-drawer__list-item--before--Bottom);
|
|
129
135
|
width: var(--pf-v5-c-notification-drawer__list-item--before--Width);
|
|
130
136
|
content: "";
|
|
131
137
|
background-color: var(--pf-v5-c-notification-drawer__list-item--before--BackgroundColor);
|
|
@@ -172,11 +178,11 @@
|
|
|
172
178
|
grid-row: 1/2;
|
|
173
179
|
grid-column: 1/2;
|
|
174
180
|
align-items: baseline;
|
|
175
|
-
margin-
|
|
181
|
+
margin-block-end: var(--pf-v5-c-notification-drawer__list-item-header--MarginBottom);
|
|
176
182
|
}
|
|
177
183
|
|
|
178
184
|
.pf-v5-c-notification-drawer__list-item-header-icon {
|
|
179
|
-
margin-
|
|
185
|
+
margin-inline-end: var(--pf-v5-c-notification-drawer__list-item-header-icon--MarginRight);
|
|
180
186
|
color: var(--pf-v5-c-notification-drawer__list-item-header-icon--Color);
|
|
181
187
|
}
|
|
182
188
|
|
|
@@ -199,7 +205,7 @@
|
|
|
199
205
|
.pf-v5-c-notification-drawer__list-item-description {
|
|
200
206
|
grid-row: 2/3;
|
|
201
207
|
grid-column: 1/2;
|
|
202
|
-
margin-
|
|
208
|
+
margin-block-end: var(--pf-v5-c-notification-drawer__list-item-description--MarginBottom);
|
|
203
209
|
word-break: break-word;
|
|
204
210
|
}
|
|
205
211
|
|
|
@@ -219,7 +225,7 @@
|
|
|
219
225
|
min-height: var(--pf-v5-c-notification-drawer__group--m-expanded--MinHeight);
|
|
220
226
|
}
|
|
221
227
|
.pf-v5-c-notification-drawer__group.pf-m-expanded + .pf-v5-c-notification-drawer__group {
|
|
222
|
-
border-
|
|
228
|
+
border-block-start: var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopWidth) solid var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopColor);
|
|
223
229
|
}
|
|
224
230
|
.pf-v5-c-notification-drawer__group .pf-v5-c-notification-drawer__list-item:last-child {
|
|
225
231
|
--pf-v5-c-notification-drawer__list-item--BorderBottomWidth: 0;
|
|
@@ -230,10 +236,13 @@
|
|
|
230
236
|
display: flex;
|
|
231
237
|
align-items: baseline;
|
|
232
238
|
width: 100%;
|
|
233
|
-
padding: var(--pf-v5-c-notification-drawer__group-toggle--PaddingTop)
|
|
239
|
+
padding-block-start: var(--pf-v5-c-notification-drawer__group-toggle--PaddingTop);
|
|
240
|
+
padding-block-end: var(--pf-v5-c-notification-drawer__group-toggle--PaddingBottom);
|
|
241
|
+
padding-inline-start: var(--pf-v5-c-notification-drawer__group-toggle--PaddingLeft);
|
|
242
|
+
padding-inline-end: var(--pf-v5-c-notification-drawer__group-toggle--PaddingRight);
|
|
234
243
|
background-color: var(--pf-v5-c-notification-drawer__group-toggle--BackgroundColor);
|
|
235
|
-
border: solid var(--pf-v5-c-notification-drawer__group-toggle--BorderColor);
|
|
236
|
-
border-width:
|
|
244
|
+
border: 0 solid var(--pf-v5-c-notification-drawer__group-toggle--BorderColor);
|
|
245
|
+
border-block-end-width: var(--pf-v5-c-notification-drawer__group-toggle--BorderBottomWidth);
|
|
237
246
|
outline-offset: var(--pf-v5-c-notification-drawer__group-toggle--OutlineOffset);
|
|
238
247
|
}
|
|
239
248
|
|
|
@@ -243,21 +252,25 @@
|
|
|
243
252
|
-webkit-line-clamp: var(--pf-v5-c-notification-drawer__group-toggle-title--max-lines);
|
|
244
253
|
overflow: hidden;
|
|
245
254
|
flex: 1;
|
|
246
|
-
margin-
|
|
247
|
-
text-align:
|
|
255
|
+
margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-title--MarginRight);
|
|
256
|
+
text-align: start;
|
|
248
257
|
word-break: break-word;
|
|
249
258
|
}
|
|
250
259
|
|
|
251
260
|
.pf-v5-c-notification-drawer__group-toggle-count {
|
|
252
|
-
margin-
|
|
253
|
-
margin-
|
|
261
|
+
margin-inline-start: auto;
|
|
262
|
+
margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-count--MarginRight);
|
|
254
263
|
}
|
|
255
264
|
|
|
256
265
|
.pf-v5-c-notification-drawer__group-toggle-icon {
|
|
257
|
-
margin-
|
|
266
|
+
margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-icon--MarginRight);
|
|
258
267
|
color: var(--pf-v5-c-notification-drawer__group-toggle-icon--Color);
|
|
259
268
|
transition: var(--pf-v5-c-notification-drawer__group-toggle-icon--Transition);
|
|
260
269
|
}
|
|
270
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-notification-drawer__group-toggle-icon {
|
|
271
|
+
scale: -1 1;
|
|
272
|
+
}
|
|
273
|
+
|
|
261
274
|
.pf-v5-c-notification-drawer__group.pf-m-expanded .pf-v5-c-notification-drawer__group-toggle-icon {
|
|
262
275
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
|
263
276
|
}
|
|
@@ -111,7 +111,10 @@
|
|
|
111
111
|
display: flex;
|
|
112
112
|
flex-shrink: 0;
|
|
113
113
|
align-items: baseline;
|
|
114
|
-
padding: var(--#{$notification-drawer}__header--PaddingTop)
|
|
114
|
+
padding-block-start: var(--#{$notification-drawer}__header--PaddingTop);
|
|
115
|
+
padding-block-end: var(--#{$notification-drawer}__header--PaddingBottom);
|
|
116
|
+
padding-inline-start: var(--#{$notification-drawer}__header--PaddingLeft);
|
|
117
|
+
padding-inline-end: var(--#{$notification-drawer}__header--PaddingRight);
|
|
115
118
|
background-color: var(--#{$notification-drawer}__header--BackgroundColor);
|
|
116
119
|
box-shadow: var(--#{$notification-drawer}__header--BoxShadow);
|
|
117
120
|
}
|
|
@@ -121,13 +124,13 @@
|
|
|
121
124
|
}
|
|
122
125
|
|
|
123
126
|
.#{$notification-drawer}__header-status {
|
|
124
|
-
margin-
|
|
127
|
+
margin-inline-start: var(--#{$notification-drawer}__header-status--MarginLeft);
|
|
125
128
|
}
|
|
126
129
|
|
|
127
130
|
.#{$notification-drawer}__header-action {
|
|
128
131
|
display: flex;
|
|
129
132
|
align-items: center;
|
|
130
|
-
margin-
|
|
133
|
+
margin-inline-start: auto;
|
|
131
134
|
}
|
|
132
135
|
|
|
133
136
|
.#{$notification-drawer}__body {
|
|
@@ -140,9 +143,12 @@
|
|
|
140
143
|
position: relative;
|
|
141
144
|
display: grid;
|
|
142
145
|
grid-template-columns: 1fr auto;
|
|
143
|
-
padding: var(--#{$notification-drawer}__list-item--PaddingTop)
|
|
146
|
+
padding-block-start: var(--#{$notification-drawer}__list-item--PaddingTop);
|
|
147
|
+
padding-block-end: var(--#{$notification-drawer}__list-item--PaddingBottom);
|
|
148
|
+
padding-inline-start: var(--#{$notification-drawer}__list-item--PaddingLeft);
|
|
149
|
+
padding-inline-end: var(--#{$notification-drawer}__list-item--PaddingRight);
|
|
144
150
|
background-color: var(--#{$notification-drawer}__list-item--BackgroundColor);
|
|
145
|
-
border-
|
|
151
|
+
border-block-end: var(--#{$notification-drawer}__list-item--BorderBottomWidth) solid var(--#{$notification-drawer}__list-item--BorderBottomColor);
|
|
146
152
|
outline-offset: var(--#{$notification-drawer}__list-item--OutlineOffset);
|
|
147
153
|
box-shadow: var(--#{$notification-drawer}__list-item--BoxShadow);
|
|
148
154
|
|
|
@@ -158,8 +164,8 @@
|
|
|
158
164
|
|
|
159
165
|
&::before {
|
|
160
166
|
position: absolute;
|
|
161
|
-
|
|
162
|
-
|
|
167
|
+
inset-block-start: var(--#{$notification-drawer}__list-item--before--Top);
|
|
168
|
+
inset-block-end: var(--#{$notification-drawer}__list-item--before--Bottom);
|
|
163
169
|
width: var(--#{$notification-drawer}__list-item--before--Width);
|
|
164
170
|
content: "";
|
|
165
171
|
background-color: var(--#{$notification-drawer}__list-item--before--BackgroundColor);
|
|
@@ -216,11 +222,11 @@
|
|
|
216
222
|
grid-row: 1 / 2;
|
|
217
223
|
grid-column: 1 / 2;
|
|
218
224
|
align-items: baseline;
|
|
219
|
-
margin-
|
|
225
|
+
margin-block-end: var(--#{$notification-drawer}__list-item-header--MarginBottom);
|
|
220
226
|
}
|
|
221
227
|
|
|
222
228
|
.#{$notification-drawer}__list-item-header-icon {
|
|
223
|
-
margin-
|
|
229
|
+
margin-inline-end: var(--#{$notification-drawer}__list-item-header-icon--MarginRight);
|
|
224
230
|
color: var(--#{$notification-drawer}__list-item-header-icon--Color);
|
|
225
231
|
}
|
|
226
232
|
|
|
@@ -241,7 +247,7 @@
|
|
|
241
247
|
.#{$notification-drawer}__list-item-description {
|
|
242
248
|
grid-row: 2 / 3;
|
|
243
249
|
grid-column: 1 / 2;
|
|
244
|
-
margin-
|
|
250
|
+
margin-block-end: var(--#{$notification-drawer}__list-item-description--MarginBottom);
|
|
245
251
|
word-break: break-word;
|
|
246
252
|
}
|
|
247
253
|
|
|
@@ -262,7 +268,7 @@
|
|
|
262
268
|
min-height: var(--#{$notification-drawer}__group--m-expanded--MinHeight);
|
|
263
269
|
|
|
264
270
|
+ .#{$notification-drawer}__group {
|
|
265
|
-
border-
|
|
271
|
+
border-block-start: var(--#{$notification-drawer}__group--m-expanded--group--BorderTopWidth) solid var(--#{$notification-drawer}__group--m-expanded--group--BorderTopColor);
|
|
266
272
|
}
|
|
267
273
|
}
|
|
268
274
|
|
|
@@ -276,10 +282,13 @@
|
|
|
276
282
|
display: flex;
|
|
277
283
|
align-items: baseline;
|
|
278
284
|
width: 100%;
|
|
279
|
-
padding: var(--#{$notification-drawer}__group-toggle--PaddingTop)
|
|
285
|
+
padding-block-start: var(--#{$notification-drawer}__group-toggle--PaddingTop);
|
|
286
|
+
padding-block-end: var(--#{$notification-drawer}__group-toggle--PaddingBottom);
|
|
287
|
+
padding-inline-start: var(--#{$notification-drawer}__group-toggle--PaddingLeft);
|
|
288
|
+
padding-inline-end: var(--#{$notification-drawer}__group-toggle--PaddingRight);
|
|
280
289
|
background-color: var(--#{$notification-drawer}__group-toggle--BackgroundColor);
|
|
281
|
-
border: solid var(--#{$notification-drawer}__group-toggle--BorderColor);
|
|
282
|
-
border-width:
|
|
290
|
+
border: 0 solid var(--#{$notification-drawer}__group-toggle--BorderColor);
|
|
291
|
+
border-block-end-width: var(--#{$notification-drawer}__group-toggle--BorderBottomWidth);
|
|
283
292
|
outline-offset: var(--#{$notification-drawer}__group-toggle--OutlineOffset);
|
|
284
293
|
}
|
|
285
294
|
|
|
@@ -287,18 +296,20 @@
|
|
|
287
296
|
@include pf-v5-line-clamp("var(--#{$notification-drawer}__group-toggle-title--max-lines)");
|
|
288
297
|
|
|
289
298
|
flex: 1;
|
|
290
|
-
margin-
|
|
291
|
-
text-align:
|
|
299
|
+
margin-inline-end: var(--#{$notification-drawer}__group-toggle-title--MarginRight);
|
|
300
|
+
text-align: start;
|
|
292
301
|
word-break: break-word;
|
|
293
302
|
}
|
|
294
303
|
|
|
295
304
|
.#{$notification-drawer}__group-toggle-count {
|
|
296
|
-
margin-
|
|
297
|
-
margin-
|
|
305
|
+
margin-inline-start: auto;
|
|
306
|
+
margin-inline-end: var(--#{$notification-drawer}__group-toggle-count--MarginRight);
|
|
298
307
|
}
|
|
299
308
|
|
|
300
309
|
.#{$notification-drawer}__group-toggle-icon {
|
|
301
|
-
|
|
310
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
311
|
+
|
|
312
|
+
margin-inline-end: var(--#{$notification-drawer}__group-toggle-icon--MarginRight);
|
|
302
313
|
color: var(--#{$notification-drawer}__group-toggle-icon--Color);
|
|
303
314
|
transition: var(--#{$notification-drawer}__group-toggle-icon--Transition);
|
|
304
315
|
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
width: var(--pf-v5-c-number-input--c-form-control--Width);
|
|
30
30
|
}
|
|
31
31
|
.pf-v5-c-number-input .pf-v5-c-form-control > :is(input) {
|
|
32
|
-
text-align:
|
|
32
|
+
text-align: end;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.pf-v5-c-input-group + .pf-v5-c-number-input__unit,
|
|
36
36
|
.pf-v5-c-number-input__unit + .pf-v5-c-input-group {
|
|
37
|
-
margin-
|
|
37
|
+
margin-inline-start: var(--pf-v5-c-number-input__unit--c-input-group--MarginLeft);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.pf-v5-c-number-input__icon {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
width: var(--#{$number-input}--c-form-control--Width);
|
|
34
34
|
|
|
35
35
|
> :is(input) {
|
|
36
|
-
text-align:
|
|
36
|
+
text-align: end;
|
|
37
37
|
|
|
38
38
|
@extend %pf-v5-remove-num-arrows;
|
|
39
39
|
}
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
.#{$input-group} + .#{$number-input}__unit,
|
|
44
44
|
.#{$number-input}__unit + .#{$input-group} {
|
|
45
|
-
margin-
|
|
45
|
+
margin-inline-start: var(--#{$number-input}__unit--c-input-group--MarginLeft);
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.#{$number-input}__icon {
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
max-width: 100%;
|
|
72
72
|
}
|
|
73
73
|
.pf-v5-c-options-menu .pf-v5-c-divider {
|
|
74
|
-
margin-
|
|
75
|
-
margin-
|
|
74
|
+
margin-block-start: var(--pf-v5-c-options-menu--c-divider--MarginTop);
|
|
75
|
+
margin-block-end: var(--pf-v5-c-options-menu--c-divider--MarginBottom);
|
|
76
76
|
}
|
|
77
77
|
.pf-v5-c-options-menu .pf-v5-c-divider:last-child {
|
|
78
78
|
--pf-v5-c-options-menu--c-divider--MarginBottom: 0;
|
|
@@ -81,13 +81,16 @@
|
|
|
81
81
|
.pf-v5-c-options-menu__toggle:not(.pf-m-plain)::before,
|
|
82
82
|
.pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button::before {
|
|
83
83
|
position: absolute;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
84
|
+
inset-block-start: 0;
|
|
85
|
+
inset-block-end: 0;
|
|
86
|
+
inset-inline-start: 0;
|
|
87
|
+
inset-inline-end: 0;
|
|
88
88
|
content: "";
|
|
89
89
|
border: var(--pf-v5-c-options-menu__toggle--BorderWidth) solid;
|
|
90
|
-
border-color: var(--pf-v5-c-options-menu__toggle--BorderTopColor)
|
|
90
|
+
border-block-start-color: var(--pf-v5-c-options-menu__toggle--BorderTopColor);
|
|
91
|
+
border-block-end-color: var(--pf-v5-c-options-menu__toggle--BorderBottomColor);
|
|
92
|
+
border-inline-start-color: var(--pf-v5-c-options-menu__toggle--BorderLeftColor);
|
|
93
|
+
border-inline-end-color: var(--pf-v5-c-options-menu__toggle--BorderRightColor);
|
|
91
94
|
}
|
|
92
95
|
.pf-v5-c-options-menu__toggle:not(.pf-m-plain):hover::before,
|
|
93
96
|
.pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button:hover::before {
|
|
@@ -97,12 +100,12 @@
|
|
|
97
100
|
.pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button:active::before,
|
|
98
101
|
.pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button.pf-m-active::before {
|
|
99
102
|
--pf-v5-c-options-menu__toggle--BorderBottomColor: var(--pf-v5-c-options-menu__toggle--active--BorderBottomColor);
|
|
100
|
-
border-
|
|
103
|
+
border-block-end-width: var(--pf-v5-c-options-menu__toggle--active--BorderBottomWidth);
|
|
101
104
|
}
|
|
102
105
|
.pf-v5-c-options-menu__toggle:not(.pf-m-plain):focus::before,
|
|
103
106
|
.pf-v5-c-options-menu.pf-m-text:not(.pf-m-plain) .pf-v5-c-options-menu__toggle-button:focus::before {
|
|
104
107
|
--pf-v5-c-options-menu__toggle--BorderBottomColor: var(--pf-v5-c-options-menu__toggle--focus--BorderBottomColor);
|
|
105
|
-
border-
|
|
108
|
+
border-block-end-width: var(--pf-v5-c-options-menu__toggle--focus--BorderBottomWidth);
|
|
106
109
|
}
|
|
107
110
|
|
|
108
111
|
.pf-v5-c-options-menu__toggle {
|
|
@@ -112,14 +115,17 @@
|
|
|
112
115
|
align-items: center;
|
|
113
116
|
min-width: var(--pf-v5-c-options-menu__toggle--MinWidth);
|
|
114
117
|
max-width: 100%;
|
|
115
|
-
padding: var(--pf-v5-c-options-menu__toggle--PaddingTop)
|
|
118
|
+
padding-block-start: var(--pf-v5-c-options-menu__toggle--PaddingTop);
|
|
119
|
+
padding-block-end: var(--pf-v5-c-options-menu__toggle--PaddingBottom);
|
|
120
|
+
padding-inline-start: var(--pf-v5-c-options-menu__toggle--PaddingLeft);
|
|
121
|
+
padding-inline-end: var(--pf-v5-c-options-menu__toggle--PaddingRight);
|
|
116
122
|
color: var(--pf-v5-c-options-menu__toggle--Color);
|
|
117
123
|
background-color: var(--pf-v5-c-options-menu__toggle--BackgroundColor);
|
|
118
124
|
border: none;
|
|
119
125
|
}
|
|
120
126
|
.pf-v5-c-options-menu.pf-m-expanded > .pf-v5-c-options-menu__toggle::before {
|
|
121
127
|
--pf-v5-c-options-menu__toggle--BorderBottomColor: var(--pf-v5-c-options-menu__toggle--expanded--BorderBottomColor);
|
|
122
|
-
border-
|
|
128
|
+
border-block-end-width: var(--pf-v5-c-options-menu__toggle--expanded--BorderBottomWidth);
|
|
123
129
|
}
|
|
124
130
|
.pf-v5-c-options-menu__toggle.pf-m-plain {
|
|
125
131
|
--pf-v5-c-options-menu__toggle-icon--Color: var(--pf-v5-c-options-menu--m-plain__toggle-icon--Color);
|
|
@@ -152,7 +158,10 @@
|
|
|
152
158
|
}
|
|
153
159
|
|
|
154
160
|
.pf-v5-c-options-menu__toggle-button {
|
|
155
|
-
padding: var(--pf-v5-c-options-menu__toggle-button--PaddingTop)
|
|
161
|
+
padding-block-start: var(--pf-v5-c-options-menu__toggle-button--PaddingTop);
|
|
162
|
+
padding-block-end: var(--pf-v5-c-options-menu__toggle-button--PaddingBottom);
|
|
163
|
+
padding-inline-start: var(--pf-v5-c-options-menu__toggle-button--PaddingLeft);
|
|
164
|
+
padding-inline-end: var(--pf-v5-c-options-menu__toggle-button--PaddingRight);
|
|
156
165
|
background-color: var(--pf-v5-c-options-menu__toggle-button--BackgroundColor);
|
|
157
166
|
border: 0;
|
|
158
167
|
}
|
|
@@ -162,7 +171,7 @@
|
|
|
162
171
|
text-overflow: ellipsis;
|
|
163
172
|
white-space: nowrap;
|
|
164
173
|
flex: 1 1 auto;
|
|
165
|
-
text-align:
|
|
174
|
+
text-align: start;
|
|
166
175
|
}
|
|
167
176
|
|
|
168
177
|
.pf-v5-c-options-menu__toggle-icon,
|
|
@@ -171,8 +180,8 @@
|
|
|
171
180
|
}
|
|
172
181
|
|
|
173
182
|
.pf-v5-c-options-menu__toggle-icon {
|
|
174
|
-
padding-
|
|
175
|
-
padding-
|
|
183
|
+
padding-inline-start: var(--pf-v5-c-options-menu__toggle-icon--PaddingLeft);
|
|
184
|
+
padding-inline-end: var(--pf-v5-c-options-menu__toggle-icon--PaddingRight);
|
|
176
185
|
}
|
|
177
186
|
.pf-v5-c-options-menu.pf-m-top.pf-m-expanded .pf-v5-c-options-menu__toggle-icon {
|
|
178
187
|
transform: rotate(var(--pf-v5-c-options-menu--m-top--m-expanded__toggle-icon--Rotate));
|
|
@@ -180,17 +189,17 @@
|
|
|
180
189
|
|
|
181
190
|
.pf-v5-c-options-menu__menu {
|
|
182
191
|
position: absolute;
|
|
183
|
-
|
|
192
|
+
inset-block-start: var(--pf-v5-c-options-menu__menu--Top);
|
|
184
193
|
z-index: var(--pf-v5-c-options-menu__menu--ZIndex);
|
|
185
194
|
min-width: 100%;
|
|
186
|
-
padding-
|
|
187
|
-
padding-
|
|
195
|
+
padding-block-start: var(--pf-v5-c-options-menu__menu--PaddingTop);
|
|
196
|
+
padding-block-end: var(--pf-v5-c-options-menu__menu--PaddingBottom);
|
|
188
197
|
background-color: var(--pf-v5-c-options-menu__menu--BackgroundColor);
|
|
189
198
|
background-clip: padding-box;
|
|
190
199
|
box-shadow: var(--pf-v5-c-options-menu__menu--BoxShadow);
|
|
191
200
|
}
|
|
192
201
|
.pf-v5-c-options-menu__menu.pf-m-align-right {
|
|
193
|
-
|
|
202
|
+
inset-inline-end: 0;
|
|
194
203
|
}
|
|
195
204
|
.pf-v5-c-options-menu.pf-m-top .pf-v5-c-options-menu__menu {
|
|
196
205
|
--pf-v5-c-options-menu__menu--Top: var(--pf-v5-c-options-menu--m-top__menu--Top);
|
|
@@ -199,10 +208,10 @@
|
|
|
199
208
|
.pf-v5-c-options-menu__menu.pf-m-static {
|
|
200
209
|
--pf-v5-c-options-menu--m-top__menu--TranslateY: 0;
|
|
201
210
|
position: static;
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
211
|
+
inset-block-start: auto;
|
|
212
|
+
inset-block-end: auto;
|
|
213
|
+
inset-inline-start: auto;
|
|
214
|
+
inset-inline-end: auto;
|
|
206
215
|
z-index: auto;
|
|
207
216
|
min-width: min-content;
|
|
208
217
|
}
|
|
@@ -211,7 +220,10 @@
|
|
|
211
220
|
display: flex;
|
|
212
221
|
align-items: baseline;
|
|
213
222
|
width: 100%;
|
|
214
|
-
padding: var(--pf-v5-c-options-menu__menu-item--PaddingTop)
|
|
223
|
+
padding-block-start: var(--pf-v5-c-options-menu__menu-item--PaddingTop);
|
|
224
|
+
padding-block-end: var(--pf-v5-c-options-menu__menu-item--PaddingBottom);
|
|
225
|
+
padding-inline-start: var(--pf-v5-c-options-menu__menu-item--PaddingLeft);
|
|
226
|
+
padding-inline-end: var(--pf-v5-c-options-menu__menu-item--PaddingRight);
|
|
215
227
|
font-size: var(--pf-v5-c-options-menu__menu-item--FontSize);
|
|
216
228
|
color: var(--pf-v5-c-options-menu__menu-item--Color);
|
|
217
229
|
white-space: nowrap;
|
|
@@ -231,21 +243,21 @@
|
|
|
231
243
|
.pf-v5-c-options-menu__menu-item-icon {
|
|
232
244
|
align-self: center;
|
|
233
245
|
width: auto;
|
|
234
|
-
padding-
|
|
235
|
-
margin-
|
|
246
|
+
padding-inline-start: var(--pf-v5-c-options-menu__menu-item-icon--PaddingLeft);
|
|
247
|
+
margin-inline-start: auto;
|
|
236
248
|
font-size: var(--pf-v5-c-options-menu__menu-item-icon--FontSize);
|
|
237
249
|
color: var(--pf-v5-c-options-menu__menu-item-icon--Color);
|
|
238
250
|
}
|
|
239
251
|
|
|
240
252
|
.pf-v5-c-options-menu__group + .pf-v5-c-options-menu__group {
|
|
241
|
-
padding-
|
|
253
|
+
padding-block-start: var(--pf-v5-c-options-menu__group--group--PaddingTop);
|
|
242
254
|
}
|
|
243
255
|
|
|
244
256
|
.pf-v5-c-options-menu__group-title {
|
|
245
|
-
padding-
|
|
246
|
-
padding-
|
|
247
|
-
padding-
|
|
248
|
-
padding-
|
|
257
|
+
padding-block-start: var(--pf-v5-c-options-menu__group-title--PaddingTop);
|
|
258
|
+
padding-block-end: var(--pf-v5-c-options-menu__group-title--PaddingBottom);
|
|
259
|
+
padding-inline-start: var(--pf-v5-c-options-menu__group-title--PaddingLeft);
|
|
260
|
+
padding-inline-end: var(--pf-v5-c-options-menu__group-title--PaddingRight);
|
|
249
261
|
font-size: var(--pf-v5-c-options-menu__group-title--FontSize);
|
|
250
262
|
font-weight: var(--pf-v5-c-options-menu__group-title--FontWeight);
|
|
251
263
|
color: var(--pf-v5-c-options-menu__group-title--Color);
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
max-width: 100%;
|
|
90
90
|
|
|
91
91
|
.#{$divider} {
|
|
92
|
-
margin-
|
|
93
|
-
margin-
|
|
92
|
+
margin-block-start: var(--#{$options-menu}--c-divider--MarginTop);
|
|
93
|
+
margin-block-end: var(--#{$options-menu}--c-divider--MarginBottom);
|
|
94
94
|
|
|
95
95
|
// Support divider as last item in group to separate groups
|
|
96
96
|
&:last-child {
|
|
@@ -103,13 +103,16 @@
|
|
|
103
103
|
.#{$options-menu}.pf-m-text:not(.pf-m-plain) .#{$options-menu}__toggle-button {
|
|
104
104
|
&::before {
|
|
105
105
|
position: absolute;
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
106
|
+
inset-block-start: 0;
|
|
107
|
+
inset-block-end: 0;
|
|
108
|
+
inset-inline-start: 0;
|
|
109
|
+
inset-inline-end: 0;
|
|
110
110
|
content: "";
|
|
111
111
|
border: var(--#{$options-menu}__toggle--BorderWidth) solid;
|
|
112
|
-
border-color: var(--#{$options-menu}__toggle--BorderTopColor)
|
|
112
|
+
border-block-start-color: var(--#{$options-menu}__toggle--BorderTopColor);
|
|
113
|
+
border-block-end-color: var(--#{$options-menu}__toggle--BorderBottomColor);
|
|
114
|
+
border-inline-start-color: var(--#{$options-menu}__toggle--BorderLeftColor);
|
|
115
|
+
border-inline-end-color: var(--#{$options-menu}__toggle--BorderRightColor);
|
|
113
116
|
}
|
|
114
117
|
|
|
115
118
|
&:hover {
|
|
@@ -123,7 +126,7 @@
|
|
|
123
126
|
&::before {
|
|
124
127
|
--#{$options-menu}__toggle--BorderBottomColor: var(--#{$options-menu}__toggle--active--BorderBottomColor);
|
|
125
128
|
|
|
126
|
-
border-
|
|
129
|
+
border-block-end-width: var(--#{$options-menu}__toggle--active--BorderBottomWidth);
|
|
127
130
|
}
|
|
128
131
|
}
|
|
129
132
|
|
|
@@ -131,7 +134,7 @@
|
|
|
131
134
|
&::before {
|
|
132
135
|
--#{$options-menu}__toggle--BorderBottomColor: var(--#{$options-menu}__toggle--focus--BorderBottomColor);
|
|
133
136
|
|
|
134
|
-
border-
|
|
137
|
+
border-block-end-width: var(--#{$options-menu}__toggle--focus--BorderBottomWidth);
|
|
135
138
|
}
|
|
136
139
|
}
|
|
137
140
|
}
|
|
@@ -143,7 +146,10 @@
|
|
|
143
146
|
align-items: center;
|
|
144
147
|
min-width: var(--#{$options-menu}__toggle--MinWidth);
|
|
145
148
|
max-width: 100%;
|
|
146
|
-
padding: var(--#{$options-menu}__toggle--PaddingTop)
|
|
149
|
+
padding-block-start: var(--#{$options-menu}__toggle--PaddingTop);
|
|
150
|
+
padding-block-end: var(--#{$options-menu}__toggle--PaddingBottom);
|
|
151
|
+
padding-inline-start: var(--#{$options-menu}__toggle--PaddingLeft);
|
|
152
|
+
padding-inline-end: var(--#{$options-menu}__toggle--PaddingRight);
|
|
147
153
|
color: var(--#{$options-menu}__toggle--Color);
|
|
148
154
|
background-color: var(--#{$options-menu}__toggle--BackgroundColor);
|
|
149
155
|
border: none;
|
|
@@ -152,7 +158,7 @@
|
|
|
152
158
|
&::before {
|
|
153
159
|
--#{$options-menu}__toggle--BorderBottomColor: var(--#{$options-menu}__toggle--expanded--BorderBottomColor);
|
|
154
160
|
|
|
155
|
-
border-
|
|
161
|
+
border-block-end-width: var(--#{$options-menu}__toggle--expanded--BorderBottomWidth);
|
|
156
162
|
}
|
|
157
163
|
}
|
|
158
164
|
|
|
@@ -202,7 +208,10 @@
|
|
|
202
208
|
}
|
|
203
209
|
|
|
204
210
|
.#{$options-menu}__toggle-button {
|
|
205
|
-
padding: var(--#{$options-menu}__toggle-button--PaddingTop)
|
|
211
|
+
padding-block-start: var(--#{$options-menu}__toggle-button--PaddingTop);
|
|
212
|
+
padding-block-end: var(--#{$options-menu}__toggle-button--PaddingBottom);
|
|
213
|
+
padding-inline-start: var(--#{$options-menu}__toggle-button--PaddingLeft);
|
|
214
|
+
padding-inline-end: var(--#{$options-menu}__toggle-button--PaddingRight);
|
|
206
215
|
background-color: var(--#{$options-menu}__toggle-button--BackgroundColor);
|
|
207
216
|
border: 0;
|
|
208
217
|
}
|
|
@@ -211,7 +220,7 @@
|
|
|
211
220
|
@include pf-v5-text-overflow;
|
|
212
221
|
|
|
213
222
|
flex: 1 1 auto;
|
|
214
|
-
text-align:
|
|
223
|
+
text-align: start;
|
|
215
224
|
}
|
|
216
225
|
|
|
217
226
|
.#{$options-menu}__toggle-icon,
|
|
@@ -220,8 +229,8 @@
|
|
|
220
229
|
}
|
|
221
230
|
|
|
222
231
|
.#{$options-menu}__toggle-icon {
|
|
223
|
-
padding-
|
|
224
|
-
padding-
|
|
232
|
+
padding-inline-start: var(--#{$options-menu}__toggle-icon--PaddingLeft);
|
|
233
|
+
padding-inline-end: var(--#{$options-menu}__toggle-icon--PaddingRight);
|
|
225
234
|
|
|
226
235
|
.#{$options-menu}.pf-m-top.pf-m-expanded & {
|
|
227
236
|
transform: rotate(var(--#{$options-menu}--m-top--m-expanded__toggle-icon--Rotate));
|
|
@@ -230,17 +239,17 @@
|
|
|
230
239
|
|
|
231
240
|
.#{$options-menu}__menu {
|
|
232
241
|
position: absolute;
|
|
233
|
-
|
|
242
|
+
inset-block-start: var(--#{$options-menu}__menu--Top);
|
|
234
243
|
z-index: var(--#{$options-menu}__menu--ZIndex);
|
|
235
244
|
min-width: 100%;
|
|
236
|
-
padding-
|
|
237
|
-
padding-
|
|
245
|
+
padding-block-start: var(--#{$options-menu}__menu--PaddingTop);
|
|
246
|
+
padding-block-end: var(--#{$options-menu}__menu--PaddingBottom);
|
|
238
247
|
background-color: var(--#{$options-menu}__menu--BackgroundColor);
|
|
239
248
|
background-clip: padding-box;
|
|
240
249
|
box-shadow: var(--#{$options-menu}__menu--BoxShadow);
|
|
241
250
|
|
|
242
251
|
&.pf-m-align-right {
|
|
243
|
-
|
|
252
|
+
inset-inline-end: 0;
|
|
244
253
|
}
|
|
245
254
|
|
|
246
255
|
.#{$options-menu}.pf-m-top & {
|
|
@@ -253,10 +262,10 @@
|
|
|
253
262
|
--#{$options-menu}--m-top__menu--TranslateY: 0;
|
|
254
263
|
|
|
255
264
|
position: static;
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
265
|
+
inset-block-start: auto;
|
|
266
|
+
inset-block-end: auto;
|
|
267
|
+
inset-inline-start: auto;
|
|
268
|
+
inset-inline-end: auto;
|
|
260
269
|
z-index: auto;
|
|
261
270
|
min-width: min-content;
|
|
262
271
|
}
|
|
@@ -266,7 +275,10 @@
|
|
|
266
275
|
display: flex;
|
|
267
276
|
align-items: baseline;
|
|
268
277
|
width: 100%;
|
|
269
|
-
padding: var(--#{$options-menu}__menu-item--PaddingTop)
|
|
278
|
+
padding-block-start: var(--#{$options-menu}__menu-item--PaddingTop);
|
|
279
|
+
padding-block-end: var(--#{$options-menu}__menu-item--PaddingBottom);
|
|
280
|
+
padding-inline-start: var(--#{$options-menu}__menu-item--PaddingLeft);
|
|
281
|
+
padding-inline-end: var(--#{$options-menu}__menu-item--PaddingRight);
|
|
270
282
|
font-size: var(--#{$options-menu}__menu-item--FontSize);
|
|
271
283
|
color: var(--#{$options-menu}__menu-item--Color);
|
|
272
284
|
white-space: nowrap;
|
|
@@ -290,23 +302,23 @@
|
|
|
290
302
|
.#{$options-menu}__menu-item-icon {
|
|
291
303
|
align-self: center;
|
|
292
304
|
width: auto; // this allows the padding to apply when this class is used with an svg element
|
|
293
|
-
padding-
|
|
294
|
-
margin-
|
|
305
|
+
padding-inline-start: var(--#{$options-menu}__menu-item-icon--PaddingLeft);
|
|
306
|
+
margin-inline-start: auto;
|
|
295
307
|
font-size: var(--#{$options-menu}__menu-item-icon--FontSize);
|
|
296
308
|
color: var(--#{$options-menu}__menu-item-icon--Color);
|
|
297
309
|
}
|
|
298
310
|
|
|
299
311
|
.#{$options-menu}__group {
|
|
300
312
|
& + & {
|
|
301
|
-
padding-
|
|
313
|
+
padding-block-start: var(--#{$options-menu}__group--group--PaddingTop);
|
|
302
314
|
}
|
|
303
315
|
}
|
|
304
316
|
|
|
305
317
|
.#{$options-menu}__group-title {
|
|
306
|
-
padding-
|
|
307
|
-
padding-
|
|
308
|
-
padding-
|
|
309
|
-
padding-
|
|
318
|
+
padding-block-start: var(--#{$options-menu}__group-title--PaddingTop);
|
|
319
|
+
padding-block-end: var(--#{$options-menu}__group-title--PaddingBottom);
|
|
320
|
+
padding-inline-start: var(--#{$options-menu}__group-title--PaddingLeft);
|
|
321
|
+
padding-inline-end: var(--#{$options-menu}__group-title--PaddingRight);
|
|
310
322
|
font-size: var(--#{$options-menu}__group-title--FontSize);
|
|
311
323
|
font-weight: var(--#{$options-menu}__group-title--FontWeight);
|
|
312
324
|
color: var(--#{$options-menu}__group-title--Color);
|