@patternfly/patternfly 6.5.0-prerelease.56 → 6.5.0-prerelease.58
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/components/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/Drawer/drawer.css +1 -1
- package/components/Drawer/drawer.scss +1 -1
- package/components/JumpLinks/jump-links.css +11 -1
- package/components/JumpLinks/jump-links.scss +11 -1
- package/components/Page/page.css +6 -6
- package/components/Page/page.scss +1 -1
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/Wizard/wizard.css +2 -2
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +23 -13
- package/docs/components/Accordion/examples/Accordion.md +1 -0
- package/docs/components/DataList/examples/DataList.md +1 -0
- package/docs/components/Drawer/examples/Drawer.md +2 -0
- package/docs/components/Page/examples/Page.md +2 -0
- package/docs/components/Table/examples/Table.md +1 -0
- package/docs/components/Wizard/examples/Wizard.md +1 -1
- package/package.json +1 -1
- package/patternfly-no-globals.css +23 -13
- package/patternfly.css +23 -13
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
row-gap: var(--pf-v6-c-accordion--RowGap);
|
|
105
105
|
background-color: var(--pf-v6-c-accordion--BackgroundColor);
|
|
106
106
|
}
|
|
107
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain), .pf-v6-c-accordion.pf-m-plain {
|
|
107
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass), .pf-v6-c-accordion.pf-m-plain {
|
|
108
108
|
--pf-v6-c-accordion--BackgroundColor: transparent;
|
|
109
109
|
--pf-v6-c-accordion__expandable-content--BackgroundColor: transparent;
|
|
110
110
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: transparent;
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
row-gap: var(--#{$accordion}--RowGap);
|
|
130
130
|
background-color: var(--#{$accordion}--BackgroundColor);
|
|
131
131
|
|
|
132
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
132
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
133
133
|
&.pf-m-plain {
|
|
134
134
|
--#{$accordion}--BackgroundColor: transparent;
|
|
135
135
|
--#{$accordion}__expandable-content--BackgroundColor: transparent;
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
573
573
|
overflow-anchor: none;
|
|
574
574
|
}
|
|
575
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain), .pf-v6-c-data-list.pf-m-plain {
|
|
575
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass), .pf-v6-c-data-list.pf-m-plain {
|
|
576
576
|
--pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
|
|
577
577
|
}
|
|
578
578
|
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
overflow-anchor: none;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
194
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
195
195
|
&.pf-m-plain {
|
|
196
196
|
--#{$data-list}__item--BackgroundColor: var(--#{$data-list}--pf-m-plain__item--BackgroundColor);
|
|
197
197
|
}
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
474
474
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
475
475
|
}
|
|
476
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
476
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
477
477
|
background: transparent;
|
|
478
478
|
}
|
|
479
479
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -567,7 +567,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
567
567
|
|
|
568
568
|
&.pf-m-inline,
|
|
569
569
|
&.pf-m-static {
|
|
570
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
570
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
571
571
|
&.pf-m-plain {
|
|
572
572
|
> .#{$drawer}__main > .#{$drawer}__panel {
|
|
573
573
|
background: transparent;
|
|
@@ -26,14 +26,19 @@
|
|
|
26
26
|
--pf-v6-c-jump-links__list__list__link--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
27
27
|
--pf-v6-c-jump-links__list__list__link--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
28
28
|
--pf-v6-c-jump-links__link--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--sm));
|
|
29
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth);
|
|
30
|
+
--pf-v6-c-jump-links__link--before--Width: auto;
|
|
29
31
|
--pf-v6-c-jump-links__link--before--BorderBlockStartWidth: 0;
|
|
30
32
|
--pf-v6-c-jump-links__link--before--BorderInlineEndWidth: 0;
|
|
31
33
|
--pf-v6-c-jump-links__link--before--BorderBlockEndWidth: 0;
|
|
32
34
|
--pf-v6-c-jump-links__link--before--BorderInlineStartWidth: 0;
|
|
33
35
|
--pf-v6-c-jump-links__link--before--BorderColor: transparent;
|
|
36
|
+
--pf-v6-c-jump-links__link--before--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
34
37
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
35
38
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth: 0;
|
|
36
|
-
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--
|
|
39
|
+
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--color--brand--accent--default);
|
|
40
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Height: auto;
|
|
41
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Width: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth);
|
|
37
42
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth: 0;
|
|
38
43
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderInlineStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
39
44
|
--pf-v6-c-jump-links__link-text--Color: var(--pf-t--global--text--color--subtle);
|
|
@@ -65,6 +70,8 @@
|
|
|
65
70
|
--pf-v6-c-jump-links__list--PaddingInlineEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineEnd);
|
|
66
71
|
--pf-v6-c-jump-links__list--PaddingBlockEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingBlockEnd);
|
|
67
72
|
--pf-v6-c-jump-links__list--PaddingInlineStart: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineStart);
|
|
73
|
+
--pf-v6-c-jump-links__link--before--Width: var(--pf-v6-c-jump-links--m-vertical__link--before--Width);
|
|
74
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links--m-vertical__link--before--Height);
|
|
68
75
|
--pf-v6-c-jump-links__list--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderBlockStartWidth);
|
|
69
76
|
--pf-v6-c-jump-links__list--before--BorderInlineStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderInlineStartWidth);
|
|
70
77
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth);
|
|
@@ -195,6 +202,8 @@
|
|
|
195
202
|
.pf-v6-c-jump-links__link::before {
|
|
196
203
|
position: absolute;
|
|
197
204
|
inset: 0;
|
|
205
|
+
width: var(--pf-v6-c-jump-links__link--before--Width);
|
|
206
|
+
height: var(--pf-v6-c-jump-links__link--before--Height);
|
|
198
207
|
pointer-events: none;
|
|
199
208
|
content: "";
|
|
200
209
|
border-color: var(--pf-v6-c-jump-links__link--before--BorderColor);
|
|
@@ -203,6 +212,7 @@
|
|
|
203
212
|
border-block-end-width: var(--pf-v6-c-jump-links__link--before--BorderBlockEndWidth);
|
|
204
213
|
border-inline-start-width: var(--pf-v6-c-jump-links__link--before--BorderInlineStartWidth);
|
|
205
214
|
border-inline-end-width: var(--pf-v6-c-jump-links__link--before--BorderInlineEndWidth);
|
|
215
|
+
border-radius: var(--pf-v6-c-jump-links__link--before--BorderRadius);
|
|
206
216
|
}
|
|
207
217
|
|
|
208
218
|
.pf-v6-c-jump-links__item {
|
|
@@ -35,14 +35,19 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
35
35
|
--#{$jump-links}__link--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--sm));
|
|
36
36
|
|
|
37
37
|
// before
|
|
38
|
+
--#{$jump-links}__link--before--Height: var(--#{$jump-links}__item--m-current__link--before--BorderBlockStartWidth);
|
|
39
|
+
--#{$jump-links}__link--before--Width: auto;
|
|
38
40
|
--#{$jump-links}__link--before--BorderBlockStartWidth: 0;
|
|
39
41
|
--#{$jump-links}__link--before--BorderInlineEndWidth: 0;
|
|
40
42
|
--#{$jump-links}__link--before--BorderBlockEndWidth: 0;
|
|
41
43
|
--#{$jump-links}__link--before--BorderInlineStartWidth: 0;
|
|
42
44
|
--#{$jump-links}__link--before--BorderColor: transparent;
|
|
45
|
+
--#{$jump-links}__link--before--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
43
46
|
--#{$jump-links}__item--m-current__link--before--BorderBlockStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
44
47
|
--#{$jump-links}__item--m-current__link--before--BorderInlineStartWidth: 0;
|
|
45
|
-
--#{$jump-links}__item--m-current__link--before--BorderColor: var(--pf-t--global--
|
|
48
|
+
--#{$jump-links}__item--m-current__link--before--BorderColor: var(--pf-t--global--color--brand--accent--default);
|
|
49
|
+
--#{$jump-links}--m-vertical__link--before--Height: auto;
|
|
50
|
+
--#{$jump-links}--m-vertical__link--before--Width: var(--#{$jump-links}__item--m-current__link--before--BorderInlineStartWidth);
|
|
46
51
|
--#{$jump-links}--m-vertical__item--m-current__link--before--BorderBlockStartWidth: 0;
|
|
47
52
|
--#{$jump-links}--m-vertical__item--m-current__link--before--BorderInlineStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
48
53
|
|
|
@@ -85,6 +90,8 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
85
90
|
--#{$jump-links}__list--PaddingInlineEnd: var(--#{$jump-links}--m-vertical__list--PaddingInlineEnd);
|
|
86
91
|
--#{$jump-links}__list--PaddingBlockEnd: var(--#{$jump-links}--m-vertical__list--PaddingBlockEnd);
|
|
87
92
|
--#{$jump-links}__list--PaddingInlineStart: var(--#{$jump-links}--m-vertical__list--PaddingInlineStart);
|
|
93
|
+
--#{$jump-links}__link--before--Width: var(--#{$jump-links}--m-vertical__link--before--Width);
|
|
94
|
+
--#{$jump-links}__link--before--Height: var(--#{$jump-links}--m-vertical__link--before--Height);
|
|
88
95
|
--#{$jump-links}__list--before--BorderBlockStartWidth: var(--#{$jump-links}--m-vertical__list--before--BorderBlockStartWidth);
|
|
89
96
|
--#{$jump-links}__list--before--BorderInlineStartWidth: var(--#{$jump-links}--m-vertical__list--before--BorderInlineStartWidth);
|
|
90
97
|
--#{$jump-links}__item--m-current__link--before--BorderBlockStartWidth: var(--#{$jump-links}--m-vertical__item--m-current__link--before--BorderBlockStartWidth);
|
|
@@ -174,6 +181,8 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
174
181
|
&::before {
|
|
175
182
|
position: absolute;
|
|
176
183
|
inset: 0;
|
|
184
|
+
width: var(--#{$jump-links}__link--before--Width);
|
|
185
|
+
height: var(--#{$jump-links}__link--before--Height);
|
|
177
186
|
pointer-events: none;
|
|
178
187
|
content: "";
|
|
179
188
|
border-color: var(--#{$jump-links}__link--before--BorderColor);
|
|
@@ -182,6 +191,7 @@ $pf-v6-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base",
|
|
|
182
191
|
border-block-end-width: var(--#{$jump-links}__link--before--BorderBlockEndWidth);
|
|
183
192
|
border-inline-start-width: var(--#{$jump-links}__link--before--BorderInlineStartWidth);
|
|
184
193
|
border-inline-end-width: var(--#{$jump-links}__link--before--BorderInlineEndWidth);
|
|
194
|
+
border-radius: var(--#{$jump-links}__link--before--BorderRadius);
|
|
185
195
|
}
|
|
186
196
|
}
|
|
187
197
|
|
package/components/Page/page.css
CHANGED
|
@@ -721,16 +721,16 @@
|
|
|
721
721
|
outline: 0;
|
|
722
722
|
}
|
|
723
723
|
|
|
724
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
725
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain),
|
|
724
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
725
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
|
|
726
726
|
.pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
727
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain),
|
|
727
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
|
|
728
728
|
.pf-v6-c-page__main-tabs.pf-m-plain,
|
|
729
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain),
|
|
729
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
|
|
730
730
|
.pf-v6-c-page__main-section.pf-m-plain,
|
|
731
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain),
|
|
731
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
|
|
732
732
|
.pf-v6-c-page__main-wizard.pf-m-plain,
|
|
733
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain),
|
|
733
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass),
|
|
734
734
|
.pf-v6-c-page__main-group.pf-m-plain {
|
|
735
735
|
--pf-v6-c-page__main-section--BackgroundColor: transparent;
|
|
736
736
|
--pf-v6-c-page__main-subnav--BackgroundColor: transparent;
|
|
@@ -645,7 +645,7 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
645
645
|
.#{$page}__main-section,
|
|
646
646
|
.#{$page}__main-wizard,
|
|
647
647
|
.#{$page}__main-group {
|
|
648
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
648
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
649
649
|
&.pf-m-plain {
|
|
650
650
|
--#{$page}__main-section--BackgroundColor: transparent;
|
|
651
651
|
--#{$page}__main-subnav--BackgroundColor: transparent;
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
width: 100%;
|
|
170
170
|
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
171
171
|
}
|
|
172
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain), .pf-v6-c-table.pf-m-plain {
|
|
172
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass), .pf-v6-c-table.pf-m-plain {
|
|
173
173
|
--pf-v6-c-table--BackgroundColor: transparent;
|
|
174
174
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
|
|
175
175
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
width: 100%;
|
|
267
267
|
background-color: var(--#{$table}--BackgroundColor);
|
|
268
268
|
|
|
269
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
269
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
270
270
|
&.pf-m-plain {
|
|
271
271
|
--#{$table}--BackgroundColor: transparent;
|
|
272
272
|
--#{$table}__expandable-row-content--BackgroundColor: transparent;
|
|
@@ -163,14 +163,14 @@
|
|
|
163
163
|
.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
|
|
164
164
|
display: none;
|
|
165
165
|
}
|
|
166
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
166
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
167
167
|
--pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
|
|
168
168
|
--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
|
|
169
169
|
--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
|
|
170
170
|
--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
|
|
171
171
|
}
|
|
172
172
|
@media screen and (min-width: 62rem) {
|
|
173
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
173
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
174
174
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
227
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
228
228
|
&.pf-m-plain {
|
|
229
229
|
--#{$wizard}__header--BackgroundColor: var(--#{$wizard}--m-plain__header--BackgroundColor);
|
|
230
230
|
--#{$wizard}__toggle--BackgroundColor: var(--#{$wizard}--m-plain__toggle--BackgroundColor);
|
package/components/_index.css
CHANGED
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
row-gap: var(--pf-v6-c-accordion--RowGap);
|
|
307
307
|
background-color: var(--pf-v6-c-accordion--BackgroundColor);
|
|
308
308
|
}
|
|
309
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain), .pf-v6-c-accordion.pf-m-plain {
|
|
309
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass), .pf-v6-c-accordion.pf-m-plain {
|
|
310
310
|
--pf-v6-c-accordion--BackgroundColor: transparent;
|
|
311
311
|
--pf-v6-c-accordion__expandable-content--BackgroundColor: transparent;
|
|
312
312
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: transparent;
|
|
@@ -4828,7 +4828,7 @@ ul) {
|
|
|
4828
4828
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
4829
4829
|
overflow-anchor: none;
|
|
4830
4830
|
}
|
|
4831
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain), .pf-v6-c-data-list.pf-m-plain {
|
|
4831
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass), .pf-v6-c-data-list.pf-m-plain {
|
|
4832
4832
|
--pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
|
|
4833
4833
|
}
|
|
4834
4834
|
|
|
@@ -6725,7 +6725,7 @@ ul) {
|
|
|
6725
6725
|
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
6726
6726
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
6727
6727
|
}
|
|
6728
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6728
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6729
6729
|
background: transparent;
|
|
6730
6730
|
}
|
|
6731
6731
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -9197,14 +9197,19 @@ label.pf-v6-c-input-group__text {
|
|
|
9197
9197
|
--pf-v6-c-jump-links__list__list__link--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
9198
9198
|
--pf-v6-c-jump-links__list__list__link--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
9199
9199
|
--pf-v6-c-jump-links__link--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--sm));
|
|
9200
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth);
|
|
9201
|
+
--pf-v6-c-jump-links__link--before--Width: auto;
|
|
9200
9202
|
--pf-v6-c-jump-links__link--before--BorderBlockStartWidth: 0;
|
|
9201
9203
|
--pf-v6-c-jump-links__link--before--BorderInlineEndWidth: 0;
|
|
9202
9204
|
--pf-v6-c-jump-links__link--before--BorderBlockEndWidth: 0;
|
|
9203
9205
|
--pf-v6-c-jump-links__link--before--BorderInlineStartWidth: 0;
|
|
9204
9206
|
--pf-v6-c-jump-links__link--before--BorderColor: transparent;
|
|
9207
|
+
--pf-v6-c-jump-links__link--before--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
9205
9208
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
9206
9209
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth: 0;
|
|
9207
|
-
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--
|
|
9210
|
+
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--color--brand--accent--default);
|
|
9211
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Height: auto;
|
|
9212
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Width: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth);
|
|
9208
9213
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth: 0;
|
|
9209
9214
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderInlineStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
9210
9215
|
--pf-v6-c-jump-links__link-text--Color: var(--pf-t--global--text--color--subtle);
|
|
@@ -9236,6 +9241,8 @@ label.pf-v6-c-input-group__text {
|
|
|
9236
9241
|
--pf-v6-c-jump-links__list--PaddingInlineEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineEnd);
|
|
9237
9242
|
--pf-v6-c-jump-links__list--PaddingBlockEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingBlockEnd);
|
|
9238
9243
|
--pf-v6-c-jump-links__list--PaddingInlineStart: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineStart);
|
|
9244
|
+
--pf-v6-c-jump-links__link--before--Width: var(--pf-v6-c-jump-links--m-vertical__link--before--Width);
|
|
9245
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links--m-vertical__link--before--Height);
|
|
9239
9246
|
--pf-v6-c-jump-links__list--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderBlockStartWidth);
|
|
9240
9247
|
--pf-v6-c-jump-links__list--before--BorderInlineStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderInlineStartWidth);
|
|
9241
9248
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth);
|
|
@@ -9366,6 +9373,8 @@ label.pf-v6-c-input-group__text {
|
|
|
9366
9373
|
.pf-v6-c-jump-links__link::before {
|
|
9367
9374
|
position: absolute;
|
|
9368
9375
|
inset: 0;
|
|
9376
|
+
width: var(--pf-v6-c-jump-links__link--before--Width);
|
|
9377
|
+
height: var(--pf-v6-c-jump-links__link--before--Height);
|
|
9369
9378
|
pointer-events: none;
|
|
9370
9379
|
content: "";
|
|
9371
9380
|
border-color: var(--pf-v6-c-jump-links__link--before--BorderColor);
|
|
@@ -9374,6 +9383,7 @@ label.pf-v6-c-input-group__text {
|
|
|
9374
9383
|
border-block-end-width: var(--pf-v6-c-jump-links__link--before--BorderBlockEndWidth);
|
|
9375
9384
|
border-inline-start-width: var(--pf-v6-c-jump-links__link--before--BorderInlineStartWidth);
|
|
9376
9385
|
border-inline-end-width: var(--pf-v6-c-jump-links__link--before--BorderInlineEndWidth);
|
|
9386
|
+
border-radius: var(--pf-v6-c-jump-links__link--before--BorderRadius);
|
|
9377
9387
|
}
|
|
9378
9388
|
|
|
9379
9389
|
.pf-v6-c-jump-links__item {
|
|
@@ -14144,16 +14154,16 @@ ul.pf-v6-c-list {
|
|
|
14144
14154
|
outline: 0;
|
|
14145
14155
|
}
|
|
14146
14156
|
|
|
14147
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
14148
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain),
|
|
14157
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
14158
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
|
|
14149
14159
|
.pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
14150
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain),
|
|
14160
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
|
|
14151
14161
|
.pf-v6-c-page__main-tabs.pf-m-plain,
|
|
14152
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain),
|
|
14162
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
|
|
14153
14163
|
.pf-v6-c-page__main-section.pf-m-plain,
|
|
14154
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain),
|
|
14164
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
|
|
14155
14165
|
.pf-v6-c-page__main-wizard.pf-m-plain,
|
|
14156
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain),
|
|
14166
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass),
|
|
14157
14167
|
.pf-v6-c-page__main-group.pf-m-plain {
|
|
14158
14168
|
--pf-v6-c-page__main-section--BackgroundColor: transparent;
|
|
14159
14169
|
--pf-v6-c-page__main-subnav--BackgroundColor: transparent;
|
|
@@ -18903,7 +18913,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
18903
18913
|
width: 100%;
|
|
18904
18914
|
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
18905
18915
|
}
|
|
18906
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain), .pf-v6-c-table.pf-m-plain {
|
|
18916
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass), .pf-v6-c-table.pf-m-plain {
|
|
18907
18917
|
--pf-v6-c-table--BackgroundColor: transparent;
|
|
18908
18918
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
|
|
18909
18919
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
|
|
@@ -25028,14 +25038,14 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
25028
25038
|
.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
|
|
25029
25039
|
display: none;
|
|
25030
25040
|
}
|
|
25031
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
25041
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
25032
25042
|
--pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
|
|
25033
25043
|
--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
|
|
25034
25044
|
--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
|
|
25035
25045
|
--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
|
|
25036
25046
|
}
|
|
25037
25047
|
@media screen and (min-width: 62rem) {
|
|
25038
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
25048
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
25039
25049
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
|
|
25040
25050
|
}
|
|
25041
25051
|
}
|
|
@@ -1078,6 +1078,7 @@ Another variation is using the definition list:
|
|
|
1078
1078
|
| `.pf-v6-c-accordion__expandable-content` | `<div>`, `<dd>` | Initiates expandable content. **Must be paired with a button** |
|
|
1079
1079
|
| `.pf-v6-c-accordion__expandable-content-body` | `<div>` | Initiates expandable content body. **Required** |
|
|
1080
1080
|
| `.pf-m-plain` | `.pf-v6-c-accordion` | Modifies the accordion have plain styles. |
|
|
1081
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-accordion` | Prevents the accordion from automatically applying plain styling when glass theme is enabled. |
|
|
1081
1082
|
| `.pf-m-bordered` | `.pf-v6-c-accordion` | Modifies the accordion to add borders between items. |
|
|
1082
1083
|
| `.pf-m-display-lg` | `.pf-v6-c-accordion` | Modifies the accordion for large display styling. This variation is for marketing/web use cases. |
|
|
1083
1084
|
| `.pf-m-toggle-start` | `.pf-v6-c-accordion` | Modifies accordion styling when accordion toggle icons are rendered at the start of the toggle, before the toggle text. |
|
|
@@ -2190,6 +2190,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2190
2190
|
| Class | Applied to | Outcome |
|
|
2191
2191
|
| -- | -- | -- |
|
|
2192
2192
|
| `.pf-m-plain` | `.pf-v6-c-data-list` | Modifies a data list to have a transparent background. |
|
|
2193
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-data-list` | Prevents the data list from automatically applying plain styling when glass theme is enabled. |
|
|
2193
2194
|
|
|
2194
2195
|
## Data list as grid
|
|
2195
2196
|
|
|
@@ -1135,6 +1135,8 @@ cssPrefix: pf-v6-c-drawer
|
|
|
1135
1135
|
| `.pf-m-padding` | `.pf-v6-c-drawer__body` | Modifies the element to add padding. |
|
|
1136
1136
|
| `.pf-m-no-padding` | `.pf-v6-c-drawer__body` | Modifies the element to remove padding. |
|
|
1137
1137
|
| `.pf-m-no-background` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__panel` | Modifies the drawer element background color to transparent. |
|
|
1138
|
+
| `.pf-m-plain` | `.pf-v6-c-drawer__panel.pf-m-inline`, `.pf-v6-c-drawer__panel.pf-m-static` | Applies plain styling to the drawer panel. |
|
|
1139
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-drawer__panel.pf-m-inline`, `.pf-v6-c-drawer__panel.pf-m-static` | Prevents the drawer panel from automatically applying plain styling when glass theme is enabled. |
|
|
1138
1140
|
| `.pf-m-primary` | `.pf-v6-c-drawer__content` | Modifies the drawer content to use the primary background color. |
|
|
1139
1141
|
| `.pf-m-secondary` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__content`, `.pf-v6-c-drawer__panel` | Modifies the drawer element to use the secondary background color. |
|
|
1140
1142
|
| `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
@@ -614,6 +614,8 @@ This component provides the basic chrome for a page, including sidebar and main
|
|
|
614
614
|
| `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
615
615
|
| `.pf-m-fill` | `.pf-v6-c-page__main-container`, `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element to grow to fill the available space. Note that `.pf-v6-c-page__main-container` must also have `.pf-m-fill` applied in order for the section to have space to stretch to full height.|
|
|
616
616
|
| `.pf-m-no-fill` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element not to grow to fill the available vertical space. |
|
|
617
|
+
| `.pf-m-plain` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__main-breadcrumb`, `.pf-v6-c-page__main-subnav`, and `.pf-v6-c-page__main-tabs` | Applies plain styling to the section. |
|
|
618
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__main-breadcrumb`, `.pf-v6-c-page__main-subnav`, and `.pf-v6-c-page__main-tabs` | Prevents the section from automatically applying plain styling when glass theme is enabled. |
|
|
617
619
|
| `.pf-m-limit-width` | `.pf-v6-c-page__main-section` | Modifies a page section to limit the `max-width` of the content inside. |
|
|
618
620
|
| `.pf-m-align-center` | `.pf-v6-c-page__main-section.pf-m-limit-width` | Modifies a page section body to align center. |
|
|
619
621
|
| `.pf-m-sticky-top{-on-[breakpoint]-height}` | `.pf-v6-c-page__main-*` | Modifies a section/group to be sticky to the top of its container at an optional height breakpoint. |
|
|
@@ -8507,6 +8507,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8507
8507
|
| Class | Applied to | Outcome |
|
|
8508
8508
|
| -- | -- | -- |
|
|
8509
8509
|
| `.pf-m-plain` | `.pf-v6-c-table` | Modifies the table to have a transparent background. |
|
|
8510
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-table` | Prevents the table from automatically applying plain styling when glass theme is enabled. |
|
|
8510
8511
|
|
|
8511
8512
|
## Compact variant
|
|
8512
8513
|
|
|
@@ -4187,7 +4187,7 @@ wrapperTag: div
|
|
|
4187
4187
|
| `.pf-m-expanded` | `.pf-v6-c-wizard__toggle`, `.pf-v6-c-wizard__nav` | Modifies the mobile steps toggle and steps menu for the expanded state. |
|
|
4188
4188
|
| `.pf-m-finished` | `.pf-v6-c-wizard` | Modifies the wizard for the finished state. |
|
|
4189
4189
|
| `.pf-m-plain` | `.pf-v6-c-wizard` | Modifies the wizard to have a transparent background. |
|
|
4190
|
-
| `.pf-m-no-plain` | `.pf-v6-c-wizard` | Prevents the wizard from automatically applying plain styling when glass theme is enabled. |
|
|
4190
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-wizard` | Prevents the wizard from automatically applying plain styling when glass theme is enabled. |
|
|
4191
4191
|
| `.pf-m-expandable` | `.pf-v6-c-wizard__nav-item` | Modifies a nav item for the expandable state. |
|
|
4192
4192
|
| `.pf-m-expanded` | `.pf-v6-c-wizard__nav-item` | Modifies a nav item for the expanded state. |
|
|
4193
4193
|
| `.pf-m-current` | `.pf-v6-c-wizard__nav-link` | Modifies a step link for the current state. **Required** |
|
package/package.json
CHANGED
|
@@ -9447,7 +9447,7 @@
|
|
|
9447
9447
|
row-gap: var(--pf-v6-c-accordion--RowGap);
|
|
9448
9448
|
background-color: var(--pf-v6-c-accordion--BackgroundColor);
|
|
9449
9449
|
}
|
|
9450
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain), .pf-v6-c-accordion.pf-m-plain {
|
|
9450
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass), .pf-v6-c-accordion.pf-m-plain {
|
|
9451
9451
|
--pf-v6-c-accordion--BackgroundColor: transparent;
|
|
9452
9452
|
--pf-v6-c-accordion__expandable-content--BackgroundColor: transparent;
|
|
9453
9453
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: transparent;
|
|
@@ -13969,7 +13969,7 @@ ul) {
|
|
|
13969
13969
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
13970
13970
|
overflow-anchor: none;
|
|
13971
13971
|
}
|
|
13972
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain), .pf-v6-c-data-list.pf-m-plain {
|
|
13972
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass), .pf-v6-c-data-list.pf-m-plain {
|
|
13973
13973
|
--pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
|
|
13974
13974
|
}
|
|
13975
13975
|
|
|
@@ -15866,7 +15866,7 @@ ul) {
|
|
|
15866
15866
|
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
15867
15867
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
15868
15868
|
}
|
|
15869
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
15869
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
15870
15870
|
background: transparent;
|
|
15871
15871
|
}
|
|
15872
15872
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -18338,14 +18338,19 @@ label.pf-v6-c-input-group__text {
|
|
|
18338
18338
|
--pf-v6-c-jump-links__list__list__link--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
18339
18339
|
--pf-v6-c-jump-links__list__list__link--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
18340
18340
|
--pf-v6-c-jump-links__link--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--sm));
|
|
18341
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth);
|
|
18342
|
+
--pf-v6-c-jump-links__link--before--Width: auto;
|
|
18341
18343
|
--pf-v6-c-jump-links__link--before--BorderBlockStartWidth: 0;
|
|
18342
18344
|
--pf-v6-c-jump-links__link--before--BorderInlineEndWidth: 0;
|
|
18343
18345
|
--pf-v6-c-jump-links__link--before--BorderBlockEndWidth: 0;
|
|
18344
18346
|
--pf-v6-c-jump-links__link--before--BorderInlineStartWidth: 0;
|
|
18345
18347
|
--pf-v6-c-jump-links__link--before--BorderColor: transparent;
|
|
18348
|
+
--pf-v6-c-jump-links__link--before--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
18346
18349
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
18347
18350
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth: 0;
|
|
18348
|
-
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--
|
|
18351
|
+
--pf-v6-c-jump-links__item--m-current__link--before--BorderColor: var(--pf-t--global--color--brand--accent--default);
|
|
18352
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Height: auto;
|
|
18353
|
+
--pf-v6-c-jump-links--m-vertical__link--before--Width: var(--pf-v6-c-jump-links__item--m-current__link--before--BorderInlineStartWidth);
|
|
18349
18354
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth: 0;
|
|
18350
18355
|
--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderInlineStartWidth: var(--pf-t--global--border--width--extra-strong);
|
|
18351
18356
|
--pf-v6-c-jump-links__link-text--Color: var(--pf-t--global--text--color--subtle);
|
|
@@ -18377,6 +18382,8 @@ label.pf-v6-c-input-group__text {
|
|
|
18377
18382
|
--pf-v6-c-jump-links__list--PaddingInlineEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineEnd);
|
|
18378
18383
|
--pf-v6-c-jump-links__list--PaddingBlockEnd: var(--pf-v6-c-jump-links--m-vertical__list--PaddingBlockEnd);
|
|
18379
18384
|
--pf-v6-c-jump-links__list--PaddingInlineStart: var(--pf-v6-c-jump-links--m-vertical__list--PaddingInlineStart);
|
|
18385
|
+
--pf-v6-c-jump-links__link--before--Width: var(--pf-v6-c-jump-links--m-vertical__link--before--Width);
|
|
18386
|
+
--pf-v6-c-jump-links__link--before--Height: var(--pf-v6-c-jump-links--m-vertical__link--before--Height);
|
|
18380
18387
|
--pf-v6-c-jump-links__list--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderBlockStartWidth);
|
|
18381
18388
|
--pf-v6-c-jump-links__list--before--BorderInlineStartWidth: var(--pf-v6-c-jump-links--m-vertical__list--before--BorderInlineStartWidth);
|
|
18382
18389
|
--pf-v6-c-jump-links__item--m-current__link--before--BorderBlockStartWidth: var(--pf-v6-c-jump-links--m-vertical__item--m-current__link--before--BorderBlockStartWidth);
|
|
@@ -18507,6 +18514,8 @@ label.pf-v6-c-input-group__text {
|
|
|
18507
18514
|
.pf-v6-c-jump-links__link::before {
|
|
18508
18515
|
position: absolute;
|
|
18509
18516
|
inset: 0;
|
|
18517
|
+
width: var(--pf-v6-c-jump-links__link--before--Width);
|
|
18518
|
+
height: var(--pf-v6-c-jump-links__link--before--Height);
|
|
18510
18519
|
pointer-events: none;
|
|
18511
18520
|
content: "";
|
|
18512
18521
|
border-color: var(--pf-v6-c-jump-links__link--before--BorderColor);
|
|
@@ -18515,6 +18524,7 @@ label.pf-v6-c-input-group__text {
|
|
|
18515
18524
|
border-block-end-width: var(--pf-v6-c-jump-links__link--before--BorderBlockEndWidth);
|
|
18516
18525
|
border-inline-start-width: var(--pf-v6-c-jump-links__link--before--BorderInlineStartWidth);
|
|
18517
18526
|
border-inline-end-width: var(--pf-v6-c-jump-links__link--before--BorderInlineEndWidth);
|
|
18527
|
+
border-radius: var(--pf-v6-c-jump-links__link--before--BorderRadius);
|
|
18518
18528
|
}
|
|
18519
18529
|
|
|
18520
18530
|
.pf-v6-c-jump-links__item {
|
|
@@ -23285,16 +23295,16 @@ ul.pf-v6-c-list {
|
|
|
23285
23295
|
outline: 0;
|
|
23286
23296
|
}
|
|
23287
23297
|
|
|
23288
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
23289
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain),
|
|
23298
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
23299
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
|
|
23290
23300
|
.pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
23291
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain),
|
|
23301
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
|
|
23292
23302
|
.pf-v6-c-page__main-tabs.pf-m-plain,
|
|
23293
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain),
|
|
23303
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
|
|
23294
23304
|
.pf-v6-c-page__main-section.pf-m-plain,
|
|
23295
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain),
|
|
23305
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
|
|
23296
23306
|
.pf-v6-c-page__main-wizard.pf-m-plain,
|
|
23297
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain),
|
|
23307
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass),
|
|
23298
23308
|
.pf-v6-c-page__main-group.pf-m-plain {
|
|
23299
23309
|
--pf-v6-c-page__main-section--BackgroundColor: transparent;
|
|
23300
23310
|
--pf-v6-c-page__main-subnav--BackgroundColor: transparent;
|
|
@@ -28044,7 +28054,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28044
28054
|
width: 100%;
|
|
28045
28055
|
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
28046
28056
|
}
|
|
28047
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain), .pf-v6-c-table.pf-m-plain {
|
|
28057
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass), .pf-v6-c-table.pf-m-plain {
|
|
28048
28058
|
--pf-v6-c-table--BackgroundColor: transparent;
|
|
28049
28059
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
|
|
28050
28060
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
|
|
@@ -34169,14 +34179,14 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
34169
34179
|
.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
|
|
34170
34180
|
display: none;
|
|
34171
34181
|
}
|
|
34172
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
34182
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
34173
34183
|
--pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
|
|
34174
34184
|
--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
|
|
34175
34185
|
--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
|
|
34176
34186
|
--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
|
|
34177
34187
|
}
|
|
34178
34188
|
@media screen and (min-width: 62rem) {
|
|
34179
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
34189
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
34180
34190
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
|
|
34181
34191
|
}
|
|
34182
34192
|
}
|