@patternfly/patternfly 5.0.2 → 5.1.0-prerelease.10
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 +10 -0
- 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 +22 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +17 -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 +5 -0
- package/components/AboutModalBox/about-modal-box.css +20 -13
- package/components/AboutModalBox/about-modal-box.scss +20 -13
- 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 +16 -13
- package/components/Alert/alert.scss +16 -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 +2 -2
- package/components/BackgroundImage/background-image.scss +2 -2
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -2
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +6 -3
- package/components/Breadcrumb/breadcrumb.scss +6 -3
- package/components/Button/button.css +23 -17
- package/components/Button/button.scss +22 -16
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +21 -15
- package/components/CalendarMonth/calendar-month.scss +21 -15
- package/components/Card/card.css +21 -16
- package/components/Card/card.scss +21 -16
- 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 +16 -10
- package/components/ClipboardCopy/clipboard-copy.scss +14 -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 -49
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +66 -84
- package/components/DataList/data-list.scss +45 -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 +75 -60
- package/components/Drawer/drawer.scss +51 -36
- 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 +50 -50
- package/components/Form/form.scss +44 -44
- package/components/FormControl/form-control.css +21 -11
- package/components/FormControl/form-control.scss +21 -11
- 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 +24 -24
- package/components/JumpLinks/jump-links.scss +24 -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 +69 -66
- package/components/Menu/menu.scss +69 -67
- package/components/MenuToggle/menu-toggle.css +41 -29
- package/components/MenuToggle/menu-toggle.scss +41 -29
- 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 +100 -93
- package/components/Nav/nav.scss +98 -91
- 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 +28 -19
- package/components/NotificationDrawer/notification-drawer.scss +28 -19
- package/components/NumberInput/number-input.css +3 -3
- 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 +119 -65
- package/components/Page/page.scss +63 -39
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +28 -18
- 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 +24 -21
- package/components/Popover/popover.scss +24 -21
- package/components/Progress/progress.css +7 -7
- package/components/Progress/progress.scss +7 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +4 -5
- package/components/Radio/radio.scss +4 -5
- 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 +2 -5
- package/components/Skeleton/skeleton.scss +2 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +46 -26
- package/components/Slider/slider.scss +54 -26
- 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 -219
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +2 -2
- package/components/Table/table-scrollable.scss +2 -2
- package/components/Table/table-tree-view.css +107 -104
- package/components/Table/table-tree-view.scss +32 -32
- package/components/Table/table.css +87 -69
- package/components/Table/table.scss +87 -69
- package/components/Tabs/tabs.css +66 -48
- package/components/Tabs/tabs.scss +66 -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 +24 -21
- package/components/Tooltip/tooltip.css +19 -16
- package/components/Tooltip/tooltip.scss +19 -16
- package/components/TreeView/tree-view.css +42 -27
- package/components/TreeView/tree-view.scss +43 -28
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
- package/docs/components/Badge/examples/Badge.md +16 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +1 -0
- package/docs/components/Card/examples/Card.md +152 -64
- package/docs/components/Chip/examples/Chip.md +31 -11
- package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
- package/docs/components/DataList/examples/DataList.md +391 -136
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
- package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
- package/docs/components/FormControl/examples/FormControl.md +2 -1
- package/docs/components/Hint/examples/Hint.md +57 -24
- package/docs/components/InlineEdit/examples/InlineEdit.md +46 -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 +40 -30
- package/docs/components/Menu/examples/Menu.md +41 -20
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/docs/components/Nav/examples/Navigation.css +2 -2
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
- package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
- package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
- package/docs/components/Pagination/examples/Pagination.md +195 -65
- package/docs/components/Popover/examples/Popover.css +2 -2
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
- package/docs/components/Select/deprecated/Select.css +3 -3
- package/docs/components/Select/deprecated/Select.md +43 -55
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +4546 -1668
- package/docs/components/Tabs/examples/Tabs.md +1094 -438
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +2 -2
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +148 -80
- package/docs/components/TreeView/examples/TreeView.md +23 -8
- package/docs/components/Wizard/examples/Wizard.md +75 -36
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +49 -24
- package/docs/demos/CardView/examples/CardView.md +182 -74
- package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
- package/docs/demos/DataList/examples/DataList.md +163 -70
- package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
- package/docs/demos/Drawer/examples/Drawer.md +20 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
- package/docs/demos/Table/examples/Table.md +1422 -607
- package/docs/demos/Tabs/examples/Tabs.md +113 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +320 -127
- package/docs/demos/Wizard/examples/Wizard.md +191 -41
- 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 +40 -38
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +27 -3
- package/patternfly-base-no-globals.css +27 -3
- package/patternfly-base-theme-dark-unversioned.css +28 -4
- package/patternfly-base.css +28 -4
- package/patternfly-no-globals.css +2420 -1872
- package/patternfly-theme-dark-unversioned.css +2421 -1873
- package/patternfly.css +2421 -1873
- 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/placeholders.scss +1 -1
- package/sass-utilities/scss-variables.scss +8 -8
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
position: relative;
|
|
128
128
|
display: grid;
|
|
129
129
|
row-gap: var(--pf-v5-c-toolbar--RowGap);
|
|
130
|
-
padding-
|
|
131
|
-
padding-
|
|
130
|
+
padding-block-start: var(--pf-v5-c-toolbar--PaddingTop);
|
|
131
|
+
padding-block-end: var(--pf-v5-c-toolbar--PaddingBottom);
|
|
132
132
|
background-color: var(--pf-v5-c-toolbar--BackgroundColor);
|
|
133
133
|
}
|
|
134
134
|
@media screen and (min-width: 992px) {
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
}
|
|
150
150
|
.pf-v5-c-toolbar.pf-m-sticky {
|
|
151
151
|
position: sticky;
|
|
152
|
-
|
|
152
|
+
inset-block-start: 0;
|
|
153
153
|
z-index: var(--pf-v5-c-toolbar--m-sticky--ZIndex);
|
|
154
154
|
box-shadow: var(--pf-v5-c-toolbar--m-sticky--BoxShadow);
|
|
155
155
|
}
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
}
|
|
191
191
|
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical,
|
|
192
192
|
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical {
|
|
193
|
-
margin-
|
|
193
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
194
194
|
}
|
|
195
195
|
.pf-v5-c-toolbar__content-section > .pf-v5-c-divider.pf-m-vertical:last-child,
|
|
196
196
|
.pf-v5-c-toolbar__group > .pf-v5-c-divider.pf-m-vertical:last-child {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
row-gap: var(--pf-v5-c-toolbar__group--RowGap);
|
|
228
228
|
align-items: var(--pf-v5-c-toolbar__group--AlignItems);
|
|
229
229
|
align-self: var(--pf-v5-c-toolbar__group--AlignSelf);
|
|
230
|
-
margin-
|
|
230
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
231
231
|
}
|
|
232
232
|
.pf-v5-c-toolbar__group.pf-m-button-group {
|
|
233
233
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-button-group--spacer);
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-filter-group--space-items);
|
|
249
249
|
}
|
|
250
250
|
.pf-v5-c-toolbar__group.pf-m-filter-group > * + * {
|
|
251
|
-
margin-
|
|
251
|
+
margin-inline-start: -1px;
|
|
252
252
|
}
|
|
253
253
|
.pf-v5-c-toolbar__group.pf-m-toggle-group {
|
|
254
254
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__group--m-toggle-group--spacer);
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
align-self: var(--pf-v5-c-toolbar__item--AlignSelf);
|
|
274
274
|
width: var(--pf-v5-c-toolbar__item--Width--base);
|
|
275
275
|
min-width: var(--pf-v5-c-toolbar__item--MinWidth--base);
|
|
276
|
-
margin-
|
|
276
|
+
margin-inline-end: var(--pf-v5-c-toolbar--spacer);
|
|
277
277
|
}
|
|
278
278
|
@media (min-width: 576px) {
|
|
279
279
|
.pf-v5-c-toolbar__item {
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
transform: translateY(var(--pf-v5-global--spacer--form-element));
|
|
365
365
|
}
|
|
366
366
|
.pf-v5-c-toolbar__item.pf-m-pagination {
|
|
367
|
-
margin-
|
|
367
|
+
margin-inline-start: auto;
|
|
368
368
|
}
|
|
369
369
|
.pf-v5-c-toolbar__item.pf-m-pagination .pf-v5-c-pagination {
|
|
370
370
|
flex-wrap: nowrap;
|
|
@@ -395,8 +395,8 @@
|
|
|
395
395
|
position: relative;
|
|
396
396
|
row-gap: var(--pf-v5-c-toolbar__content--RowGap);
|
|
397
397
|
align-items: var(--pf-v5-c-toolbar__content--AlignItems);
|
|
398
|
-
padding-
|
|
399
|
-
padding-
|
|
398
|
+
padding-inline-start: var(--pf-v5-c-toolbar__content--PaddingLeft);
|
|
399
|
+
padding-inline-end: var(--pf-v5-c-toolbar__content--PaddingRight);
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
.pf-v5-c-toolbar__content-section {
|
|
@@ -417,13 +417,16 @@
|
|
|
417
417
|
|
|
418
418
|
.pf-v5-c-toolbar__expandable-content {
|
|
419
419
|
position: absolute;
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
420
|
+
inset-block-start: calc(100% + var(--pf-v5-c-toolbar__content--RowGap));
|
|
421
|
+
inset-inline-start: 0;
|
|
422
|
+
inset-inline-end: 0;
|
|
423
423
|
z-index: var(--pf-v5-c-toolbar__expandable-content--ZIndex);
|
|
424
424
|
display: none;
|
|
425
425
|
width: 100%;
|
|
426
|
-
padding: var(--pf-v5-c-toolbar__expandable-content--PaddingTop)
|
|
426
|
+
padding-block-start: var(--pf-v5-c-toolbar__expandable-content--PaddingTop);
|
|
427
|
+
padding-block-end: var(--pf-v5-c-toolbar__expandable-content--PaddingBottom);
|
|
428
|
+
padding-inline-start: var(--pf-v5-c-toolbar__expandable-content--PaddingLeft);
|
|
429
|
+
padding-inline-end: var(--pf-v5-c-toolbar__expandable-content--PaddingRight);
|
|
427
430
|
background-color: var(--pf-v5-c-toolbar__expandable-content--BackgroundColor);
|
|
428
431
|
box-shadow: var(--pf-v5-c-toolbar__expandable-content--BoxShadow);
|
|
429
432
|
}
|
|
@@ -446,7 +449,7 @@
|
|
|
446
449
|
grid-row-gap: var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
|
447
450
|
}
|
|
448
451
|
.pf-v5-c-toolbar__expandable-content .pf-v5-c-toolbar__item.pf-m-label {
|
|
449
|
-
margin-
|
|
452
|
+
margin-block-end: var(--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom);
|
|
450
453
|
font-size: var(--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize);
|
|
451
454
|
}
|
|
452
455
|
|
|
@@ -456,13 +459,13 @@
|
|
|
456
459
|
flex-wrap: wrap;
|
|
457
460
|
grid-row-gap: 0;
|
|
458
461
|
align-items: baseline;
|
|
459
|
-
margin-
|
|
462
|
+
margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container--MarginTop);
|
|
460
463
|
}
|
|
461
464
|
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__item,
|
|
462
465
|
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__item {
|
|
463
466
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
|
464
467
|
--pf-v5-c-toolbar__item--AlignSelf: auto;
|
|
465
|
-
margin-
|
|
468
|
+
margin-block-start: var(--pf-v5-c-toolbar__group--m-chip-container__item--MarginTop);
|
|
466
469
|
}
|
|
467
470
|
.pf-v5-c-toolbar__content.pf-m-chip-container .pf-v5-c-toolbar__group,
|
|
468
471
|
.pf-v5-c-toolbar__group.pf-m-chip-container .pf-v5-c-toolbar__group {
|
|
@@ -570,19 +573,19 @@
|
|
|
570
573
|
}
|
|
571
574
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right,
|
|
572
575
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right {
|
|
573
|
-
margin-
|
|
576
|
+
margin-inline-start: auto;
|
|
574
577
|
}
|
|
575
578
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right ~ .pf-m-pagination,
|
|
576
579
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right ~ .pf-m-pagination {
|
|
577
|
-
margin-
|
|
580
|
+
margin-inline-start: 0;
|
|
578
581
|
}
|
|
579
582
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left,
|
|
580
583
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left {
|
|
581
|
-
margin-
|
|
584
|
+
margin-inline-start: 0;
|
|
582
585
|
}
|
|
583
586
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left ~ .pf-m-pagination,
|
|
584
587
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left ~ .pf-m-pagination {
|
|
585
|
-
margin-
|
|
588
|
+
margin-inline-start: auto;
|
|
586
589
|
}
|
|
587
590
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap,
|
|
588
591
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap {
|
|
@@ -595,19 +598,19 @@
|
|
|
595
598
|
@media (min-width: 576px) {
|
|
596
599
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm,
|
|
597
600
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm {
|
|
598
|
-
margin-
|
|
601
|
+
margin-inline-start: auto;
|
|
599
602
|
}
|
|
600
603
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
|
|
601
604
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
|
602
|
-
margin-
|
|
605
|
+
margin-inline-start: 0;
|
|
603
606
|
}
|
|
604
607
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm,
|
|
605
608
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm {
|
|
606
|
-
margin-
|
|
609
|
+
margin-inline-start: 0;
|
|
607
610
|
}
|
|
608
611
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
|
|
609
612
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
|
610
|
-
margin-
|
|
613
|
+
margin-inline-start: auto;
|
|
611
614
|
}
|
|
612
615
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-sm,
|
|
613
616
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-sm {
|
|
@@ -621,19 +624,19 @@
|
|
|
621
624
|
@media (min-width: 768px) {
|
|
622
625
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md,
|
|
623
626
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md {
|
|
624
|
-
margin-
|
|
627
|
+
margin-inline-start: auto;
|
|
625
628
|
}
|
|
626
629
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
|
|
627
630
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
|
628
|
-
margin-
|
|
631
|
+
margin-inline-start: 0;
|
|
629
632
|
}
|
|
630
633
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md,
|
|
631
634
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md {
|
|
632
|
-
margin-
|
|
635
|
+
margin-inline-start: 0;
|
|
633
636
|
}
|
|
634
637
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
|
|
635
638
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
|
636
|
-
margin-
|
|
639
|
+
margin-inline-start: auto;
|
|
637
640
|
}
|
|
638
641
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-md,
|
|
639
642
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-md {
|
|
@@ -647,19 +650,19 @@
|
|
|
647
650
|
@media (min-width: 992px) {
|
|
648
651
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg,
|
|
649
652
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg {
|
|
650
|
-
margin-
|
|
653
|
+
margin-inline-start: auto;
|
|
651
654
|
}
|
|
652
655
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
|
|
653
656
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
|
654
|
-
margin-
|
|
657
|
+
margin-inline-start: 0;
|
|
655
658
|
}
|
|
656
659
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg,
|
|
657
660
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg {
|
|
658
|
-
margin-
|
|
661
|
+
margin-inline-start: 0;
|
|
659
662
|
}
|
|
660
663
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
|
|
661
664
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
|
662
|
-
margin-
|
|
665
|
+
margin-inline-start: auto;
|
|
663
666
|
}
|
|
664
667
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-lg,
|
|
665
668
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-lg {
|
|
@@ -673,19 +676,19 @@
|
|
|
673
676
|
@media (min-width: 1200px) {
|
|
674
677
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl,
|
|
675
678
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl {
|
|
676
|
-
margin-
|
|
679
|
+
margin-inline-start: auto;
|
|
677
680
|
}
|
|
678
681
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
|
|
679
682
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
|
680
|
-
margin-
|
|
683
|
+
margin-inline-start: 0;
|
|
681
684
|
}
|
|
682
685
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl,
|
|
683
686
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl {
|
|
684
|
-
margin-
|
|
687
|
+
margin-inline-start: 0;
|
|
685
688
|
}
|
|
686
689
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
|
|
687
690
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
|
688
|
-
margin-
|
|
691
|
+
margin-inline-start: auto;
|
|
689
692
|
}
|
|
690
693
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-xl,
|
|
691
694
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-xl {
|
|
@@ -699,19 +702,19 @@
|
|
|
699
702
|
@media (min-width: 1450px) {
|
|
700
703
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl,
|
|
701
704
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl {
|
|
702
|
-
margin-
|
|
705
|
+
margin-inline-start: auto;
|
|
703
706
|
}
|
|
704
707
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
|
|
705
708
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
|
706
|
-
margin-
|
|
709
|
+
margin-inline-start: 0;
|
|
707
710
|
}
|
|
708
711
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl,
|
|
709
712
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl {
|
|
710
|
-
margin-
|
|
713
|
+
margin-inline-start: 0;
|
|
711
714
|
}
|
|
712
715
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
|
|
713
716
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
|
714
|
-
margin-
|
|
717
|
+
margin-inline-start: auto;
|
|
715
718
|
}
|
|
716
719
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__content-section.pf-m-nowrap-on-2xl,
|
|
717
720
|
.pf-v5-c-toolbar .pf-v5-c-toolbar__group.pf-m-nowrap-on-2xl {
|
|
@@ -152,8 +152,8 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
152
152
|
position: relative;
|
|
153
153
|
display: grid;
|
|
154
154
|
row-gap: var(--#{$toolbar}--RowGap);
|
|
155
|
-
padding-
|
|
156
|
-
padding-
|
|
155
|
+
padding-block-start: var(--#{$toolbar}--PaddingTop);
|
|
156
|
+
padding-block-end: var(--#{$toolbar}--PaddingBottom);
|
|
157
157
|
background-color: var(--#{$toolbar}--BackgroundColor);
|
|
158
158
|
|
|
159
159
|
&.pf-m-page-insets {
|
|
@@ -163,7 +163,7 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
163
163
|
|
|
164
164
|
&.pf-m-sticky {
|
|
165
165
|
position: sticky;
|
|
166
|
-
|
|
166
|
+
inset-block-start: 0;
|
|
167
167
|
z-index: var(--#{$toolbar}--m-sticky--ZIndex);
|
|
168
168
|
box-shadow: var(--#{$toolbar}--m-sticky--BoxShadow);
|
|
169
169
|
}
|
|
@@ -217,7 +217,7 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
> .#{$divider}.pf-m-vertical {
|
|
220
|
-
margin-
|
|
220
|
+
margin-inline-end: var(--#{$toolbar}--spacer);
|
|
221
221
|
|
|
222
222
|
&:last-child {
|
|
223
223
|
--#{$toolbar}--spacer: 0;
|
|
@@ -258,7 +258,7 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
258
258
|
row-gap: var(--#{$toolbar}__group--RowGap);
|
|
259
259
|
align-items: var(--#{$toolbar}__group--AlignItems);
|
|
260
260
|
align-self: var(--#{$toolbar}__group--AlignSelf);
|
|
261
|
-
margin-
|
|
261
|
+
margin-inline-end: var(--#{$toolbar}--spacer);
|
|
262
262
|
|
|
263
263
|
// Button group
|
|
264
264
|
&.pf-m-button-group {
|
|
@@ -287,7 +287,7 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
> * + * {
|
|
290
|
-
margin-
|
|
290
|
+
margin-inline-start: -1px;
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
|
|
@@ -323,7 +323,7 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
323
323
|
align-self: var(--#{$toolbar}__item--AlignSelf);
|
|
324
324
|
width: var(--#{$toolbar}__item--Width--base);
|
|
325
325
|
min-width: var(--#{$toolbar}__item--MinWidth--base);
|
|
326
|
-
margin-
|
|
326
|
+
margin-inline-end: var(--#{$toolbar}--spacer);
|
|
327
327
|
|
|
328
328
|
&.pf-m-align-items-start {
|
|
329
329
|
align-items: flex-start;
|
|
@@ -384,7 +384,7 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
384
384
|
|
|
385
385
|
// Total items
|
|
386
386
|
&.pf-m-pagination {
|
|
387
|
-
margin-
|
|
387
|
+
margin-inline-start: auto;
|
|
388
388
|
|
|
389
389
|
.#{$pagination} {
|
|
390
390
|
flex-wrap: nowrap;
|
|
@@ -423,8 +423,8 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
423
423
|
position: relative;
|
|
424
424
|
row-gap: var(--#{$toolbar}__content--RowGap);
|
|
425
425
|
align-items: var(--#{$toolbar}__content--AlignItems);
|
|
426
|
-
padding-
|
|
427
|
-
padding-
|
|
426
|
+
padding-inline-start: var(--#{$toolbar}__content--PaddingLeft);
|
|
427
|
+
padding-inline-end: var(--#{$toolbar}__content--PaddingRight);
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
// Content section
|
|
@@ -451,13 +451,16 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
451
451
|
// Expandable content
|
|
452
452
|
.#{$toolbar}__expandable-content {
|
|
453
453
|
position: absolute;
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
454
|
+
inset-block-start: calc(100% + var(--#{$toolbar}__content--RowGap));
|
|
455
|
+
inset-inline-start: 0;
|
|
456
|
+
inset-inline-end: 0;
|
|
457
457
|
z-index: var(--#{$toolbar}__expandable-content--ZIndex);
|
|
458
458
|
display: none;
|
|
459
459
|
width: 100%;
|
|
460
|
-
padding: var(--#{$toolbar}__expandable-content--PaddingTop)
|
|
460
|
+
padding-block-start: var(--#{$toolbar}__expandable-content--PaddingTop);
|
|
461
|
+
padding-block-end: var(--#{$toolbar}__expandable-content--PaddingBottom);
|
|
462
|
+
padding-inline-start: var(--#{$toolbar}__expandable-content--PaddingLeft);
|
|
463
|
+
padding-inline-end: var(--#{$toolbar}__expandable-content--PaddingRight);
|
|
461
464
|
background-color: var(--#{$toolbar}__expandable-content--BackgroundColor);
|
|
462
465
|
box-shadow: var(--#{$toolbar}__expandable-content--BoxShadow);
|
|
463
466
|
|
|
@@ -482,7 +485,7 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
482
485
|
}
|
|
483
486
|
|
|
484
487
|
.#{$toolbar}__item.pf-m-label {
|
|
485
|
-
margin-
|
|
488
|
+
margin-block-end: var(--#{$toolbar}__expandable-content__item--m-label--MarginBottom);
|
|
486
489
|
font-size: var(--#{$toolbar}__expandable-content__item--m-label--FontSize);
|
|
487
490
|
}
|
|
488
491
|
}
|
|
@@ -495,13 +498,13 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
495
498
|
flex-wrap: wrap;
|
|
496
499
|
grid-row-gap: 0;
|
|
497
500
|
align-items: baseline;
|
|
498
|
-
margin-
|
|
501
|
+
margin-block-start: var(--#{$toolbar}__group--m-chip-container--MarginTop);
|
|
499
502
|
|
|
500
503
|
.#{$toolbar}__item {
|
|
501
504
|
--#{$toolbar}--spacer: var(--#{$toolbar}__item--spacer);
|
|
502
505
|
--#{$toolbar}__item--AlignSelf: auto;
|
|
503
506
|
|
|
504
|
-
margin-
|
|
507
|
+
margin-block-start: var(--#{$toolbar}__group--m-chip-container__item--MarginTop);
|
|
505
508
|
}
|
|
506
509
|
|
|
507
510
|
.#{$toolbar}__group {
|
|
@@ -562,20 +565,20 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
562
565
|
// Align right
|
|
563
566
|
.#{$toolbar}__item.pf-m-align-right#{$breakpoint-name},
|
|
564
567
|
.#{$toolbar}__group.pf-m-align-right#{$breakpoint-name} {
|
|
565
|
-
margin-
|
|
568
|
+
margin-inline-start: auto;
|
|
566
569
|
|
|
567
570
|
& ~ .pf-m-pagination {
|
|
568
|
-
margin-
|
|
571
|
+
margin-inline-start: 0;
|
|
569
572
|
}
|
|
570
573
|
}
|
|
571
574
|
|
|
572
575
|
// Align left
|
|
573
576
|
.#{$toolbar}__item.pf-m-align-left#{$breakpoint-name},
|
|
574
577
|
.#{$toolbar}__group.pf-m-align-left#{$breakpoint-name} {
|
|
575
|
-
margin-
|
|
578
|
+
margin-inline-start: 0;
|
|
576
579
|
|
|
577
580
|
& ~ .pf-m-pagination {
|
|
578
|
-
margin-
|
|
581
|
+
margin-inline-start: auto;
|
|
579
582
|
}
|
|
580
583
|
}
|
|
581
584
|
|
|
@@ -29,43 +29,46 @@
|
|
|
29
29
|
box-shadow: var(--pf-v5-c-tooltip--BoxShadow);
|
|
30
30
|
}
|
|
31
31
|
.pf-v5-c-tooltip.pf-m-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-top-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-top-right .pf-v5-c-tooltip__arrow {
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
inset-block-end: 0;
|
|
33
|
+
inset-inline-start: 50%;
|
|
34
34
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--m-top--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-top--Rotate));
|
|
35
35
|
}
|
|
36
36
|
.pf-v5-c-tooltip.pf-m-bottom .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-right .pf-v5-c-tooltip__arrow {
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
inset-block-start: 0;
|
|
38
|
+
inset-inline-start: 50%;
|
|
39
39
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-bottom--Rotate));
|
|
40
40
|
}
|
|
41
41
|
.pf-v5-c-tooltip.pf-m-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-left-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-left-bottom .pf-v5-c-tooltip__arrow {
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
inset-block-start: 50%;
|
|
43
|
+
inset-inline-end: 0;
|
|
44
44
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--m-left--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-left--Rotate));
|
|
45
45
|
}
|
|
46
46
|
.pf-v5-c-tooltip.pf-m-right .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-bottom .pf-v5-c-tooltip__arrow {
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
inset-block-start: 50%;
|
|
48
|
+
inset-inline-start: 0;
|
|
49
49
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--m-right--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-right--Rotate));
|
|
50
50
|
}
|
|
51
51
|
.pf-v5-c-tooltip.pf-m-left-top .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-top .pf-v5-c-tooltip__arrow {
|
|
52
|
-
|
|
52
|
+
inset-block-start: var(--pf-v5-c-tooltip__arrow--Height);
|
|
53
53
|
}
|
|
54
54
|
.pf-v5-c-tooltip.pf-m-left-bottom .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-right-bottom .pf-v5-c-tooltip__arrow {
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
inset-block-start: auto;
|
|
56
|
+
inset-block-end: 0;
|
|
57
57
|
}
|
|
58
58
|
.pf-v5-c-tooltip.pf-m-top-left .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-left .pf-v5-c-tooltip__arrow {
|
|
59
|
-
|
|
59
|
+
inset-inline-start: var(--pf-v5-c-tooltip__arrow--Width);
|
|
60
60
|
}
|
|
61
61
|
.pf-v5-c-tooltip.pf-m-top-right .pf-v5-c-tooltip__arrow, .pf-v5-c-tooltip.pf-m-bottom-right .pf-v5-c-tooltip__arrow {
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
inset-inline-start: auto;
|
|
63
|
+
inset-inline-end: 0;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.pf-v5-c-tooltip__content {
|
|
67
67
|
position: relative;
|
|
68
|
-
padding: var(--pf-v5-c-tooltip__content--PaddingTop)
|
|
68
|
+
padding-block-start: var(--pf-v5-c-tooltip__content--PaddingTop);
|
|
69
|
+
padding-block-end: var(--pf-v5-c-tooltip__content--PaddingBottom);
|
|
70
|
+
padding-inline-start: var(--pf-v5-c-tooltip__content--PaddingLeft);
|
|
71
|
+
padding-inline-end: var(--pf-v5-c-tooltip__content--PaddingRight);
|
|
69
72
|
font-size: var(--pf-v5-c-tooltip__content--FontSize);
|
|
70
73
|
color: var(--pf-v5-c-tooltip__content--Color);
|
|
71
74
|
text-align: center;
|
|
@@ -73,7 +76,7 @@
|
|
|
73
76
|
background-color: var(--pf-v5-c-tooltip__content--BackgroundColor);
|
|
74
77
|
}
|
|
75
78
|
.pf-v5-c-tooltip__content.pf-m-text-align-left {
|
|
76
|
-
text-align:
|
|
79
|
+
text-align: start;
|
|
77
80
|
}
|
|
78
81
|
|
|
79
82
|
.pf-v5-c-tooltip__arrow {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
&.pf-m-top-left,
|
|
41
41
|
&.pf-m-top-right {
|
|
42
42
|
.#{$tooltip}__arrow {
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
inset-block-end: 0;
|
|
44
|
+
inset-inline-start: 50%;
|
|
45
45
|
transform: translateX(var(--#{$tooltip}__arrow--m-top--TranslateX)) translateY(var(--#{$tooltip}__arrow--m-top--TranslateY)) rotate(var(--#{$tooltip}__arrow--m-top--Rotate));
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
&.pf-m-bottom-left,
|
|
51
51
|
&.pf-m-bottom-right {
|
|
52
52
|
.#{$tooltip}__arrow {
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
inset-block-start: 0;
|
|
54
|
+
inset-inline-start: 50%;
|
|
55
55
|
transform: translateX(var(--#{$tooltip}__arrow--m-bottom--TranslateX)) translateY(var(--#{$tooltip}__arrow--m-bottom--TranslateY)) rotate(var(--#{$tooltip}__arrow--m-bottom--Rotate));
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
&.pf-m-left-top,
|
|
61
61
|
&.pf-m-left-bottom {
|
|
62
62
|
.#{$tooltip}__arrow {
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
inset-block-start: 50%;
|
|
64
|
+
inset-inline-end: 0;
|
|
65
65
|
transform: translateX(var(--#{$tooltip}__arrow--m-left--TranslateX)) translateY(var(--#{$tooltip}__arrow--m-left--TranslateY)) rotate(var(--#{$tooltip}__arrow--m-left--Rotate));
|
|
66
66
|
}
|
|
67
67
|
}
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
&.pf-m-right-top,
|
|
71
71
|
&.pf-m-right-bottom {
|
|
72
72
|
.#{$tooltip}__arrow {
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
inset-block-start: 50%;
|
|
74
|
+
inset-inline-start: 0;
|
|
75
75
|
transform: translateX(var(--#{$tooltip}__arrow--m-right--TranslateX)) translateY(var(--#{$tooltip}__arrow--m-right--TranslateY)) rotate(var(--#{$tooltip}__arrow--m-right--Rotate));
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -79,37 +79,40 @@
|
|
|
79
79
|
&.pf-m-left-top,
|
|
80
80
|
&.pf-m-right-top {
|
|
81
81
|
.#{$tooltip}__arrow {
|
|
82
|
-
|
|
82
|
+
inset-block-start: var(--#{$tooltip}__arrow--Height);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
&.pf-m-left-bottom,
|
|
87
87
|
&.pf-m-right-bottom {
|
|
88
88
|
.#{$tooltip}__arrow {
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
inset-block-start: auto;
|
|
90
|
+
inset-block-end: 0;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
&.pf-m-top-left,
|
|
95
95
|
&.pf-m-bottom-left {
|
|
96
96
|
.#{$tooltip}__arrow {
|
|
97
|
-
|
|
97
|
+
inset-inline-start: var(--#{$tooltip}__arrow--Width);
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
&.pf-m-top-right,
|
|
102
102
|
&.pf-m-bottom-right {
|
|
103
103
|
.#{$tooltip}__arrow {
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
inset-inline-start: auto;
|
|
105
|
+
inset-inline-end: 0;
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.#{$tooltip}__content {
|
|
111
111
|
position: relative;
|
|
112
|
-
padding: var(--#{$tooltip}__content--PaddingTop)
|
|
112
|
+
padding-block-start: var(--#{$tooltip}__content--PaddingTop);
|
|
113
|
+
padding-block-end: var(--#{$tooltip}__content--PaddingBottom);
|
|
114
|
+
padding-inline-start: var(--#{$tooltip}__content--PaddingLeft);
|
|
115
|
+
padding-inline-end: var(--#{$tooltip}__content--PaddingRight);
|
|
113
116
|
font-size: var(--#{$tooltip}__content--FontSize);
|
|
114
117
|
color: var(--#{$tooltip}__content--Color);
|
|
115
118
|
text-align: center;
|
|
@@ -117,7 +120,7 @@
|
|
|
117
120
|
background-color: var(--#{$tooltip}__content--BackgroundColor);
|
|
118
121
|
|
|
119
122
|
&.pf-m-text-align-left {
|
|
120
|
-
text-align:
|
|
123
|
+
text-align: start;
|
|
121
124
|
}
|
|
122
125
|
}
|
|
123
126
|
|