@patternfly/patternfly 6.2.0-prerelease.1 → 6.2.0-prerelease.11
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/assets/pficon/pficon.scss +1 -1
- package/base/normalize.scss +2 -2
- package/base/patternfly-pf-icons.css +1 -1
- package/components/Banner/banner.css +2 -2
- package/components/Banner/banner.scss +2 -2
- package/components/Breadcrumb/breadcrumb.css +3 -2
- package/components/Breadcrumb/breadcrumb.scss +3 -2
- package/components/Button/button.css +38 -2
- package/components/Button/button.scss +40 -2
- package/components/Content/content.css +2 -1
- package/components/Content/content.scss +2 -1
- package/components/DescriptionList/description-list.css +3 -2
- package/components/DescriptionList/description-list.scss +3 -2
- package/components/Drawer/drawer.css +3 -1
- package/components/Drawer/drawer.scss +3 -1
- package/components/Form/form.css +3 -6
- package/components/Form/form.scss +3 -7
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Label/label.css +3 -2
- package/components/Label/label.scss +3 -2
- package/components/Menu/menu.css +11 -2
- package/components/Menu/menu.scss +12 -2
- package/components/MenuToggle/menu-toggle.css +4 -0
- package/components/MenuToggle/menu-toggle.scss +4 -0
- package/components/Nav/nav.css +46 -13
- package/components/Nav/nav.scss +57 -17
- package/components/Popover/popover.css +2 -0
- package/components/Popover/popover.scss +2 -0
- package/components/Progress/progress.css +3 -0
- package/components/Progress/progress.scss +3 -0
- package/components/ProgressStepper/progress-stepper.css +2 -1
- package/components/ProgressStepper/progress-stepper.scss +2 -1
- package/components/SimpleList/simple-list.css +2 -2
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Tabs/tabs.css +1 -1
- package/components/Tabs/tabs.scss +1 -1
- package/components/Timestamp/timestamp.css +2 -1
- package/components/Timestamp/timestamp.scss +2 -1
- package/components/ToggleGroup/toggle-group.css +1 -1
- package/components/ToggleGroup/toggle-group.scss +1 -1
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +132 -41
- package/docs/components/Avatar/examples/Avatar.md +4 -4
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/DataList/examples/DataList.md +3 -3
- package/docs/components/DescriptionList/examples/DescriptionList.md +2 -2
- package/docs/components/Divider/examples/Divider.md +2 -2
- package/docs/components/Drawer/examples/Drawer.md +3 -3
- package/docs/components/JumpLinks/examples/JumpLinks.md +2 -2
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/Menu/examples/Menu.md +2 -2
- package/docs/components/Nav/examples/Navigation.md +3 -0
- package/docs/components/Page/examples/Page.md +2 -2
- package/docs/components/Pagination/examples/Pagination.md +3 -3
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +2 -2
- package/docs/components/Sidebar/examples/Sidebar.md +1 -1
- package/docs/components/Table/examples/Table.md +3 -3
- package/docs/components/Tabs/examples/Tabs.md +3 -3
- package/docs/components/Toolbar/examples/Toolbar.md +7 -7
- package/docs/demos/CardView/examples/CardView.md +2 -0
- package/docs/demos/Nav/examples/Nav.md +2 -0
- package/docs/layouts/Flex/examples/Flex.md +1 -1
- package/docs/layouts/Gallery/examples/Gallery.md +2 -2
- package/docs/layouts/Grid/examples/Grid.md +4 -4
- package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
- package/docs/utilities/Alignment/examples/Alignment.md +1 -1
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
- package/docs/utilities/Display/examples/Display.md +1 -1
- package/docs/utilities/Flex/examples/Flex.md +1 -1
- package/docs/utilities/Float/examples/Float.md +1 -1
- package/docs/utilities/Sizing/examples/Sizing.md +6 -6
- package/docs/utilities/Spacing/examples/Spacing.md +1 -1
- package/docs/utilities/Text/examples/Text.md +1 -1
- package/package.json +5 -5
- package/patternfly-base-no-globals.css +1 -1
- package/patternfly-base.css +3 -3
- package/patternfly-charts.css +83 -0
- package/patternfly-charts.scss +126 -0
- package/patternfly-no-globals.css +133 -42
- package/patternfly.css +135 -44
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
--pf-v6-c-menu-toggle--m-primary--m-small--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--compact);
|
|
55
55
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--default);
|
|
56
56
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
57
|
+
--pf-v6-c-menu-toggle--m-secondary--BackgroundColor: transparent;
|
|
57
58
|
--pf-v6-c-menu-toggle--m-secondary--Color: var(--pf-t--global--text--color--brand--default);
|
|
58
59
|
--pf-v6-c-menu-toggle--m-secondary--BorderColor: var(--pf-t--global--border--color--brand--default);
|
|
59
60
|
--pf-v6-c-menu-toggle--m-secondary--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
62
63
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
|
|
63
64
|
--pf-v6-c-menu-toggle--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
65
|
+
--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor: transparent;
|
|
64
66
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
65
67
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
|
66
68
|
--pf-v6-c-menu-toggle--m-secondary__toggle-icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
@@ -186,12 +188,14 @@
|
|
|
186
188
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart);
|
|
187
189
|
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd);
|
|
188
190
|
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--m-secondary--Color);
|
|
191
|
+
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--BackgroundColor);
|
|
189
192
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--BorderColor);
|
|
190
193
|
--pf-v6-c-menu-toggle--BorderRadius: var(--pf-v6-c-menu-toggle--m-secondary--BorderRadius);
|
|
191
194
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover--Color);
|
|
192
195
|
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth);
|
|
193
196
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor);
|
|
194
197
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded--Color);
|
|
198
|
+
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor);
|
|
195
199
|
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth);
|
|
196
200
|
--pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover__toggle-icon--Color);
|
|
197
201
|
--pf-v6-c-menu-toggle--expanded__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded__toggle-icon--Color);
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
// * Menu toggle secondary
|
|
71
71
|
--#{$menu-toggle}--m-secondary--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--default);
|
|
72
72
|
--#{$menu-toggle}--m-secondary--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
73
|
+
--#{$menu-toggle}--m-secondary--BackgroundColor: transparent;
|
|
73
74
|
--#{$menu-toggle}--m-secondary--Color: var(--pf-t--global--text--color--brand--default);
|
|
74
75
|
--#{$menu-toggle}--m-secondary--BorderColor: var(--pf-t--global--border--color--brand--default);
|
|
75
76
|
--#{$menu-toggle}--m-secondary--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -77,6 +78,7 @@
|
|
|
77
78
|
--#{$menu-toggle}--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
78
79
|
--#{$menu-toggle}--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
|
|
79
80
|
--#{$menu-toggle}--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
81
|
+
--#{$menu-toggle}--m-secondary--expanded--BackgroundColor: transparent;
|
|
80
82
|
--#{$menu-toggle}--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
81
83
|
--#{$menu-toggle}--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
|
82
84
|
--#{$menu-toggle}--m-secondary__toggle-icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
@@ -236,12 +238,14 @@
|
|
|
236
238
|
--#{$menu-toggle}--PaddingInlineStart: var(--#{$menu-toggle}--m-secondary--PaddingInlineStart);
|
|
237
239
|
--#{$menu-toggle}--PaddingInlineEnd: var(--#{$menu-toggle}--m-secondary--PaddingInlineEnd);
|
|
238
240
|
--#{$menu-toggle}--Color: var(--#{$menu-toggle}--m-secondary--Color);
|
|
241
|
+
--#{$menu-toggle}--BackgroundColor: var(--#{$menu-toggle}--m-secondary--BackgroundColor);
|
|
239
242
|
--#{$menu-toggle}--BorderColor: var(--#{$menu-toggle}--m-secondary--BorderColor);
|
|
240
243
|
--#{$menu-toggle}--BorderRadius: var(--#{$menu-toggle}--m-secondary--BorderRadius);
|
|
241
244
|
--#{$menu-toggle}--hover--Color: var(--#{$menu-toggle}--m-secondary--hover--Color);
|
|
242
245
|
--#{$menu-toggle}--hover--BorderWidth: var(--#{$menu-toggle}--m-secondary--hover--BorderWidth);
|
|
243
246
|
--#{$menu-toggle}--hover--BorderColor: var(--#{$menu-toggle}--m-secondary--hover--BorderColor);
|
|
244
247
|
--#{$menu-toggle}--expanded--Color: var(--#{$menu-toggle}--m-secondary--expanded--Color);
|
|
248
|
+
--#{$menu-toggle}--expanded--BackgroundColor: var(--#{$menu-toggle}--m-secondary--expanded--BackgroundColor);
|
|
245
249
|
--#{$menu-toggle}--expanded--BorderWidth: var(--#{$menu-toggle}--m-secondary--expanded--BorderWidth);
|
|
246
250
|
--#{$menu-toggle}--hover__toggle-icon--Color: var(--#{$menu-toggle}--m-secondary--hover__toggle-icon--Color);
|
|
247
251
|
--#{$menu-toggle}--expanded__toggle-icon--Color: var(--#{$menu-toggle}--m-secondary--expanded__toggle-icon--Color);
|
package/components/Nav/nav.css
CHANGED
|
@@ -23,13 +23,15 @@
|
|
|
23
23
|
--pf-v6-c-nav__item--ScrollSnapAlign: end;
|
|
24
24
|
--pf-v6-c-nav__section-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
25
25
|
--pf-v6-c-nav__section-title--Color: var(--pf-t--global--text--color--regular);
|
|
26
|
-
--pf-v6-c-nav__section-title--PaddingBlockStart:
|
|
27
|
-
--pf-v6-c-nav__section-title--PaddingBlockEnd:
|
|
26
|
+
--pf-v6-c-nav__section-title--PaddingBlockStart: 0;
|
|
27
|
+
--pf-v6-c-nav__section-title--PaddingBlockEnd: 0;
|
|
28
28
|
--pf-v6-c-nav__section-title--PaddingInlineStart: var(--pf-v6-c-nav__link--PaddingInlineStart);
|
|
29
29
|
--pf-v6-c-nav__section-title--PaddingInlineEnd: var(--pf-v6-c-nav__link--PaddingInlineEnd);
|
|
30
30
|
--pf-v6-c-nav__item--RowGap: var(--pf-v6-c-nav__list--RowGap);
|
|
31
31
|
--pf-v6-c-nav__item__toggle-icon--Rotate: 0;
|
|
32
32
|
--pf-v6-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
33
|
+
--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform: var(--pf-t--global--motion--duration--icon--default);
|
|
34
|
+
--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--default);
|
|
33
35
|
--pf-v6-c-nav__link--ColumnGap: var(--pf-t--global--spacer--sm);
|
|
34
36
|
--pf-v6-c-nav__link--AlignItems: baseline;
|
|
35
37
|
--pf-v6-c-nav__link--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
@@ -40,10 +42,19 @@
|
|
|
40
42
|
--pf-v6-c-nav__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--hover);
|
|
41
43
|
--pf-v6-c-nav__link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--clicked);
|
|
42
44
|
--pf-v6-c-nav__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
45
|
+
--pf-v6-c-nav__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--default);
|
|
46
|
+
--pf-v6-c-nav__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
|
|
47
|
+
--pf-v6-c-nav__link--m-current--TransitionDuration--color: var(--pf-t--global--motion--duration--fade--short);
|
|
48
|
+
--pf-v6-c-nav__link--m-current--TransitionTimingFunction--color: var(--pf-t--global--motion--timing-function--default);
|
|
43
49
|
--pf-v6-c-nav__link-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
44
50
|
--pf-v6-c-nav__link--m-current__link-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
45
51
|
--pf-v6-c-nav__subnav--RowGap: var(--pf-t--global--border--width--extra-strong);
|
|
52
|
+
--pf-v6-c-nav__subnav--PaddingBlockStart: var(--pf-v6-c-nav__item--RowGap);
|
|
53
|
+
--pf-v6-c-nav__subnav--PaddingBlockEnd: var(--pf-v6-c-nav__item--RowGap);
|
|
46
54
|
--pf-v6-c-nav__subnav--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
55
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: 0s;
|
|
56
|
+
--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion: 0s;
|
|
57
|
+
--pf-v6-c-nav__subnav--TransitionTimingFunction--expansion: var(--pf-t--global--motion--timing-function--default);
|
|
47
58
|
--pf-v6-c-nav__scroll-button--BorderColor: var(--pf-t--global--border--color--default);
|
|
48
59
|
--pf-v6-c-nav__scroll-button--BorderWidth: var(--pf-t--global--border--width--divider--default);
|
|
49
60
|
--pf-v6-c-nav__scroll-button--first-of-type--c-button--BorderStartStartRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -72,6 +83,12 @@
|
|
|
72
83
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
73
84
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
74
85
|
}
|
|
86
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
87
|
+
.pf-v6-c-nav {
|
|
88
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--default);
|
|
89
|
+
--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--short);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
75
92
|
|
|
76
93
|
.pf-v6-c-nav,
|
|
77
94
|
.pf-v6-c-nav__section,
|
|
@@ -123,7 +140,7 @@
|
|
|
123
140
|
}
|
|
124
141
|
|
|
125
142
|
[class^=pf-v6-c-nav][hidden] {
|
|
126
|
-
|
|
143
|
+
visibility: hidden;
|
|
127
144
|
}
|
|
128
145
|
|
|
129
146
|
.pf-v6-c-nav__nav,
|
|
@@ -132,30 +149,43 @@
|
|
|
132
149
|
--pf-v6-c-nav__item--RowGap--row-offset: calc(var(--pf-v6-c-nav__list--RowGap) / 2 * -1);
|
|
133
150
|
--pf-v6-c-nav__link--clickable-inset--Block: var(--pf-v6-c-nav__item--RowGap--row-offset);
|
|
134
151
|
--pf-v6-c-nav__button--RowGap--row-offset: calc(var(--pf-v6-c-nav__item--RowGap) * -1);
|
|
152
|
+
visibility: visible;
|
|
135
153
|
}
|
|
136
154
|
|
|
137
155
|
.pf-v6-c-nav__list {
|
|
138
156
|
row-gap: var(--pf-v6-c-nav__list--RowGap);
|
|
139
157
|
column-gap: var(--pf-v6-c-nav__list--ColumnGap);
|
|
158
|
+
min-height: 0;
|
|
140
159
|
}
|
|
141
160
|
|
|
142
161
|
.pf-v6-c-nav__subnav {
|
|
143
162
|
--pf-v6-c-nav__list--RowGap: var(--pf-v6-c-nav__subnav--RowGap);
|
|
163
|
+
grid-template-rows: 1fr;
|
|
164
|
+
min-height: 0;
|
|
165
|
+
padding-block-start: var(--pf-v6-c-nav__subnav--PaddingBlockStart);
|
|
166
|
+
padding-block-end: var(--pf-v6-c-nav__subnav--PaddingBlockEnd);
|
|
144
167
|
padding-inline-start: var(--pf-v6-c-nav__subnav--PaddingInlineStart);
|
|
168
|
+
overflow-y: clip;
|
|
169
|
+
transition-timing-function: var(--pf-v6-c-nav__subnav--TransitionTimingFunction--expansion);
|
|
170
|
+
transition-duration: var(--pf-v6-c-nav__subnav--TransitionDuration--expansion);
|
|
171
|
+
transition-property: grid-template-rows, padding-block-start, padding-block-end, opacity;
|
|
172
|
+
}
|
|
173
|
+
.pf-v6-c-nav__subnav[hidden] {
|
|
174
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: var(--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion);
|
|
175
|
+
--pf-v6-c-nav__subnav--PaddingBlockStart: 0;
|
|
176
|
+
--pf-v6-c-nav__subnav--PaddingBlockEnd: 0;
|
|
177
|
+
grid-template-rows: 0fr;
|
|
178
|
+
opacity: 0;
|
|
145
179
|
}
|
|
146
180
|
|
|
147
181
|
.pf-v6-c-nav__item {
|
|
148
|
-
row-gap: var(--pf-v6-c-nav__item--RowGap);
|
|
149
182
|
scroll-snap-align: var(--pf-v6-c-nav__item--ScrollSnapAlign);
|
|
150
183
|
}
|
|
151
184
|
.pf-v6-c-nav__item > .pf-v6-c-nav__link[button] {
|
|
152
185
|
margin-block-end: var(--pf-v6-c-nav__button--RowGap--row-offset);
|
|
153
186
|
}
|
|
154
|
-
.pf-v6-c-nav__item.pf-m-expanded:
|
|
155
|
-
margin-block-end: var(--pf-v6-c-
|
|
156
|
-
}
|
|
157
|
-
.pf-v6-c-nav__item.pf-m-expanded:is(:not(:only-child, :last-child)) + .pf-v6-c-nav__item > .pf-v6-c-nav__link::before {
|
|
158
|
-
inset-block-start: calc(var(--pf-v6-c-nav__item--RowGap) * -1 - var(--pf-v6-c-nav__list--RowGap));
|
|
187
|
+
.pf-v6-c-nav__item.pf-m-expanded:last-child > .pf-v6-c-nav__subnav {
|
|
188
|
+
margin-block-end: calc(var(--pf-v6-c-nav__subnav--PaddingBlockEnd) * -1);
|
|
159
189
|
}
|
|
160
190
|
|
|
161
191
|
.pf-v6-c-nav__section {
|
|
@@ -186,13 +216,13 @@
|
|
|
186
216
|
line-height: var(--pf-v6-c-nav__link--LineHeight, inherit);
|
|
187
217
|
color: var(--pf-v6-c-nav__link--Color);
|
|
188
218
|
text-align: start;
|
|
189
|
-
text-decoration: none;
|
|
219
|
+
text-decoration-line: none;
|
|
190
220
|
background-color: var(--pf-v6-c-nav__link--BackgroundColor);
|
|
191
221
|
border: none;
|
|
192
222
|
border-radius: var(--pf-v6-c-nav__link--BorderRadius);
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
223
|
+
transition-timing-function: var(--pf-v6-c-nav__link--TransitionTimingFunction--background-color), var(--pf-v6-c-nav__link--m-current--TransitionTimingFunction--color);
|
|
224
|
+
transition-duration: var(--pf-v6-c-nav__link--TransitionDuration--background-color), var(--pf-v6-c-nav__link--m-current--TransitionDuration--color);
|
|
225
|
+
transition-property: background-color, color;
|
|
196
226
|
}
|
|
197
227
|
.pf-v6-c-nav__link:hover, .pf-v6-c-nav__link.pf-m-hover, .pf-v6-c-nav__link:focus {
|
|
198
228
|
color: var(--pf-v6-c-nav__link--hover--Color);
|
|
@@ -217,6 +247,9 @@
|
|
|
217
247
|
|
|
218
248
|
.pf-v6-c-nav__toggle-icon {
|
|
219
249
|
display: inline-block;
|
|
250
|
+
transition-timing-function: var(--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform);
|
|
251
|
+
transition-duration: var(--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform);
|
|
252
|
+
transition-property: transform;
|
|
220
253
|
transform: rotate(var(--pf-v6-c-nav__item__toggle-icon--Rotate));
|
|
221
254
|
}
|
|
222
255
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-nav__toggle-icon {
|
package/components/Nav/nav.scss
CHANGED
|
@@ -32,15 +32,19 @@
|
|
|
32
32
|
// * Nav section title
|
|
33
33
|
--#{$nav}__section-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
34
34
|
--#{$nav}__section-title--Color: var(--pf-t--global--text--color--regular);
|
|
35
|
-
--#{$nav}__section-title--PaddingBlockStart:
|
|
36
|
-
--#{$nav}__section-title--PaddingBlockEnd:
|
|
35
|
+
--#{$nav}__section-title--PaddingBlockStart: 0;
|
|
36
|
+
--#{$nav}__section-title--PaddingBlockEnd: 0;
|
|
37
37
|
--#{$nav}__section-title--PaddingInlineStart: var(--#{$nav}__link--PaddingInlineStart);
|
|
38
38
|
--#{$nav}__section-title--PaddingInlineEnd: var(--#{$nav}__link--PaddingInlineEnd);
|
|
39
39
|
|
|
40
|
-
// * Nav
|
|
40
|
+
// * Nav item
|
|
41
41
|
--#{$nav}__item--RowGap: var(--#{$nav}__list--RowGap);
|
|
42
|
+
|
|
43
|
+
// * Nav item toggle icon
|
|
42
44
|
--#{$nav}__item__toggle-icon--Rotate: 0;
|
|
43
45
|
--#{$nav}__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
46
|
+
--#{$nav}__item__toggle-icon--TransitionDuration--transform: var(--pf-t--global--motion--duration--icon--default);
|
|
47
|
+
--#{$nav}__item__toggle-icon--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--default);
|
|
44
48
|
|
|
45
49
|
// * Nav link
|
|
46
50
|
--#{$nav}__link--ColumnGap: var(--pf-t--global--spacer--sm);
|
|
@@ -54,13 +58,31 @@
|
|
|
54
58
|
--#{$nav}__link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--clicked);
|
|
55
59
|
--#{$nav}__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
56
60
|
|
|
61
|
+
// background color transition on hover
|
|
62
|
+
--#{$nav}__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--default);
|
|
63
|
+
--#{$nav}__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
|
|
64
|
+
|
|
65
|
+
// text color transition for current
|
|
66
|
+
--#{$nav}__link--m-current--TransitionDuration--color: var(--pf-t--global--motion--duration--fade--short);
|
|
67
|
+
--#{$nav}__link--m-current--TransitionTimingFunction--color: var(--pf-t--global--motion--timing-function--default);
|
|
68
|
+
|
|
57
69
|
// * Nav link icon
|
|
58
70
|
--#{$nav}__link-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
59
71
|
--#{$nav}__link--m-current__link-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
60
72
|
|
|
61
73
|
// * Nav subnav
|
|
62
74
|
--#{$nav}__subnav--RowGap: var(--pf-t--global--border--width--extra-strong);
|
|
75
|
+
--#{$nav}__subnav--PaddingBlockStart: var(--#{$nav}__item--RowGap); // needed to keep focus outline on first item from being cut off
|
|
76
|
+
--#{$nav}__subnav--PaddingBlockEnd: var(--#{$nav}__item--RowGap); // needed to keep focus outline on last item from being cut off
|
|
63
77
|
--#{$nav}__subnav--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
78
|
+
--#{$nav}__subnav--TransitionDuration--expansion: 0s; // no slide by default
|
|
79
|
+
--#{$nav}__subnav--hidden--TransitionDuration--expansion: 0s;
|
|
80
|
+
--#{$nav}__subnav--TransitionTimingFunction--expansion: var(--pf-t--global--motion--timing-function--default);
|
|
81
|
+
|
|
82
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
83
|
+
--#{$nav}__subnav--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--default);
|
|
84
|
+
--#{$nav}__subnav--hidden--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--short);
|
|
85
|
+
}
|
|
64
86
|
|
|
65
87
|
// * Nav scroll button
|
|
66
88
|
--#{$nav}__scroll-button--BorderColor: var(--pf-t--global--border--color--default);
|
|
@@ -149,7 +171,7 @@
|
|
|
149
171
|
.#{$menu}__list {
|
|
150
172
|
row-gap: var(--#{$nav}__subnav--RowGap);
|
|
151
173
|
}
|
|
152
|
-
|
|
174
|
+
|
|
153
175
|
.#{$menu}__list-item::before {
|
|
154
176
|
border-radius: var(--#{$nav}__link--BorderRadius);
|
|
155
177
|
}
|
|
@@ -158,7 +180,7 @@
|
|
|
158
180
|
}
|
|
159
181
|
|
|
160
182
|
[class^="#{$nav}"][hidden] {
|
|
161
|
-
|
|
183
|
+
visibility: hidden;
|
|
162
184
|
}
|
|
163
185
|
|
|
164
186
|
// Magic value calcs
|
|
@@ -169,35 +191,52 @@
|
|
|
169
191
|
--#{$nav}__item--RowGap--row-offset: calc(var(--#{$nav}__list--RowGap) / 2 * -1); // row gap offset calcs 1/2 height of row gap
|
|
170
192
|
--#{$nav}__link--clickable-inset--Block: var(--#{$nav}__item--RowGap--row-offset); // set link's clickable area offset based on 1/2 row gap
|
|
171
193
|
--#{$nav}__button--RowGap--row-offset: calc(var(--#{$nav}__item--RowGap) * -1); // match extra bottom paddings applied to expanded nav_links
|
|
194
|
+
|
|
195
|
+
visibility: visible;
|
|
172
196
|
}
|
|
173
197
|
|
|
174
198
|
// - Nav list
|
|
175
199
|
.#{$nav}__list {
|
|
176
200
|
row-gap: var(--#{$nav}__list--RowGap);
|
|
177
201
|
column-gap: var(--#{$nav}__list--ColumnGap);
|
|
202
|
+
min-height: 0;
|
|
178
203
|
}
|
|
179
204
|
|
|
180
205
|
// - Nav subnav
|
|
181
206
|
.#{$nav}__subnav {
|
|
182
207
|
--#{$nav}__list--RowGap: var(--#{$nav}__subnav--RowGap); // this value is passed to --#{$nav}__item--RowGap--row-offset and updates clickable area based on value passed
|
|
183
208
|
|
|
209
|
+
grid-template-rows: 1fr;
|
|
210
|
+
min-height: 0;
|
|
211
|
+
padding-block-start: var(--#{$nav}__subnav--PaddingBlockStart);
|
|
212
|
+
padding-block-end: var(--#{$nav}__subnav--PaddingBlockEnd);
|
|
184
213
|
padding-inline-start: var(--#{$nav}__subnav--PaddingInlineStart); // indent nested lists
|
|
214
|
+
overflow-y: clip;
|
|
215
|
+
transition-timing-function: var(--#{$nav}__subnav--TransitionTimingFunction--expansion);
|
|
216
|
+
transition-duration: var(--#{$nav}__subnav--TransitionDuration--expansion);
|
|
217
|
+
transition-property: grid-template-rows, padding-block-start, padding-block-end, opacity;
|
|
218
|
+
|
|
219
|
+
&[hidden] {
|
|
220
|
+
--#{$nav}__subnav--TransitionDuration--expansion: var(--#{$nav}__subnav--hidden--TransitionDuration--expansion);
|
|
221
|
+
--#{$nav}__subnav--PaddingBlockStart: 0;
|
|
222
|
+
--#{$nav}__subnav--PaddingBlockEnd: 0;
|
|
223
|
+
|
|
224
|
+
grid-template-rows: 0fr;
|
|
225
|
+
opacity: 0;
|
|
226
|
+
}
|
|
185
227
|
}
|
|
186
228
|
|
|
187
229
|
// - Nav item
|
|
188
230
|
.#{$nav}__item {
|
|
189
|
-
row-gap: var(--#{$nav}__item--RowGap); // no fallback here as this value is used to calc clickable offsets
|
|
190
231
|
scroll-snap-align: var(--#{$nav}__item--ScrollSnapAlign);
|
|
191
232
|
|
|
192
233
|
> .#{$nav}__link[button] {
|
|
193
234
|
margin-block-end: var(--#{$nav}__button--RowGap--row-offset);
|
|
194
235
|
}
|
|
195
236
|
|
|
196
|
-
&.pf-m-expanded:
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
+ .#{$nav}__item > .#{$nav}__link::before {
|
|
200
|
-
inset-block-start: calc(var(--#{$nav}__item--RowGap) * -1 - var(--#{$nav}__list--RowGap));
|
|
237
|
+
&.pf-m-expanded:last-child {
|
|
238
|
+
> .#{$nav}__subnav {
|
|
239
|
+
margin-block-end: calc(var(--#{$nav}__subnav--PaddingBlockEnd) * -1); // offset bottom padding
|
|
201
240
|
}
|
|
202
241
|
}
|
|
203
242
|
}
|
|
@@ -233,15 +272,13 @@
|
|
|
233
272
|
line-height: var(--#{$nav}__link--LineHeight, inherit); // default to nav line height if no custom value is set
|
|
234
273
|
color: var(--#{$nav}__link--Color);
|
|
235
274
|
text-align: start;
|
|
236
|
-
text-decoration: none;
|
|
275
|
+
text-decoration-line: none;
|
|
237
276
|
background-color: var(--#{$nav}__link--BackgroundColor);
|
|
238
277
|
border: none;
|
|
239
278
|
border-radius: var(--#{$nav}__link--BorderRadius);
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
inset-block-end: calc(var(--#{$nav}__item--RowGap) * -1);
|
|
244
|
-
}
|
|
279
|
+
transition-timing-function: var(--#{$nav}__link--TransitionTimingFunction--background-color), var(--#{$nav}__link--m-current--TransitionTimingFunction--color);
|
|
280
|
+
transition-duration: var(--#{$nav}__link--TransitionDuration--background-color), var(--#{$nav}__link--m-current--TransitionDuration--color);
|
|
281
|
+
transition-property: background-color, color;
|
|
245
282
|
|
|
246
283
|
// explicitly set background-color prop to avoid affecting child elements settings
|
|
247
284
|
&:hover,
|
|
@@ -278,6 +315,9 @@
|
|
|
278
315
|
// - Nav toggle icon
|
|
279
316
|
.#{$nav}__toggle-icon {
|
|
280
317
|
display: inline-block;
|
|
318
|
+
transition-timing-function: var(--#{$nav}__item__toggle-icon--TransitionTimingFunction--transform);
|
|
319
|
+
transition-duration: var(--#{$nav}__item__toggle-icon--TransitionDuration--transform);
|
|
320
|
+
transition-property: transform;
|
|
281
321
|
transform: rotate(var(--#{$nav}__item__toggle-icon--Rotate));
|
|
282
322
|
|
|
283
323
|
@include pf-v6-mirror-inline-on-rtl;
|
|
@@ -187,9 +187,11 @@
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.pf-v6-c-popover__title-text {
|
|
190
|
+
min-width: 0;
|
|
190
191
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
191
192
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
192
193
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
194
|
+
overflow-wrap: break-word;
|
|
193
195
|
}
|
|
194
196
|
|
|
195
197
|
.pf-v6-c-popover__body {
|
|
@@ -247,9 +247,11 @@
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.#{$popover}__title-text {
|
|
250
|
+
min-width: 0;
|
|
250
251
|
font-size: var(--#{$popover}__title-text--FontSize);
|
|
251
252
|
font-weight: var(--#{$popover}__title-text--FontWeight);
|
|
252
253
|
color: var(--#{$popover}__title-text--Color);
|
|
254
|
+
overflow-wrap: break-word;
|
|
253
255
|
}
|
|
254
256
|
|
|
255
257
|
// Body
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
--pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
|
|
3
3
|
--pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
|
|
4
4
|
--pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
5
|
+
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
5
6
|
--pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
|
|
6
7
|
--pf-v6-c-progress__status--Gap: var(--pf-t--global--spacer--sm);
|
|
7
8
|
--pf-v6-c-progress__status-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -143,7 +144,9 @@
|
|
|
143
144
|
grid-column: 1/3;
|
|
144
145
|
align-self: center;
|
|
145
146
|
height: var(--pf-v6-c-progress__bar--Height);
|
|
147
|
+
overflow: hidden;
|
|
146
148
|
background-color: var(--pf-v6-c-progress__bar--BackgroundColor);
|
|
149
|
+
border-radius: var(--pf-v6-c-progress__bar--BorderRadius);
|
|
147
150
|
}
|
|
148
151
|
|
|
149
152
|
.pf-v6-c-progress__indicator {
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
// Element variables
|
|
8
8
|
--#{$progress}__bar--Height: var(--pf-t--global--spacer--md);
|
|
9
9
|
--#{$progress}__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default); // the bar always needs white under it so that the semi-transparent color shows correctly
|
|
10
|
+
--#{$progress}__bar--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
10
11
|
--#{$progress}__measure--m-static-width--MinWidth: 4.5ch; // 4.5 because the % character is wider than a 0
|
|
11
12
|
--#{$progress}__status--Gap: var(--pf-t--global--spacer--sm);
|
|
12
13
|
--#{$progress}__status-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -187,7 +188,9 @@
|
|
|
187
188
|
grid-column: 1 / 3;
|
|
188
189
|
align-self: center;
|
|
189
190
|
height: var(--#{$progress}__bar--Height);
|
|
191
|
+
overflow: hidden;
|
|
190
192
|
background-color: var(--#{$progress}__bar--BackgroundColor);
|
|
193
|
+
border-radius: var(--#{$progress}__bar--BorderRadius);
|
|
191
194
|
}
|
|
192
195
|
|
|
193
196
|
// the progress__indicator is the part that advances (widens) as progress is made
|
|
@@ -316,7 +316,8 @@
|
|
|
316
316
|
.pf-v6-c-progress-stepper__step-title.pf-m-help-text {
|
|
317
317
|
padding-inline-start: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineStart);
|
|
318
318
|
padding-inline-end: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineEnd);
|
|
319
|
-
text-decoration: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine)
|
|
319
|
+
text-decoration-line: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine);
|
|
320
|
+
text-decoration-style: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle);
|
|
320
321
|
text-underline-offset: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
|
|
321
322
|
cursor: pointer;
|
|
322
323
|
}
|
|
@@ -406,7 +406,8 @@ $pf-v6-c-progress-stepper--breakpoint-map: build-breakpoint-map();
|
|
|
406
406
|
&.pf-m-help-text {
|
|
407
407
|
padding-inline-start: var(--#{$progress-stepper}__step-title--m-help-text--PaddingInlineStart);
|
|
408
408
|
padding-inline-end: var(--#{$progress-stepper}__step-title--m-help-text--PaddingInlineEnd);
|
|
409
|
-
text-decoration: var(--#{$progress-stepper}__step-title--m-help-text--TextDecorationLine)
|
|
409
|
+
text-decoration-line: var(--#{$progress-stepper}__step-title--m-help-text--TextDecorationLine);
|
|
410
|
+
text-decoration-style: var(--#{$progress-stepper}__step-title--m-help-text--TextDecorationStyle);
|
|
410
411
|
text-underline-offset: var(--#{$progress-stepper}__step-title--m-help-text--TextUnderlineOffset);
|
|
411
412
|
cursor: pointer;
|
|
412
413
|
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
font-size: var(--pf-v6-c-simple-list__item-link--FontSize);
|
|
35
35
|
color: var(--pf-v6-c-simple-list__item-link--Color);
|
|
36
36
|
text-align: start;
|
|
37
|
-
text-decoration: none;
|
|
37
|
+
text-decoration-line: none;
|
|
38
38
|
background-color: var(--pf-v6-c-simple-list__item-link--BackgroundColor);
|
|
39
39
|
border: none;
|
|
40
40
|
border-radius: var(--pf-v6-c-simple-list__item-link--BorderRadius);
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
.pf-v6-c-simple-list__item-link:is(:hover, :focus) {
|
|
48
48
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--hover--BackgroundColor);
|
|
49
49
|
--pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--hover--Color);
|
|
50
|
-
text-decoration: none;
|
|
50
|
+
text-decoration-line: none;
|
|
51
51
|
}
|
|
52
52
|
.pf-v6-c-simple-list__item-link.pf-m-current {
|
|
53
53
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--m-current--BackgroundColor);
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
font-size: var(--#{$simple-list}__item-link--FontSize);
|
|
44
44
|
color: var(--#{$simple-list}__item-link--Color);
|
|
45
45
|
text-align: start;
|
|
46
|
-
text-decoration: none;
|
|
46
|
+
text-decoration-line: none;
|
|
47
47
|
background-color: var(--#{$simple-list}__item-link--BackgroundColor);
|
|
48
48
|
border: none;
|
|
49
49
|
border-radius: var(--#{$simple-list}__item-link--BorderRadius);
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
--#{$simple-list}__item-link--BackgroundColor: var(--#{$simple-list}__item-link--hover--BackgroundColor);
|
|
59
59
|
--#{$simple-list}__item-link--Color: var(--#{$simple-list}__item-link--hover--Color);
|
|
60
60
|
|
|
61
|
-
text-decoration: none;
|
|
61
|
+
text-decoration-line: none;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
&.pf-m-current {
|
package/components/Tabs/tabs.css
CHANGED
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
padding-inline-end: var(--pf-v6-c-tabs__link--PaddingInlineEnd);
|
|
496
496
|
font-size: var(--pf-v6-c-tabs__link--FontSize);
|
|
497
497
|
color: var(--pf-v6-c-tabs__link--Color);
|
|
498
|
-
text-decoration: none;
|
|
498
|
+
text-decoration-line: none;
|
|
499
499
|
background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
|
|
500
500
|
border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
|
|
501
501
|
}
|
|
@@ -573,7 +573,7 @@ $pf-v6-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
|
|
|
573
573
|
padding-inline-end: var(--#{$tabs}__link--PaddingInlineEnd);
|
|
574
574
|
font-size: var(--#{$tabs}__link--FontSize);
|
|
575
575
|
color: var(--#{$tabs}__link--Color);
|
|
576
|
-
text-decoration: none;
|
|
576
|
+
text-decoration-line: none;
|
|
577
577
|
background-color: var(--#{$tabs}__link--BackgroundColor);
|
|
578
578
|
border-radius: var(--#{$tabs}__link--BorderRadius);
|
|
579
579
|
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
}
|
|
20
20
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
21
21
|
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--Color);
|
|
22
|
-
text-decoration: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine)
|
|
22
|
+
text-decoration-line: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine);
|
|
23
|
+
text-decoration-style: var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
23
24
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
24
25
|
cursor: pointer;
|
|
25
26
|
}
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
&.pf-m-help-text {
|
|
25
25
|
--#{$timestamp}--Color: var(--#{$timestamp}--m-help-text--Color);
|
|
26
26
|
|
|
27
|
-
text-decoration: var(--#{$timestamp}--m-help-text--TextDecorationLine)
|
|
27
|
+
text-decoration-line: var(--#{$timestamp}--m-help-text--TextDecorationLine);
|
|
28
|
+
text-decoration-style: var(--#{$timestamp}--m-help-text--TextDecorationStyle);
|
|
28
29
|
text-underline-offset: var(--#{$timestamp}--m-help-text--TextUnderlineOffset);
|
|
29
30
|
cursor: pointer;
|
|
30
31
|
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--hover--BackgroundColor);
|
|
93
93
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--hover--ZIndex);
|
|
94
94
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--hover--before--BorderColor);
|
|
95
|
-
text-decoration: none;
|
|
95
|
+
text-decoration-line: none;
|
|
96
96
|
}
|
|
97
97
|
.pf-v6-c-toggle-group__button.pf-m-selected {
|
|
98
98
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--m-selected--BackgroundColor);
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
--#{$toggle-group}__button--ZIndex: var(--#{$toggle-group}__button--hover--ZIndex);
|
|
123
123
|
--#{$toggle-group}__button--before--BorderColor: var(--#{$toggle-group}__button--hover--before--BorderColor);
|
|
124
124
|
|
|
125
|
-
text-decoration: none;
|
|
125
|
+
text-decoration-line: none;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
&.pf-m-selected {
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
padding-inline: 0;
|
|
358
358
|
color: var(--pf-v6-c-wizard__nav-link--Color);
|
|
359
359
|
text-align: start;
|
|
360
|
-
text-decoration: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
360
|
+
text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
361
361
|
word-break: break-word;
|
|
362
362
|
counter-increment: wizard-nav-count;
|
|
363
363
|
background-color: transparent;
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
padding-inline: 0;
|
|
441
441
|
color: var(--#{$wizard}__nav-link--Color);
|
|
442
442
|
text-align: start; // needed for when the item is a button
|
|
443
|
-
text-decoration: var(--#{$wizard}__nav-link--TextDecoration);
|
|
443
|
+
text-decoration-line: var(--#{$wizard}__nav-link--TextDecoration);
|
|
444
444
|
word-break: break-word;
|
|
445
445
|
counter-increment: wizard-nav-count;
|
|
446
446
|
background-color: transparent;
|