@patternfly/patternfly 6.0.0-alpha.186 → 6.0.0-alpha.188
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/base/patternfly-variables.css +2 -2
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +3 -3
- package/base/tokens/tokens-palette.scss +1 -1
- package/components/Toolbar/toolbar.css +232 -531
- package/components/Toolbar/toolbar.scss +101 -89
- package/components/_index.css +224 -523
- package/docs/components/Card/examples/Card.md +8 -8
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DualListSelector/examples/DualListSelector.md +16 -16
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +37 -37
- package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
- package/docs/components/Table/examples/Table.md +454 -454
- package/docs/components/Toolbar/examples/Toolbar.css +10 -4
- package/docs/components/Toolbar/examples/Toolbar.md +1050 -637
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -0
- package/docs/demos/Alert/examples/Alert.md +3 -0
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -0
- package/docs/demos/Banner/examples/Banner.md +2 -0
- package/docs/demos/CardView/examples/CardView.md +13 -12
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -1
- package/docs/demos/DataList/examples/DataList.md +31 -27
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -1
- package/docs/demos/Drawer/examples/Drawer.md +6 -1
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
- package/docs/demos/Masthead/examples/Masthead.md +19 -9
- package/docs/demos/Modal/examples/Modal.md +6 -0
- package/docs/demos/Nav/examples/Nav.md +8 -0
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +71 -61
- package/docs/demos/Page/examples/Page.md +11 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +27 -19
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
- package/docs/demos/Table/examples/Table.md +161 -146
- package/docs/demos/Tabs/examples/Tabs.md +32 -26
- package/docs/demos/Toolbar/examples/Toolbar.css +9 -1
- package/docs/demos/Toolbar/examples/Toolbar.md +1592 -1295
- package/docs/demos/Wizard/examples/Wizard.md +9 -0
- package/layouts/Flex/flex.css +1 -1
- package/layouts/Flex/flex.scss +1 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +1 -1
- package/layouts/Grid/grid.scss +1 -1
- package/layouts/Level/level.css +1 -1
- package/layouts/Level/level.scss +1 -1
- package/layouts/Split/split.css +1 -1
- package/layouts/Split/split.scss +1 -1
- package/layouts/Stack/stack.css +1 -1
- package/layouts/Stack/stack.scss +1 -1
- package/layouts/_index.css +6 -6
- package/package.json +6 -6
- package/patternfly-base-no-globals.css +2 -2
- package/patternfly-base.css +2 -2
- package/patternfly-no-globals.css +232 -531
- package/patternfly.css +232 -531
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/demos/Page/examples/Penta.md +0 -903
|
@@ -7,14 +7,15 @@ $pf-v6-c-toolbar--breakpoint-map: build-breakpoint-map('base');
|
|
|
7
7
|
$pf-v6--include-toolbar-breakpoints: true !default;
|
|
8
8
|
|
|
9
9
|
@if $pf-v6--include-toolbar-breakpoints {
|
|
10
|
-
$pf-v6-c-toolbar--breakpoint-map: build-breakpoint-map(
|
|
10
|
+
$pf-v6-c-toolbar--breakpoint-map: build-breakpoint-map();
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
:where(:root, .#{$toolbar}) {
|
|
14
|
-
--#{$toolbar}--RowGap: var(--pf-t--global--spacer--
|
|
15
|
-
--#{$toolbar}--
|
|
16
|
-
--#{$toolbar}--
|
|
17
|
-
--#{$toolbar}--
|
|
14
|
+
--#{$toolbar}--RowGap: var(--pf-t--global--spacer--md);
|
|
15
|
+
--#{$toolbar}--PaddingBlockStart: 0;
|
|
16
|
+
--#{$toolbar}--PaddingBlockEnd: 0;
|
|
17
|
+
--#{$toolbar}--PaddingInlineStart: 0;
|
|
18
|
+
--#{$toolbar}--PaddingInlineEnd: 0;
|
|
18
19
|
--#{$toolbar}--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
19
20
|
--#{$toolbar}--FontSize: var(--pf-t--global--font--size--body--default);
|
|
20
21
|
--#{$toolbar}--BackgroundColor: transparent;
|
|
@@ -27,67 +28,106 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
27
28
|
// * Toolbar item
|
|
28
29
|
--#{$toolbar}__item--Width: auto;
|
|
29
30
|
--#{$toolbar}__item--MinWidth: auto;
|
|
30
|
-
--#{$toolbar}__item--
|
|
31
|
+
--#{$toolbar}__item--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
32
|
+
--#{$toolbar}__item--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
31
33
|
--#{$toolbar}__item--m-overflow-container--MinWidth: 0;
|
|
32
34
|
|
|
33
35
|
// * Toolbar group
|
|
36
|
+
--#{$toolbar}__group--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
37
|
+
--#{$toolbar}__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
38
|
+
|
|
39
|
+
// * Toolbar group overflow container
|
|
34
40
|
--#{$toolbar}__group--m-overflow-container--MinWidth: 0;
|
|
35
41
|
|
|
36
|
-
// * Toolbar content
|
|
37
|
-
--#{$toolbar}__content--RowGap: var(--pf-t--global--spacer--
|
|
38
|
-
--#{$toolbar}__content--
|
|
39
|
-
--#{$toolbar}__content--
|
|
40
|
-
|
|
42
|
+
// * Toolbar content
|
|
43
|
+
--#{$toolbar}__content--RowGap: var(--pf-t--global--spacer--md);
|
|
44
|
+
--#{$toolbar}__content--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
45
|
+
--#{$toolbar}__content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
46
|
+
|
|
47
|
+
// * Toolbar content section
|
|
48
|
+
--#{$toolbar}__content-section--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
49
|
+
--#{$toolbar}__content-section--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
|
|
41
50
|
|
|
42
51
|
// * Toolbar expandable content
|
|
43
52
|
--#{$toolbar}__expandable-content--ZIndex: var(--pf-t--global--z-index--sm);
|
|
53
|
+
--#{$toolbar}__expandable-content--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
54
|
+
--#{$toolbar}__expandable-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
55
|
+
--#{$toolbar}__expandable-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
56
|
+
--#{$toolbar}__expandable-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
57
|
+
--#{$toolbar}__expandable-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
44
58
|
--#{$toolbar}__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
45
59
|
--#{$toolbar}__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
46
60
|
|
|
47
61
|
// * Toolbar sticky
|
|
48
62
|
--#{$toolbar}--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
|
|
63
|
+
--#{$toolbar}--m-sticky--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
64
|
+
--#{$toolbar}--m-sticky--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
49
65
|
--#{$toolbar}--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
|
50
66
|
--#{$toolbar}--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
51
67
|
|
|
52
|
-
// * Toolbar insets
|
|
53
|
-
--#{$toolbar}--m-page-insets--inset: var(--#{$page}--inset);
|
|
54
|
-
|
|
55
68
|
// * Toolbar expand all
|
|
56
69
|
--#{$toolbar}__expand-all-icon--Rotate: 0;
|
|
57
70
|
--#{$toolbar}__expand-all-icon--Transition: var(--pf-t--global--transition);
|
|
58
71
|
--#{$toolbar}__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
|
|
59
72
|
|
|
60
73
|
// * Toolbar filter group
|
|
61
|
-
--#{$toolbar}__group--m-filter-group--ColumnGap: var(--pf-t--global--spacer--
|
|
74
|
+
--#{$toolbar}__group--m-filter-group--ColumnGap: var(--pf-t--global--spacer--gap--control-to-control--default);
|
|
62
75
|
|
|
63
76
|
// * Toolbar label
|
|
64
77
|
--#{$toolbar}__item--m-label--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
78
|
+
|
|
79
|
+
// * Toolbar group label group
|
|
80
|
+
--#{$toolbar}__group--m-label-group--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
81
|
+
|
|
82
|
+
// * Toolbar group action group
|
|
83
|
+
--#{$toolbar}__group--m-action-group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
84
|
+
|
|
85
|
+
// * Toolbar group action group plain
|
|
86
|
+
--#{$toolbar}__group--m-action-group-plain--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
|
87
|
+
|
|
88
|
+
// * Toolbar group action group inline
|
|
89
|
+
--#{$toolbar}__group--m-action-group-inline--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
|
65
90
|
}
|
|
66
91
|
|
|
67
|
-
// - Toolbar content - Toolbar group - Toolbar item
|
|
92
|
+
// - Toolbar content section - Toolbar group - Toolbar item
|
|
68
93
|
.#{$toolbar}__content-section,
|
|
69
94
|
.#{$toolbar}__group,
|
|
70
95
|
.#{$toolbar}__item {
|
|
71
96
|
@include pf-v6-hidden-visible(flex);
|
|
97
|
+
}
|
|
72
98
|
|
|
73
|
-
|
|
99
|
+
// - Toolbar - Toolbar content
|
|
100
|
+
.#{$toolbar},
|
|
101
|
+
.#{$toolbar}__content {
|
|
102
|
+
position: relative;
|
|
74
103
|
}
|
|
75
104
|
|
|
76
|
-
// - Toolbar content
|
|
105
|
+
// - Toolbar content - Toolbar content section - Toolbar expandable content
|
|
77
106
|
.#{$toolbar}__content {
|
|
78
107
|
@include pf-v6-hidden-visible(grid);
|
|
108
|
+
|
|
109
|
+
row-gap: var(--#{$toolbar}__content--RowGap);
|
|
110
|
+
padding-inline-start: var(--#{$toolbar}__content--PaddingInlineStart);
|
|
111
|
+
padding-inline-end: var(--#{$toolbar}__content--PaddingInlineEnd);
|
|
79
112
|
}
|
|
80
113
|
|
|
81
|
-
//
|
|
82
|
-
.#{$toolbar}
|
|
83
|
-
|
|
84
|
-
|
|
114
|
+
// Toolbar content section
|
|
115
|
+
.#{$toolbar}__content-section {
|
|
116
|
+
flex-wrap: wrap;
|
|
117
|
+
row-gap: var(--#{$toolbar}__content-section--RowGap);
|
|
118
|
+
column-gap: var(--#{$toolbar}__content-section--ColumnGap);
|
|
119
|
+
align-items: start;
|
|
85
120
|
}
|
|
86
121
|
|
|
87
122
|
// - Toolbar
|
|
88
123
|
.#{$toolbar} {
|
|
89
124
|
display: grid;
|
|
125
|
+
row-gap: var(--#{$toolbar}--RowGap);
|
|
90
126
|
width: var(--#{$toolbar}--Width, auto);
|
|
127
|
+
padding-block-start: var(--#{$toolbar}--PaddingBlockStart);
|
|
128
|
+
padding-block-end: var(--#{$toolbar}--PaddingBlockEnd);
|
|
129
|
+
padding-inline-start: var(--#{$toolbar}--PaddingInlineStart);
|
|
130
|
+
padding-inline-end: var(--#{$toolbar}--PaddingInlineEnd);
|
|
91
131
|
font-size: var(--#{$toolbar}--FontSize);
|
|
92
132
|
line-height: var(--#{$toolbar}--LineHeight);
|
|
93
133
|
background-color: var(--#{$toolbar}--BackgroundColor);
|
|
@@ -99,6 +139,8 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
99
139
|
position: sticky;
|
|
100
140
|
inset-block-start: 0;
|
|
101
141
|
z-index: var(--#{$toolbar}--m-sticky--ZIndex);
|
|
142
|
+
padding-block-start: var(--#{$toolbar}--m-sticky--PaddingBlockStart);
|
|
143
|
+
padding-block-end: var(--#{$toolbar}--m-sticky--PaddingBlockEnd);
|
|
102
144
|
box-shadow: var(--#{$toolbar}--m-sticky--BoxShadow);
|
|
103
145
|
}
|
|
104
146
|
|
|
@@ -125,12 +167,6 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
125
167
|
}
|
|
126
168
|
}
|
|
127
169
|
|
|
128
|
-
// - Toolbar page insets
|
|
129
|
-
&.pf-m-page-insets {
|
|
130
|
-
--#{$toolbar}--PaddingInlineStart: var(--#{$toolbar}--m-page-insets--inset);
|
|
131
|
-
--#{$toolbar}--PaddingInlineEnd: var(--#{$toolbar}--m-page-insets--inset);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
170
|
// - Toolbar background modifiers
|
|
135
171
|
&.pf-m-primary {
|
|
136
172
|
--#{$toolbar}--BackgroundColor: var(--#{$toolbar}--m-primary--BackgroundColor);
|
|
@@ -149,48 +185,12 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
149
185
|
// }
|
|
150
186
|
}
|
|
151
187
|
|
|
152
|
-
// - Toolbar content - Toolbar content section - Toolbar expandable content
|
|
153
|
-
.#{$toolbar}__content,
|
|
154
|
-
.#{$toolbar}__content-section,
|
|
155
|
-
.#{$toolbar}__expandable-content {
|
|
156
|
-
row-gap: var(--#{$toolbar}__content--RowGap);
|
|
157
|
-
column-gap: var(--#{$toolbar}--ColumnGap);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
// - Toolbar content - Toolbar expandable content
|
|
161
|
-
.#{$toolbar}__content,
|
|
162
|
-
.#{$toolbar}__expandable-content {
|
|
163
|
-
padding-block-start: var(--#{$toolbar}__content--PaddingBlockStart, var(--#{$toolbar}__content--PaddingBlock));
|
|
164
|
-
padding-block-end: var(--#{$toolbar}__content--PaddingBlockEnd, var(--#{$toolbar}__content--PaddingBlock));
|
|
165
|
-
padding-inline-start: var(--#{$toolbar}__content--PaddingInlineStart, var(--#{$toolbar}__content--PaddingInline));
|
|
166
|
-
padding-inline-end: var(--#{$toolbar}__content--PaddingInlineEnd, var(--#{$toolbar}__content--PaddingInline));
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
// - Toolbar content section
|
|
170
|
-
.#{$toolbar}__content-section {
|
|
171
|
-
align-items: start;
|
|
172
|
-
|
|
173
|
-
// push pagination to inline-end when flex items are not wrapped
|
|
174
|
-
&:has(.#{$toolbar}__item.pf-m-pagination:not(:only-child):last-child) {
|
|
175
|
-
.#{$toolbar}__item.pf-m-pagination {
|
|
176
|
-
margin-inline-start: revert;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
> .#{$toolbar}__group,
|
|
180
|
-
> .#{$toolbar}__item {
|
|
181
|
-
&:nth-last-child(2) {
|
|
182
|
-
flex: 1;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
188
|
// - Toolbar item
|
|
189
189
|
.#{$toolbar}__item {
|
|
190
190
|
@include pf-v6-build-css-variable-stack("--#{$toolbar}__item--Width--base", "--#{$toolbar}__item--Width", $pf-v6-c-toolbar--breakpoint-map);
|
|
191
191
|
@include pf-v6-build-css-variable-stack("--#{$toolbar}__item--MinWidth--base", "--#{$toolbar}__item--MinWidth", $pf-v6-c-toolbar--breakpoint-map);
|
|
192
192
|
|
|
193
|
-
row-gap: var(--#{$toolbar}__item--RowGap
|
|
193
|
+
row-gap: var(--#{$toolbar}__item--RowGap);
|
|
194
194
|
column-gap: var(--#{$toolbar}__item--ColumnGap);
|
|
195
195
|
width: var(--#{$toolbar}__item--Width--base);
|
|
196
196
|
min-width: var(--#{$toolbar}__item--MinWidth--base);
|
|
@@ -221,30 +221,36 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
221
221
|
|
|
222
222
|
// - Toolbar group
|
|
223
223
|
.#{$toolbar}__group {
|
|
224
|
-
row-gap: var(--#{$toolbar}__group--RowGap
|
|
225
|
-
column-gap: var(--#{$toolbar}__group--ColumnGap
|
|
226
|
-
align-items: baseline;
|
|
227
|
-
|
|
228
|
-
// - Toolbar icon button group - Toolbar filter group
|
|
229
|
-
&.pf-m-icon-button-group {
|
|
230
|
-
column-gap: var(--#{$toolbar}__group--m-icon-button-group--ColumnGap, 0);
|
|
231
|
-
}
|
|
224
|
+
row-gap: var(--#{$toolbar}__group--RowGap);
|
|
225
|
+
column-gap: var(--#{$toolbar}__group--ColumnGap);
|
|
232
226
|
|
|
227
|
+
// - Toolbar filter group
|
|
233
228
|
&.pf-m-filter-group {
|
|
234
229
|
column-gap: var(--#{$toolbar}__group--m-filter-group--ColumnGap);
|
|
235
230
|
}
|
|
236
231
|
|
|
237
|
-
// - Toolbar filter group - Toolbar label container
|
|
238
|
-
&.pf-m-filter-group,
|
|
239
|
-
&.pf-m-label-group-container {
|
|
240
|
-
flex-wrap: nowrap;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
232
|
// - Toolbar label group
|
|
244
233
|
&.pf-m-label-group {
|
|
245
234
|
flex: 1;
|
|
235
|
+
column-gap: var(--#{$toolbar}__group--m-label-group--ColumnGap);
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// - Toolbar action group
|
|
239
|
+
&.pf-m-action-group {
|
|
240
|
+
column-gap: var(--#{$toolbar}__group--m-action-group--ColumnGap);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// - Toolbar action group plain
|
|
244
|
+
&.pf-m-action-group-plain {
|
|
245
|
+
column-gap: var(--#{$toolbar}__group--m-action-group-plain--ColumnGap);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
// - Toolbar action group inline
|
|
249
|
+
&.pf-m-action-group-inline {
|
|
250
|
+
column-gap: var(--#{$toolbar}__group--m-action-group-inline--ColumnGap);
|
|
246
251
|
}
|
|
247
252
|
|
|
253
|
+
// - Toolbar overflow container
|
|
248
254
|
&.pf-m-overflow-container {
|
|
249
255
|
min-width: var(--#{$toolbar}__group--m-overflow-container--MinWidth);
|
|
250
256
|
}
|
|
@@ -256,7 +262,12 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
256
262
|
inset-block-start: 100%;
|
|
257
263
|
z-index: var(--#{$toolbar}__expandable-content--ZIndex);
|
|
258
264
|
display: none;
|
|
265
|
+
row-gap: var(--#{$toolbar}__expandable-content--RowGap);
|
|
259
266
|
width: 100%;
|
|
267
|
+
padding-block-start: var(--#{$toolbar}__expandable-content--PaddingBlockStart);
|
|
268
|
+
padding-block-end: var(--#{$toolbar}__expandable-content--PaddingBlockEnd);
|
|
269
|
+
padding-inline-start: var(--#{$toolbar}__expandable-content--PaddingInlineStart);
|
|
270
|
+
padding-inline-end: var(--#{$toolbar}__expandable-content--PaddingInlineEnd);
|
|
260
271
|
background-color: var(--#{$toolbar}__expandable-content--BackgroundColor);
|
|
261
272
|
box-shadow: var(--#{$toolbar}__expandable-content--BoxShadow);
|
|
262
273
|
|
|
@@ -274,11 +285,16 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
274
285
|
.#{$toolbar}__item > * {
|
|
275
286
|
flex-basis: 100%;
|
|
276
287
|
}
|
|
288
|
+
|
|
289
|
+
.#{$toolbar}__group.pf-m-action-group-inline {
|
|
290
|
+
display: flex;
|
|
291
|
+
justify-content: center;
|
|
292
|
+
}
|
|
277
293
|
}
|
|
278
294
|
|
|
279
295
|
// - Toolbar expand all
|
|
280
296
|
.#{$toolbar}__expand-all-icon {
|
|
281
|
-
display: inline-
|
|
297
|
+
display: inline-flex;
|
|
282
298
|
transition: var(--#{$toolbar}__expand-all-icon--Transition);
|
|
283
299
|
transform: rotate(var(--#{$toolbar}__expand-all-icon--Rotate));
|
|
284
300
|
|
|
@@ -288,7 +304,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
288
304
|
// - Toolbar group - Toolbar item
|
|
289
305
|
.#{$toolbar}__group,
|
|
290
306
|
.#{$toolbar}__item {
|
|
291
|
-
align-
|
|
307
|
+
align-items: baseline;
|
|
292
308
|
|
|
293
309
|
&.pf-m-overflow-container {
|
|
294
310
|
flex: 1;
|
|
@@ -326,14 +342,11 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
326
342
|
}
|
|
327
343
|
}
|
|
328
344
|
|
|
329
|
-
// - Toolbar
|
|
330
|
-
.#{$toolbar}
|
|
331
|
-
.#{$toolbar}__content,
|
|
332
|
-
.#{$toolbar}__content-section {
|
|
333
|
-
// Inset modifiers
|
|
345
|
+
// - Toolbar inset
|
|
346
|
+
.#{$toolbar} {
|
|
334
347
|
@each $inset, $inset-value in $pf-v6-c-toolbar--inset-map {
|
|
335
348
|
&.pf-m-inset-#{$inset}#{$breakpoint-name} {
|
|
336
|
-
|
|
349
|
+
padding-inline: #{$inset-value};
|
|
337
350
|
}
|
|
338
351
|
}
|
|
339
352
|
}
|
|
@@ -341,7 +354,6 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
341
354
|
// - Toolbar group - Toolbar item - Toolbar content - Toolbar content section
|
|
342
355
|
.#{$toolbar}__group,
|
|
343
356
|
.#{$toolbar}__item,
|
|
344
|
-
.#{$toolbar}__content,
|
|
345
357
|
.#{$toolbar}__content-section {
|
|
346
358
|
&.pf-m-wrap#{$breakpoint-name} {
|
|
347
359
|
flex-wrap: wrap;
|
|
@@ -397,7 +409,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
397
409
|
}
|
|
398
410
|
|
|
399
411
|
.#{$toolbar}__toggle {
|
|
400
|
-
display: inline-
|
|
412
|
+
display: inline-flex;
|
|
401
413
|
}
|
|
402
414
|
}
|
|
403
415
|
}
|