@patternfly/patternfly 6.0.0-alpha.6 → 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 +277 -188
- package/base/tokens/_tokens-dark.scss +117 -82
- package/base/tokens/_tokens-default.scss +145 -109
- package/base/tokens/_tokens-font.scss +16 -14
- package/base/tokens/_tokens-palette.scss +2 -4
- 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 +32 -30
- package/components/Masthead/masthead.scss +32 -30
- 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 +264 -203
- package/components/Table/table-grid.scss +61 -47
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +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/Page/examples/Penta.md +528 -500
- 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 +298 -191
- package/patternfly-base-no-globals.css +298 -191
- package/patternfly-base-theme-dark-unversioned.css +299 -192
- package/patternfly-base.css +299 -192
- package/patternfly-no-globals.css +2977 -2079
- package/patternfly-theme-dark-unversioned.css +2978 -2080
- package/patternfly.css +2978 -2080
- 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
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.#{$divider} {
|
|
96
|
-
margin-
|
|
97
|
-
margin-
|
|
96
|
+
margin-block-start: var(--#{$app-launcher}--c-divider--MarginTop);
|
|
97
|
+
margin-block-end: var(--#{$app-launcher}--c-divider--MarginBottom);
|
|
98
98
|
|
|
99
99
|
// Support divider as last item in group to separate groups
|
|
100
100
|
&:last-child {
|
|
@@ -104,7 +104,10 @@
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.#{$app-launcher}__toggle {
|
|
107
|
-
padding: var(--#{$app-launcher}__toggle--PaddingTop)
|
|
107
|
+
padding-block-start: var(--#{$app-launcher}__toggle--PaddingTop);
|
|
108
|
+
padding-block-end: var(--#{$app-launcher}__toggle--PaddingBottom);
|
|
109
|
+
padding-inline-start: var(--#{$app-launcher}__toggle--PaddingLeft);
|
|
110
|
+
padding-inline-end: var(--#{$app-launcher}__toggle--PaddingRight);
|
|
108
111
|
color: var(--#{$app-launcher}__toggle--Color);
|
|
109
112
|
background-color: var(--#{$app-launcher}__toggle--BackgroundColor);
|
|
110
113
|
border: none;
|
|
@@ -131,17 +134,17 @@
|
|
|
131
134
|
|
|
132
135
|
.#{$app-launcher}__menu {
|
|
133
136
|
position: absolute;
|
|
134
|
-
|
|
137
|
+
inset-block-start: var(--#{$app-launcher}__menu--Top);
|
|
135
138
|
z-index: var(--#{$app-launcher}__menu--ZIndex);
|
|
136
139
|
min-width: 100%;
|
|
137
|
-
padding-
|
|
138
|
-
padding-
|
|
140
|
+
padding-block-start: var(--#{$app-launcher}__menu--PaddingTop);
|
|
141
|
+
padding-block-end: var(--#{$app-launcher}__menu--PaddingBottom);
|
|
139
142
|
background-color: var(--#{$app-launcher}__menu--BackgroundColor);
|
|
140
143
|
background-clip: padding-box;
|
|
141
144
|
box-shadow: var(--#{$app-launcher}__menu--BoxShadow);
|
|
142
145
|
|
|
143
146
|
&.pf-m-align-right {
|
|
144
|
-
|
|
147
|
+
inset-inline-end: 0;
|
|
145
148
|
}
|
|
146
149
|
|
|
147
150
|
.#{$app-launcher}.pf-m-top & {
|
|
@@ -154,19 +157,22 @@
|
|
|
154
157
|
--#{$app-launcher}--m-top__menu--TranslateY: 0;
|
|
155
158
|
|
|
156
159
|
position: static;
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
160
|
+
inset-block-start: auto;
|
|
161
|
+
inset-block-end: auto;
|
|
162
|
+
inset-inline-start: auto;
|
|
163
|
+
inset-inline-end: auto;
|
|
161
164
|
z-index: auto;
|
|
162
165
|
min-width: min-content;
|
|
163
166
|
}
|
|
164
167
|
}
|
|
165
168
|
|
|
166
169
|
.#{$app-launcher}__menu-search {
|
|
167
|
-
padding: var(--#{$app-launcher}__menu-search--PaddingTop)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
+
padding-block-start: var(--#{$app-launcher}__menu-search--PaddingTop);
|
|
171
|
+
padding-block-end: var(--#{$app-launcher}__menu-search--PaddingBottom);
|
|
172
|
+
padding-inline-start: var(--#{$app-launcher}__menu-search--PaddingLeft);
|
|
173
|
+
padding-inline-end: var(--#{$app-launcher}__menu-search--PaddingRight);
|
|
174
|
+
margin-block-end: var(--#{$app-launcher}__menu-search--MarginBottom);
|
|
175
|
+
border-block-end: var(--#{$app-launcher}__menu-search--BottomBorderWidth) solid var(--#{$app-launcher}__menu-search--BottomBorderColor);
|
|
170
176
|
}
|
|
171
177
|
|
|
172
178
|
.#{$app-launcher}__menu-wrapper {
|
|
@@ -182,7 +188,10 @@
|
|
|
182
188
|
display: flex;
|
|
183
189
|
align-items: center;
|
|
184
190
|
width: var(--#{$app-launcher}__menu-item--Width);
|
|
185
|
-
padding: var(--#{$app-launcher}__menu-item--PaddingTop)
|
|
191
|
+
padding-block-start: var(--#{$app-launcher}__menu-item--PaddingTop);
|
|
192
|
+
padding-block-end: var(--#{$app-launcher}__menu-item--PaddingBottom);
|
|
193
|
+
padding-inline-start: var(--#{$app-launcher}__menu-item--PaddingLeft);
|
|
194
|
+
padding-inline-end: var(--#{$app-launcher}__menu-item--PaddingRight);
|
|
186
195
|
font-weight: var(--#{$app-launcher}__menu-item--FontWeight);
|
|
187
196
|
color: var(--#{$app-launcher}__menu-item--Color);
|
|
188
197
|
white-space: nowrap;
|
|
@@ -258,7 +267,7 @@
|
|
|
258
267
|
justify-content: center;
|
|
259
268
|
width: var(--#{$app-launcher}__menu-item-icon--Width);
|
|
260
269
|
height: var(--#{$app-launcher}__menu-item-icon--Height);
|
|
261
|
-
margin-
|
|
270
|
+
margin-inline-end: var(--#{$app-launcher}__menu-item-icon--MarginRight);
|
|
262
271
|
|
|
263
272
|
> * {
|
|
264
273
|
max-width: 100%;
|
|
@@ -267,8 +276,8 @@
|
|
|
267
276
|
}
|
|
268
277
|
|
|
269
278
|
.#{$app-launcher}__menu-item-external-icon {
|
|
270
|
-
padding-
|
|
271
|
-
margin-
|
|
279
|
+
padding-inline-start: var(--#{$app-launcher}__menu-item-external-icon--PaddingLeft);
|
|
280
|
+
margin-inline-start: auto;
|
|
272
281
|
font-size: var(--#{$app-launcher}__menu-item-external-icon--FontSize);
|
|
273
282
|
color: var(--#{$app-launcher}__menu-item-external-icon--Color);
|
|
274
283
|
opacity: 0;
|
|
@@ -277,15 +286,15 @@
|
|
|
277
286
|
|
|
278
287
|
.#{$app-launcher}__group {
|
|
279
288
|
& + & {
|
|
280
|
-
padding-
|
|
289
|
+
padding-block-start: var(--#{$app-launcher}__group--group--PaddingTop);
|
|
281
290
|
}
|
|
282
291
|
}
|
|
283
292
|
|
|
284
293
|
.#{$app-launcher}__group-title {
|
|
285
|
-
padding-
|
|
286
|
-
padding-
|
|
287
|
-
padding-
|
|
288
|
-
padding-
|
|
294
|
+
padding-block-start: var(--#{$app-launcher}__group-title--PaddingTop);
|
|
295
|
+
padding-block-end: var(--#{$app-launcher}__group-title--PaddingBottom);
|
|
296
|
+
padding-inline-start: var(--#{$app-launcher}__group-title--PaddingLeft);
|
|
297
|
+
padding-inline-end: var(--#{$app-launcher}__group-title--PaddingRight);
|
|
289
298
|
font-size: var(--#{$app-launcher}__group-title--FontSize);
|
|
290
299
|
font-weight: var(--#{$app-launcher}__group-title--FontWeight);
|
|
291
300
|
color: var(--#{$app-launcher}__group-title--Color);
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
--pf-v5-c-back-to-top--c-button--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
|
11
11
|
--pf-v5-c-back-to-top--c-button--BoxShadow: var(--pf-v5-global--BoxShadow--lg-bottom);
|
|
12
12
|
position: absolute;
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
inset-block-end: var(--pf-v5-c-back-to-top--Bottom);
|
|
14
|
+
inset-inline-end: var(--pf-v5-c-back-to-top--Right);
|
|
15
15
|
}
|
|
16
16
|
@media (min-width: 768px) {
|
|
17
17
|
.pf-v5-c-back-to-top {
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
position: absolute;
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
inset-block-end: var(--#{$back-to-top}--Bottom);
|
|
21
|
+
inset-inline-end: var(--#{$back-to-top}--Right);
|
|
22
22
|
|
|
23
23
|
&.pf-m-hidden {
|
|
24
24
|
display: none;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
--pf-v5-c-backdrop--ZIndex: var(--pf-v5-global--ZIndex--lg);
|
|
4
4
|
--pf-v5-c-backdrop--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-transparent-100);
|
|
5
5
|
position: var(--pf-v5-c-backdrop--Position);
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
inset-block-start: 0;
|
|
7
|
+
inset-inline-start: 0;
|
|
8
8
|
z-index: var(--pf-v5-c-backdrop--ZIndex);
|
|
9
9
|
width: 100%;
|
|
10
10
|
height: 100%;
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
--#{$backdrop}--BackgroundColor: var(--#{$pf-global}--BackgroundColor--dark-transparent-100);
|
|
7
7
|
|
|
8
8
|
position: var(--#{$backdrop}--Position);
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
inset-block-start: 0;
|
|
10
|
+
inset-inline-start: 0;
|
|
11
11
|
z-index: var(--#{$backdrop}--ZIndex);
|
|
12
12
|
width: 100%;
|
|
13
13
|
height: 100%;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
.pf-v5-c-background-image {
|
|
2
2
|
--pf-v5-c-background-image--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-100);
|
|
3
3
|
--pf-v5-c-background-image--BackgroundImage: none;
|
|
4
|
-
--pf-v5-c-background-image--BackgroundPosition: bottom right;
|
|
5
4
|
--pf-v5-c-background-image--BackgroundSize--min-width: 200px;
|
|
6
5
|
--pf-v5-c-background-image--BackgroundSize--width: 60%;
|
|
7
6
|
--pf-v5-c-background-image--BackgroundSize--max-width: 600px;
|
|
8
7
|
--pf-v5-c-background-image--BackgroundSize: clamp(var(--pf-v5-c-background-image--BackgroundSize--min-width), var(--pf-v5-c-background-image--BackgroundSize--width), var(--pf-v5-c-background-image--BackgroundSize--max-width));
|
|
8
|
+
--pf-v5-c-background-image--BackgroundPosition: bottom right;
|
|
9
9
|
position: fixed;
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
inset-block-start: 0;
|
|
11
|
+
inset-inline-start: 0;
|
|
12
12
|
z-index: -1;
|
|
13
13
|
width: 100%;
|
|
14
14
|
height: 100%;
|
|
@@ -17,4 +17,7 @@
|
|
|
17
17
|
background-repeat: no-repeat;
|
|
18
18
|
background-position: var(--pf-v5-c-background-image--BackgroundPosition);
|
|
19
19
|
background-size: var(--pf-v5-c-background-image--BackgroundSize);
|
|
20
|
+
}
|
|
21
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-background-image {
|
|
22
|
+
--pf-v5-c-background-image--BackgroundPosition: bottom left;
|
|
20
23
|
}
|
|
@@ -3,15 +3,20 @@
|
|
|
3
3
|
.#{$background-image} {
|
|
4
4
|
--#{$background-image}--BackgroundColor: var(--#{$pf-global}--BackgroundColor--dark-100);
|
|
5
5
|
--#{$background-image}--BackgroundImage: none;
|
|
6
|
-
--#{$background-image}--BackgroundPosition: bottom right;
|
|
7
6
|
--#{$background-image}--BackgroundSize--min-width: 200px;
|
|
8
7
|
--#{$background-image}--BackgroundSize--width: 60%;
|
|
9
8
|
--#{$background-image}--BackgroundSize--max-width: 600px;
|
|
10
9
|
--#{$background-image}--BackgroundSize: clamp(var(--#{$background-image}--BackgroundSize--min-width), var(--#{$background-image}--BackgroundSize--width), var(--#{$background-image}--BackgroundSize--max-width));
|
|
11
10
|
|
|
11
|
+
@include pf-v5-bidirectional-style(
|
|
12
|
+
$prop: --#{$background-image}--BackgroundPosition,
|
|
13
|
+
$ltr-val: bottom right,
|
|
14
|
+
$rtl-val: bottom left
|
|
15
|
+
);
|
|
16
|
+
|
|
12
17
|
position: fixed;
|
|
13
|
-
|
|
14
|
-
|
|
18
|
+
inset-block-start: 0;
|
|
19
|
+
inset-inline-start: 0;
|
|
15
20
|
z-index: -1;
|
|
16
21
|
width: 100%;
|
|
17
22
|
height: 100%;
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
--pf-v5-c-badge--m-unread--Color: var(--pf-v5-global--Color--light-100);
|
|
13
13
|
display: inline-block;
|
|
14
14
|
min-width: var(--pf-v5-c-badge--MinWidth);
|
|
15
|
-
padding-
|
|
16
|
-
padding-
|
|
15
|
+
padding-inline-start: var(--pf-v5-c-badge--PaddingLeft);
|
|
16
|
+
padding-inline-end: var(--pf-v5-c-badge--PaddingRight);
|
|
17
17
|
font-size: var(--pf-v5-c-badge--FontSize);
|
|
18
18
|
font-weight: var(--pf-v5-c-badge--FontWeight);
|
|
19
19
|
color: var(--pf-v5-c-badge--Color);
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
|
|
19
19
|
display: inline-block;
|
|
20
20
|
min-width: var(--#{$badge}--MinWidth);
|
|
21
|
-
padding-
|
|
22
|
-
padding-
|
|
21
|
+
padding-inline-start: var(--#{$badge}--PaddingLeft);
|
|
22
|
+
padding-inline-end: var(--#{$badge}--PaddingRight);
|
|
23
23
|
font-size: var(--#{$badge}--FontSize);
|
|
24
24
|
font-weight: var(--#{$badge}--FontWeight);
|
|
25
25
|
color: var(--#{$badge}--Color);
|
|
@@ -52,7 +52,10 @@
|
|
|
52
52
|
text-overflow: ellipsis;
|
|
53
53
|
white-space: nowrap;
|
|
54
54
|
flex-shrink: 0;
|
|
55
|
-
padding: var(--pf-v5-c-banner--PaddingTop)
|
|
55
|
+
padding-block-start: var(--pf-v5-c-banner--PaddingTop);
|
|
56
|
+
padding-block-end: var(--pf-v5-c-banner--PaddingBottom);
|
|
57
|
+
padding-inline-start: var(--pf-v5-c-banner--PaddingLeft);
|
|
58
|
+
padding-inline-end: var(--pf-v5-c-banner--PaddingRight);
|
|
56
59
|
font-size: var(--pf-v5-c-banner--FontSize);
|
|
57
60
|
color: var(--pf-v5-c-banner--Color);
|
|
58
61
|
white-space: nowrap;
|
|
@@ -78,7 +81,7 @@
|
|
|
78
81
|
}
|
|
79
82
|
.pf-v5-c-banner.pf-m-sticky {
|
|
80
83
|
position: sticky;
|
|
81
|
-
|
|
84
|
+
inset-block-start: 0;
|
|
82
85
|
z-index: var(--pf-v5-c-banner--m-sticky--ZIndex);
|
|
83
86
|
box-shadow: var(--pf-v5-c-banner--m-sticky--BoxShadow);
|
|
84
87
|
}
|
|
@@ -114,9 +117,6 @@
|
|
|
114
117
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
115
118
|
}
|
|
116
119
|
|
|
117
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
|
118
|
-
color: var(false);
|
|
119
|
-
}
|
|
120
120
|
:where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
|
|
121
121
|
--pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
|
|
122
122
|
}
|
|
@@ -36,7 +36,10 @@
|
|
|
36
36
|
@include pf-v5-text-overflow;
|
|
37
37
|
|
|
38
38
|
flex-shrink: 0;
|
|
39
|
-
padding: var(--#{$banner}--PaddingTop)
|
|
39
|
+
padding-block-start: var(--#{$banner}--PaddingTop);
|
|
40
|
+
padding-block-end: var(--#{$banner}--PaddingBottom);
|
|
41
|
+
padding-inline-start: var(--#{$banner}--PaddingLeft);
|
|
42
|
+
padding-inline-end: var(--#{$banner}--PaddingRight);
|
|
40
43
|
font-size: var(--#{$banner}--FontSize);
|
|
41
44
|
color: var(--#{$banner}--Color);
|
|
42
45
|
white-space: nowrap;
|
|
@@ -64,7 +67,7 @@
|
|
|
64
67
|
|
|
65
68
|
&.pf-m-sticky {
|
|
66
69
|
position: sticky;
|
|
67
|
-
|
|
70
|
+
inset-block-start: 0;
|
|
68
71
|
z-index: var(--#{$banner}--m-sticky--ZIndex);
|
|
69
72
|
box-shadow: var(--#{$banner}--m-sticky--BoxShadow);
|
|
70
73
|
}
|
|
@@ -36,15 +36,18 @@
|
|
|
36
36
|
list-style: none;
|
|
37
37
|
}
|
|
38
38
|
.pf-v5-c-breadcrumb__item:not(:last-child) {
|
|
39
|
-
margin-
|
|
39
|
+
margin-inline-end: var(--pf-v5-c-breadcrumb__item--MarginRight);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.pf-v5-c-breadcrumb__item-divider {
|
|
43
|
-
margin-
|
|
43
|
+
margin-inline-end: var(--pf-v5-c-breadcrumb__item-divider--MarginRight);
|
|
44
44
|
font-size: var(--pf-v5-c-breadcrumb__item-divider--FontSize);
|
|
45
45
|
line-height: 1;
|
|
46
46
|
color: var(--pf-v5-c-breadcrumb__item-divider--Color);
|
|
47
47
|
}
|
|
48
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-breadcrumb__item-divider {
|
|
49
|
+
scale: -1 1;
|
|
50
|
+
}
|
|
48
51
|
|
|
49
52
|
.pf-v5-c-breadcrumb__link {
|
|
50
53
|
font-size: inherit;
|
|
@@ -71,7 +74,10 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
71
74
|
}
|
|
72
75
|
|
|
73
76
|
.pf-v5-c-breadcrumb__dropdown {
|
|
74
|
-
margin: var(--pf-v5-c-breadcrumb__dropdown--MarginTop)
|
|
77
|
+
margin-block-start: var(--pf-v5-c-breadcrumb__dropdown--MarginTop);
|
|
78
|
+
margin-block-end: var(--pf-v5-c-breadcrumb__dropdown--MarginBottom);
|
|
79
|
+
margin-inline-start: var(--pf-v5-c-breadcrumb__dropdown--MarginLeft);
|
|
80
|
+
margin-inline-end: var(--pf-v5-c-breadcrumb__dropdown--MarginRight);
|
|
75
81
|
}
|
|
76
82
|
.pf-v5-c-breadcrumb__dropdown .pf-v5-c-dropdown__toggle {
|
|
77
83
|
line-height: var(--pf-v5-c-breadcrumb__dropdown--c-dropdown__toggle--LineHeight);
|
|
@@ -52,13 +52,15 @@
|
|
|
52
52
|
list-style: none;
|
|
53
53
|
|
|
54
54
|
&:not(:last-child) {
|
|
55
|
-
margin-
|
|
55
|
+
margin-inline-end: var(--#{$breadcrumb}__item--MarginRight);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
// Breadcrumb divider
|
|
60
60
|
.#{$breadcrumb}__item-divider {
|
|
61
|
-
|
|
61
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
62
|
+
|
|
63
|
+
margin-inline-end: var(--#{$breadcrumb}__item-divider--MarginRight);
|
|
62
64
|
font-size: var(--#{$breadcrumb}__item-divider--FontSize);
|
|
63
65
|
line-height: 1;
|
|
64
66
|
color: var(--#{$breadcrumb}__item-divider--Color);
|
|
@@ -98,7 +100,10 @@
|
|
|
98
100
|
}
|
|
99
101
|
|
|
100
102
|
.#{$breadcrumb}__dropdown {
|
|
101
|
-
margin: var(--#{$breadcrumb}__dropdown--MarginTop)
|
|
103
|
+
margin-block-start: var(--#{$breadcrumb}__dropdown--MarginTop);
|
|
104
|
+
margin-block-end: var(--#{$breadcrumb}__dropdown--MarginBottom);
|
|
105
|
+
margin-inline-start: var(--#{$breadcrumb}__dropdown--MarginLeft);
|
|
106
|
+
margin-inline-end: var(--#{$breadcrumb}__dropdown--MarginRight);
|
|
102
107
|
|
|
103
108
|
.#{$dropdown}__toggle {
|
|
104
109
|
line-height: var(--#{$breadcrumb}__dropdown--c-dropdown__toggle--LineHeight);
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
--pf-v5-c-button--FontSize: var(--pf-t--global--font--size--body--md);
|
|
9
9
|
--pf-v5-c-button--BackgroundColor: transparent;
|
|
10
10
|
--pf-v5-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
11
|
-
--pf-v5-c-button--after--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
12
11
|
--pf-v5-c-button--after--BorderColor: transparent;
|
|
13
12
|
--pf-v5-c-button--after--BorderWidth: var(--pf-t--global--border--width--button--default);
|
|
14
13
|
--pf-v5-c-button--hover--after--BorderWidth: var(--pf-t--global--border--width--button--hover);
|
|
@@ -106,8 +105,13 @@
|
|
|
106
105
|
--pf-v5-c-button--m-link--m-danger--active--BackgroundColor: transparent;
|
|
107
106
|
--pf-v5-c-button--m-link--m-danger--active--Color: var(--pf-t--global--text--color--status--danger--active);
|
|
108
107
|
--pf-v5-c-button--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
108
|
+
--pf-v5-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
109
|
+
--pf-v5-c-button--m-plain--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
110
|
+
--pf-v5-c-button--m-plain--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
111
|
+
--pf-v5-c-button--m-plain--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
112
|
+
--pf-v5-c-button--m-plain--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
109
113
|
--pf-v5-c-button--m-plain--Color: var(--pf-t--global--icon--color--regular);
|
|
110
|
-
--pf-v5-c-button--m-plain--hover--BackgroundColor: --pf-t--global--background--color--action--plain--hover;
|
|
114
|
+
--pf-v5-c-button--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
111
115
|
--pf-v5-c-button--m-plain--hover--Color: var(--pf-t--global--text--color--regular);
|
|
112
116
|
--pf-v5-c-button--m-plain--focus--BackgroundColor: transparent;
|
|
113
117
|
--pf-v5-c-button--m-plain--focus--Color: var(--pf-t--global--text--color--regular);
|
|
@@ -115,10 +119,9 @@
|
|
|
115
119
|
--pf-v5-c-button--m-plain--active--Color: var(--pf-t--global--text--color--regular);
|
|
116
120
|
--pf-v5-c-button--m-plain--disabled--Color: var(--pf-t--global--icon--color--disabled);
|
|
117
121
|
--pf-v5-c-button--m-plain--disabled--BackgroundColor: transparent;
|
|
118
|
-
--pf-t--global--background--color--action--plain--hover--blend: var(--pf-t--global--mix-blend-mode--100);
|
|
119
122
|
--pf-v5-c-button--m-control--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
|
120
123
|
--pf-v5-c-button--m-control--Color: var(--pf-t--global--text--color--subtle);
|
|
121
|
-
--pf-v5-c-button--m-control--BorderRadius:
|
|
124
|
+
--pf-v5-c-button--m-control--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
122
125
|
--pf-v5-c-button--m-control--after--BorderWidth: var(--pf-t--global--border--width--control--default);
|
|
123
126
|
--pf-v5-c-button--m-control--after--BorderTopColor: var(--pf-t--global--border--color--default);
|
|
124
127
|
--pf-v5-c-button--m-control--after--BorderRightColor: var(--pf-t--global--border--color--default);
|
|
@@ -172,7 +175,10 @@
|
|
|
172
175
|
--pf-v5-c-button--m-primary__c-badge--BorderWidth: var(--pf-t--global--border--width--300);
|
|
173
176
|
position: relative;
|
|
174
177
|
display: inline-block;
|
|
175
|
-
padding: var(--pf-v5-c-button--PaddingTop)
|
|
178
|
+
padding-block-start: var(--pf-v5-c-button--PaddingTop);
|
|
179
|
+
padding-block-end: var(--pf-v5-c-button--PaddingBottom);
|
|
180
|
+
padding-inline-start: var(--pf-v5-c-button--PaddingLeft);
|
|
181
|
+
padding-inline-end: var(--pf-v5-c-button--PaddingRight);
|
|
176
182
|
font-size: var(--pf-v5-c-button--FontSize);
|
|
177
183
|
font-weight: var(--pf-v5-c-button--FontWeight);
|
|
178
184
|
line-height: var(--pf-v5-c-button--LineHeight);
|
|
@@ -184,15 +190,15 @@
|
|
|
184
190
|
}
|
|
185
191
|
.pf-v5-c-button::after {
|
|
186
192
|
position: absolute;
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
193
|
+
inset-block-start: 0;
|
|
194
|
+
inset-block-end: 0;
|
|
195
|
+
inset-inline-start: 0;
|
|
196
|
+
inset-inline-end: 0;
|
|
191
197
|
pointer-events: none;
|
|
192
198
|
content: "";
|
|
193
199
|
border: var(--pf-v5-c-button--after--BorderWidth) solid;
|
|
194
200
|
border-color: var(--pf-v5-c-button--after--BorderColor);
|
|
195
|
-
border-radius: var(--pf-v5-c-button--
|
|
201
|
+
border-radius: var(--pf-v5-c-button--BorderRadius);
|
|
196
202
|
}
|
|
197
203
|
.pf-v5-c-button:hover {
|
|
198
204
|
--pf-v5-c-button--after--BorderWidth: var(--pf-v5-c-button--hover--after--BorderWidth);
|
|
@@ -298,8 +304,11 @@
|
|
|
298
304
|
--pf-v5-c-button--FontSize: var(--pf-v5-c-button--m-link--m-inline--FontSize);
|
|
299
305
|
--pf-v5-c-button__progress--Left: var(--pf-v5-c-button--m-link--m-inline__progress--Left);
|
|
300
306
|
display: inline;
|
|
301
|
-
padding: var(--pf-v5-c-button--m-link--m-inline--PaddingTop)
|
|
302
|
-
|
|
307
|
+
padding-block-start: var(--pf-v5-c-button--m-link--m-inline--PaddingTop);
|
|
308
|
+
padding-block-end: var(--pf-v5-c-button--m-link--m-inline--PaddingBottom);
|
|
309
|
+
padding-inline-start: var(--pf-v5-c-button--m-link--m-inline--PaddingLeft);
|
|
310
|
+
padding-inline-end: var(--pf-v5-c-button--m-link--m-inline--PaddingRight);
|
|
311
|
+
text-align: start;
|
|
303
312
|
white-space: normal;
|
|
304
313
|
cursor: pointer;
|
|
305
314
|
}
|
|
@@ -394,7 +403,7 @@
|
|
|
394
403
|
--pf-v5-c-button--m-control--after--BorderBottomColor: var(--pf-v5-c-button--m-control--hover--after--BorderBottomColor);
|
|
395
404
|
}
|
|
396
405
|
.pf-v5-c-button.pf-m-control:hover::after {
|
|
397
|
-
border-
|
|
406
|
+
border-block-end-width: var(--pf-v5-c-button--m-control--hover--after--BorderBottomWidth);
|
|
398
407
|
}
|
|
399
408
|
.pf-v5-c-button.pf-m-control:active, .pf-v5-c-button.pf-m-control.pf-m-active {
|
|
400
409
|
--pf-v5-c-button--m-control--Color: var(--pf-v5-c-button--m-control--active--Color);
|
|
@@ -402,7 +411,7 @@
|
|
|
402
411
|
--pf-v5-c-button--m-control--after--BorderBottomColor: var(--pf-v5-c-button--m-control--active--after--BorderBottomColor);
|
|
403
412
|
}
|
|
404
413
|
.pf-v5-c-button.pf-m-control:active::after, .pf-v5-c-button.pf-m-control.pf-m-active::after {
|
|
405
|
-
border-
|
|
414
|
+
border-block-end-width: var(--pf-v5-c-button--m-control--active--after--BorderBottomWidth);
|
|
406
415
|
}
|
|
407
416
|
.pf-v5-c-button.pf-m-control:focus {
|
|
408
417
|
--pf-v5-c-button--m-control--Color: var(--pf-v5-c-button--m-control--focus--Color);
|
|
@@ -410,7 +419,7 @@
|
|
|
410
419
|
--pf-v5-c-button--m-control--after--BorderBottomColor: var(--pf-v5-c-button--m-control--focus--after--BorderBottomColor);
|
|
411
420
|
}
|
|
412
421
|
.pf-v5-c-button.pf-m-control:focus::after {
|
|
413
|
-
border-
|
|
422
|
+
border-block-end-width: var(--pf-v5-c-button--m-control--focus--after--BorderBottomWidth);
|
|
414
423
|
}
|
|
415
424
|
.pf-v5-c-button.pf-m-control.pf-m-expanded {
|
|
416
425
|
--pf-v5-c-button--m-control--Color: var(--pf-v5-c-button--m-control--m-expanded--Color);
|
|
@@ -418,7 +427,7 @@
|
|
|
418
427
|
--pf-v5-c-button--m-control--after--BorderBottomColor: var(--pf-v5-c-button--m-control--m-expanded--after--BorderBottomColor);
|
|
419
428
|
}
|
|
420
429
|
.pf-v5-c-button.pf-m-control.pf-m-expanded::after {
|
|
421
|
-
border-
|
|
430
|
+
border-block-end-width: var(--pf-v5-c-button--m-control--m-expanded--after--BorderBottomWidth);
|
|
422
431
|
}
|
|
423
432
|
.pf-v5-c-button.pf-m-plain {
|
|
424
433
|
--pf-v5-c-button--disabled--Color: var(--pf-v5-c-button--m-plain--disabled--Color);
|
|
@@ -431,6 +440,9 @@
|
|
|
431
440
|
color: var(--pf-v5-c-button--m-plain--Color);
|
|
432
441
|
background-color: var(--pf-v5-c-button--m-plain--BackgroundColor);
|
|
433
442
|
}
|
|
443
|
+
.pf-v5-c-button.pf-m-plain.pf-m-no-padding {
|
|
444
|
+
padding: 0;
|
|
445
|
+
}
|
|
434
446
|
.pf-v5-c-button.pf-m-plain:hover, .pf-v5-c-button.pf-m-plain:focus, .pf-v5-c-button.pf-m-plain:active {
|
|
435
447
|
--pf-v5-c-button--m-plain--BackgroundColor: var(--pf-v5-c-button--m-plain--hover--BackgroundColor);
|
|
436
448
|
mix-blend-mode: var(--pf-t--global--background--color--action--plain--hover--blend);
|
|
@@ -485,16 +497,16 @@
|
|
|
485
497
|
}
|
|
486
498
|
|
|
487
499
|
.pf-v5-c-button__icon.pf-m-start {
|
|
488
|
-
margin-
|
|
500
|
+
margin-inline-end: var(--pf-v5-c-button__icon--m-start--MarginRight);
|
|
489
501
|
}
|
|
490
502
|
.pf-v5-c-button__icon.pf-m-end {
|
|
491
|
-
margin-
|
|
503
|
+
margin-inline-start: var(--pf-v5-c-button__icon--m-end--MarginLeft);
|
|
492
504
|
}
|
|
493
505
|
|
|
494
506
|
.pf-v5-c-button__progress {
|
|
495
507
|
position: absolute;
|
|
496
|
-
|
|
497
|
-
|
|
508
|
+
inset-block-start: var(--pf-v5-c-button__progress--Top);
|
|
509
|
+
inset-inline-start: var(--pf-v5-c-button__progress--Left);
|
|
498
510
|
line-height: 1;
|
|
499
511
|
transform: translate(var(--pf-v5-c-button__progress--TranslateX), var(--pf-v5-c-button__progress--TranslateY));
|
|
500
512
|
}
|
|
@@ -505,5 +517,5 @@
|
|
|
505
517
|
.pf-v5-c-button__count {
|
|
506
518
|
display: inline-flex;
|
|
507
519
|
align-items: center;
|
|
508
|
-
margin-
|
|
520
|
+
margin-inline-start: var(--pf-v5-c-button__count--MarginLeft);
|
|
509
521
|
}
|