@patternfly/react-styles 5.0.0 → 5.1.1-prerelease.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/css/components/AboutModalBox/about-modal-box.css +20 -13
- package/css/components/Accordion/accordion.css +30 -20
- package/css/components/ActionList/action-list.css +2 -2
- package/css/components/Alert/alert-group.css +7 -4
- package/css/components/Alert/alert.css +16 -13
- package/css/components/AppLauncher/app-launcher.css +32 -23
- package/css/components/BackToTop/back-to-top.css +2 -2
- package/css/components/Backdrop/backdrop.css +2 -2
- package/css/components/BackgroundImage/background-image.css +2 -2
- package/css/components/Badge/badge.css +2 -2
- package/css/components/Banner/banner.css +5 -2
- package/css/components/Breadcrumb/breadcrumb.css +6 -3
- package/css/components/Button/button.css +23 -17
- package/css/components/CalendarMonth/calendar-month.css +21 -15
- package/css/components/Card/card.css +21 -16
- package/css/components/Check/check.css +2 -2
- package/css/components/Chip/chip-group.css +6 -6
- package/css/components/Chip/chip.css +16 -9
- package/css/components/Chip/chip.d.ts +1 -0
- package/css/components/Chip/chip.js +1 -0
- package/css/components/Chip/chip.mjs +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.css +16 -10
- package/css/components/CodeBlock/code-block.css +6 -3
- package/css/components/CodeEditor/code-editor.css +31 -22
- package/css/components/Content/content.css +33 -30
- package/css/components/ContextSelector/context-selector.css +41 -26
- package/css/components/DataList/data-list-grid.css +21 -49
- package/css/components/DataList/data-list.css +66 -84
- package/css/components/DatePicker/date-picker.css +8 -8
- package/css/components/DescriptionList/description-list.css +8 -5
- package/css/components/DragDrop/drag-drop.css +8 -8
- package/css/components/Drawer/drawer.css +75 -60
- package/css/components/Dropdown/dropdown.css +75 -66
- package/css/components/DualListSelector/dual-list-selector.css +20 -14
- package/css/components/EmptyState/empty-state.css +7 -4
- package/css/components/ExpandableSection/expandable-section.css +13 -10
- package/css/components/FileUpload/file-upload.css +9 -15
- package/css/components/Form/form.css +50 -50
- package/css/components/FormControl/form-control.css +21 -11
- package/css/components/HelperText/helper-text.css +1 -1
- package/css/components/Hint/hint.css +9 -6
- package/css/components/Icon/icon.css +1 -1
- package/css/components/InlineEdit/inline-edit.css +4 -4
- package/css/components/InputGroup/input-group.css +12 -6
- package/css/components/JumpLinks/jump-links.css +24 -24
- package/css/components/Label/label-group.css +13 -10
- package/css/components/Label/label.css +9 -9
- package/css/components/List/list.css +9 -9
- package/css/components/LogViewer/log-viewer.css +14 -14
- package/css/components/Login/login.css +36 -27
- package/css/components/Masthead/masthead.css +19 -22
- package/css/components/Menu/menu.css +69 -66
- package/css/components/MenuToggle/menu-toggle.css +41 -29
- package/css/components/ModalBox/modal-box.css +19 -19
- package/css/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/css/components/Nav/nav.css +100 -93
- package/css/components/NotificationBadge/notification-badge.css +13 -7
- package/css/components/NotificationDrawer/notification-drawer.css +28 -19
- package/css/components/NumberInput/number-input.css +3 -3
- package/css/components/OptionsMenu/options-menu.css +43 -31
- package/css/components/OverflowMenu/overflow-menu.css +2 -2
- package/css/components/Page/page.css +119 -65
- package/css/components/Pagination/pagination.css +24 -18
- package/css/components/Panel/panel.css +13 -7
- package/css/components/Popover/popover.css +24 -21
- package/css/components/Progress/progress.css +7 -7
- package/css/components/ProgressStepper/progress-stepper.css +26 -20
- package/css/components/Radio/radio.css +4 -5
- package/css/components/Select/select.css +56 -47
- package/css/components/Sidebar/sidebar.css +11 -5
- package/css/components/SimpleList/simple-list.css +10 -4
- package/css/components/Skeleton/skeleton.css +2 -5
- package/css/components/SkipToContent/skip-to-content.css +3 -3
- package/css/components/Slider/slider.css +17 -20
- package/css/components/Switch/switch.css +5 -5
- package/css/components/TabContent/tab-content.css +4 -1
- package/css/components/Table/table-grid.css +256 -219
- package/css/components/Table/table-scrollable.css +2 -2
- package/css/components/Table/table-tree-view.css +107 -104
- package/css/components/Table/table.css +87 -69
- package/css/components/Tabs/tabs.css +66 -48
- package/css/components/TextInputGroup/text-input-group.css +15 -15
- package/css/components/Tile/tile.css +10 -10
- package/css/components/ToggleGroup/toggle-group.css +14 -11
- package/css/components/Toolbar/toolbar.css +44 -41
- package/css/components/Tooltip/tooltip.css +19 -16
- package/css/components/TreeView/tree-view.css +42 -27
- package/css/components/Wizard/wizard.css +47 -35
- package/css/docs/components/Button/examples/Button.css +2 -2
- package/css/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/css/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/css/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/css/docs/components/Nav/examples/Navigation.css +2 -2
- package/css/docs/components/Popover/examples/Popover.css +2 -2
- package/css/docs/components/Select/deprecated/Select.css +3 -3
- package/css/docs/components/Table/examples/Table.css +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/css/docs/components/Tile/examples/Tile.css +1 -1
- package/css/docs/demos/Card/examples/Card.css +3 -3
- package/css/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/css/layouts/Flex/flex.css +115 -43
- package/css/utilities/Accessibility/accessibility.css +12 -12
- package/css/utilities/Spacing/spacing.css +720 -960
- package/package.json +3 -3
@@ -67,12 +67,12 @@
|
|
67
67
|
--pf-v5-c-text-input-group__text-input--PaddingLeft: var(--pf-v5-c-text-input-group__main--m-icon__text-input--PaddingLeft);
|
68
68
|
}
|
69
69
|
.pf-v5-c-text-input-group__main > :first-child:not(.pf-v5-c-text-input-group__text) {
|
70
|
-
margin-
|
70
|
+
margin-inline-start: var(--pf-v5-c-text-input-group__main--first-child--not--text-input--MarginLeft);
|
71
71
|
}
|
72
72
|
.pf-v5-c-text-input-group__main .pf-v5-c-chip-group__main {
|
73
|
-
padding-
|
74
|
-
padding-
|
75
|
-
padding-
|
73
|
+
padding-block-start: var(--pf-v5-c-text-input-group--c-chip-group__main--PaddingTop);
|
74
|
+
padding-block-end: var(--pf-v5-c-text-input-group--c-chip-group__main--PaddingBottom);
|
75
|
+
padding-inline-end: var(--pf-v5-c-text-input-group--c-chip-group__main--PaddingRight);
|
76
76
|
}
|
77
77
|
|
78
78
|
.pf-v5-c-text-input-group__text {
|
@@ -83,10 +83,7 @@
|
|
83
83
|
}
|
84
84
|
.pf-v5-c-text-input-group__text::before, .pf-v5-c-text-input-group__text::after {
|
85
85
|
position: absolute;
|
86
|
-
|
87
|
-
right: 0;
|
88
|
-
bottom: 0;
|
89
|
-
left: 0;
|
86
|
+
inset: 0;
|
90
87
|
pointer-events: none;
|
91
88
|
content: "";
|
92
89
|
}
|
@@ -94,7 +91,7 @@
|
|
94
91
|
border: var(--pf-v5-c-text-input-group__text--before--BorderWidth) solid var(--pf-v5-c-text-input-group__text--before--BorderColor);
|
95
92
|
}
|
96
93
|
.pf-v5-c-text-input-group__text::after {
|
97
|
-
border-
|
94
|
+
border-block-end: var(--pf-v5-c-text-input-group__text--after--BorderBottomWidth) solid var(--pf-v5-c-text-input-group__text--after--BorderBottomColor);
|
98
95
|
}
|
99
96
|
.pf-v5-c-text-input-group__text:focus-within {
|
100
97
|
--pf-v5-c-text-input-group__text--after--BorderBottomWidth: var(--pf-v5-c-text-input-group__text--focus-within--after--BorderBottomWidth);
|
@@ -103,8 +100,8 @@
|
|
103
100
|
|
104
101
|
.pf-v5-c-text-input-group__icon {
|
105
102
|
position: absolute;
|
106
|
-
|
107
|
-
|
103
|
+
inset-block-start: 50%;
|
104
|
+
inset-inline-start: var(--pf-v5-c-text-input-group__icon--Left);
|
108
105
|
color: var(--pf-v5-c-text-input-group__icon--Color);
|
109
106
|
transform: translateY(var(--pf-v5-c-text-input-group__icon--TranslateY));
|
110
107
|
}
|
@@ -116,7 +113,10 @@
|
|
116
113
|
position: relative;
|
117
114
|
width: 100%;
|
118
115
|
min-width: var(--pf-v5-c-text-input-group__text-input--MinWidth);
|
119
|
-
padding: var(--pf-v5-c-text-input-group__text-input--PaddingTop)
|
116
|
+
padding-block-start: var(--pf-v5-c-text-input-group__text-input--PaddingTop);
|
117
|
+
padding-block-end: var(--pf-v5-c-text-input-group__text-input--PaddingBottom);
|
118
|
+
padding-inline-start: var(--pf-v5-c-text-input-group__text-input--PaddingLeft);
|
119
|
+
padding-inline-end: var(--pf-v5-c-text-input-group__text-input--PaddingRight);
|
120
120
|
background-color: var(--pf-v5-c-text-input-group__text-input--BackgroundColor);
|
121
121
|
border: 0;
|
122
122
|
}
|
@@ -133,11 +133,11 @@
|
|
133
133
|
.pf-v5-c-text-input-group__utilities {
|
134
134
|
display: flex;
|
135
135
|
align-items: center;
|
136
|
-
margin-
|
137
|
-
margin-
|
136
|
+
margin-inline-start: var(--pf-v5-c-text-input-group__utilities--MarginLeft);
|
137
|
+
margin-inline-end: var(--pf-v5-c-text-input-group__utilities--MarginRight);
|
138
138
|
}
|
139
139
|
.pf-v5-c-text-input-group__utilities > * + * {
|
140
|
-
margin-
|
140
|
+
margin-inline-start: var(--pf-v5-c-text-input-group__utilities--child--MarginLeft);
|
141
141
|
}
|
142
142
|
.pf-v5-c-text-input-group__utilities .pf-v5-c-button {
|
143
143
|
--pf-v5-c-button--PaddingRight: var(--pf-v5-c-text-input-group__utilities--c-button--PaddingRight);
|
@@ -43,7 +43,10 @@
|
|
43
43
|
position: relative;
|
44
44
|
display: inline-grid;
|
45
45
|
grid-template-rows: min-content;
|
46
|
-
padding: var(--pf-v5-c-tile--PaddingTop)
|
46
|
+
padding-block-start: var(--pf-v5-c-tile--PaddingTop);
|
47
|
+
padding-block-end: var(--pf-v5-c-tile--PaddingBottom);
|
48
|
+
padding-inline-start: var(--pf-v5-c-tile--PaddingLeft);
|
49
|
+
padding-inline-end: var(--pf-v5-c-tile--PaddingRight);
|
47
50
|
text-align: center;
|
48
51
|
cursor: pointer;
|
49
52
|
background-color: var(--pf-v5-c-tile--BackgroundColor);
|
@@ -56,16 +59,13 @@
|
|
56
59
|
content: "";
|
57
60
|
}
|
58
61
|
.pf-v5-c-tile::before {
|
59
|
-
|
60
|
-
right: 0;
|
61
|
-
bottom: 0;
|
62
|
-
left: 0;
|
62
|
+
inset: 0;
|
63
63
|
border: var(--pf-v5-c-tile--before--BorderWidth) solid var(--pf-v5-c-tile--before--BorderColor);
|
64
64
|
}
|
65
65
|
.pf-v5-c-tile::after {
|
66
|
-
|
67
|
-
|
68
|
-
|
66
|
+
inset-block-end: 0;
|
67
|
+
inset-inline-start: 0;
|
68
|
+
inset-inline-end: 0;
|
69
69
|
height: var(--pf-v5-c-tile--after--Height);
|
70
70
|
background-color: var(--pf-v5-c-tile--after--BackgroundColor);
|
71
71
|
transition: var(--pf-v5-c-tile--after--Transition);
|
@@ -118,7 +118,7 @@
|
|
118
118
|
display: flex;
|
119
119
|
align-items: center;
|
120
120
|
justify-content: center;
|
121
|
-
margin-
|
121
|
+
margin-block-end: var(--pf-v5-c-tile__header--m-stacked__icon--MarginBottom);
|
122
122
|
}
|
123
123
|
|
124
124
|
.pf-v5-c-tile__title {
|
@@ -131,7 +131,7 @@
|
|
131
131
|
}
|
132
132
|
|
133
133
|
.pf-v5-c-tile__icon {
|
134
|
-
margin-
|
134
|
+
margin-inline-end: var(--pf-v5-c-tile__icon--MarginRight);
|
135
135
|
font-size: var(--pf-v5-c-tile__icon--FontSize);
|
136
136
|
color: var(--pf-v5-c-tile__icon--Color);
|
137
137
|
}
|
@@ -44,22 +44,25 @@
|
|
44
44
|
}
|
45
45
|
|
46
46
|
.pf-v5-c-toggle-group__item + .pf-v5-c-toggle-group__item {
|
47
|
-
margin-
|
47
|
+
margin-inline-start: var(--pf-v5-c-toggle-group__item--item--MarginLeft);
|
48
48
|
}
|
49
49
|
.pf-v5-c-toggle-group__item:first-child .pf-v5-c-toggle-group__button, .pf-v5-c-toggle-group__item:first-child .pf-v5-c-toggle-group__button::before {
|
50
|
-
border-
|
51
|
-
border-
|
50
|
+
border-start-start-radius: var(--pf-v5-c-toggle-group__item--first-child__button--BorderTopLeftRadius);
|
51
|
+
border-end-start-radius: var(--pf-v5-c-toggle-group__item--first-child__button--BorderBottomLeftRadius);
|
52
52
|
}
|
53
53
|
.pf-v5-c-toggle-group__item:last-child .pf-v5-c-toggle-group__button, .pf-v5-c-toggle-group__item:last-child .pf-v5-c-toggle-group__button::before {
|
54
|
-
border-
|
55
|
-
border-
|
54
|
+
border-start-end-radius: var(--pf-v5-c-toggle-group__item--last-child__button--BorderTopRightRadius);
|
55
|
+
border-end-end-radius: var(--pf-v5-c-toggle-group__item--last-child__button--BorderBottomRightRadius);
|
56
56
|
}
|
57
57
|
|
58
58
|
.pf-v5-c-toggle-group__button {
|
59
59
|
position: relative;
|
60
60
|
z-index: var(--pf-v5-c-toggle-group__button--ZIndex);
|
61
61
|
display: inline-flex;
|
62
|
-
padding: var(--pf-v5-c-toggle-group__button--PaddingTop)
|
62
|
+
padding-block-start: var(--pf-v5-c-toggle-group__button--PaddingTop);
|
63
|
+
padding-block-end: var(--pf-v5-c-toggle-group__button--PaddingBottom);
|
64
|
+
padding-inline-start: var(--pf-v5-c-toggle-group__button--PaddingLeft);
|
65
|
+
padding-inline-end: var(--pf-v5-c-toggle-group__button--PaddingRight);
|
63
66
|
font-size: var(--pf-v5-c-toggle-group__button--FontSize);
|
64
67
|
line-height: var(--pf-v5-c-toggle-group__button--LineHeight);
|
65
68
|
color: var(--pf-v5-c-toggle-group__button--Color);
|
@@ -68,10 +71,10 @@
|
|
68
71
|
}
|
69
72
|
.pf-v5-c-toggle-group__button::before {
|
70
73
|
position: absolute;
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
74
|
+
inset-block-start: 0;
|
75
|
+
inset-block-end: 0;
|
76
|
+
inset-inline-start: 0;
|
77
|
+
inset-inline-end: 0;
|
75
78
|
pointer-events: none;
|
76
79
|
content: "";
|
77
80
|
border: var(--pf-v5-c-toggle-group__button--before--BorderWidth) solid var(--pf-v5-c-toggle-group__button--before--BorderColor);
|
@@ -101,7 +104,7 @@
|
|
101
104
|
|
102
105
|
.pf-v5-c-toggle-group__icon + .pf-v5-c-toggle-group__text,
|
103
106
|
.pf-v5-c-toggle-group__text + .pf-v5-c-toggle-group__icon {
|
104
|
-
margin-
|
107
|
+
margin-inline-start: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
|
105
108
|
}
|
106
109
|
|
107
110
|
:where(.pf-v5-theme-dark) .pf-v5-c-toggle-group {
|
@@ -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 {
|
@@ -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 {
|