@patternfly/patternfly 6.2.0-prerelease.1 → 6.2.0-prerelease.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +22 -2
- package/components/Button/button.scss +22 -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 +117 -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 +118 -42
- package/patternfly.css +120 -44
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/components/_index.css
CHANGED
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
}
|
|
1198
1198
|
.pf-v6-c-banner a {
|
|
1199
1199
|
color: var(--pf-v6-c-banner--link--Color);
|
|
1200
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1200
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1201
1201
|
}
|
|
1202
1202
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
|
1203
1203
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
@@ -1210,7 +1210,7 @@
|
|
|
1210
1210
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-banner--link--Color);
|
|
1211
1211
|
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
1212
1212
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
1213
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1213
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1214
1214
|
}
|
|
1215
1215
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:disabled, .pf-v6-c-banner .pf-v6-c-button.pf-m-inline.pf-m-disabled {
|
|
1216
1216
|
cursor: not-allowed;
|
|
@@ -1349,7 +1349,8 @@
|
|
|
1349
1349
|
font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
|
|
1350
1350
|
line-height: inherit;
|
|
1351
1351
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
|
1352
|
-
text-decoration: var(--pf-v6-c-breadcrumb__link--TextDecorationLine)
|
|
1352
|
+
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
|
1353
|
+
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
|
1353
1354
|
word-break: break-word;
|
|
1354
1355
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
|
1355
1356
|
}
|
|
@@ -1363,7 +1364,7 @@
|
|
|
1363
1364
|
}
|
|
1364
1365
|
.pf-v6-c-breadcrumb__link.pf-m-current, .pf-v6-c-breadcrumb__link.pf-m-current:is(:hover, :focus) {
|
|
1365
1366
|
color: var(--pf-v6-c-breadcrumb__link--m-current--Color);
|
|
1366
|
-
text-decoration: none;
|
|
1367
|
+
text-decoration-line: none;
|
|
1367
1368
|
}
|
|
1368
1369
|
button.pf-v6-c-breadcrumb__link {
|
|
1369
1370
|
border: none;
|
|
@@ -1410,6 +1411,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1410
1411
|
--pf-v6-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
1411
1412
|
--pf-v6-c-button--TextDecorationLine: none;
|
|
1412
1413
|
--pf-v6-c-button--TextDecorationStyle: none;
|
|
1414
|
+
--pf-v6-c-button--TextDecorationColor: currentcolor;
|
|
1413
1415
|
--pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
|
1414
1416
|
--pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
1415
1417
|
--pf-v6-c-button--TransitionProperty: color, background-color, border-width, border-color, padding;
|
|
@@ -1418,6 +1420,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1418
1420
|
--pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
1419
1421
|
--pf-v6-c-button--hover--TextDecorationLine: none;
|
|
1420
1422
|
--pf-v6-c-button--hover--TextDecorationStyle: none;
|
|
1423
|
+
--pf-v6-c-button--hover--TextDecorationColor: currentcolor;
|
|
1421
1424
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
|
1422
1425
|
--pf-v6-c-button--m-clicked--BorderColor: transparent;
|
|
1423
1426
|
--pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
@@ -1502,6 +1505,12 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1502
1505
|
--pf-v6-c-button--span--m-link--m-inline--Display: inline;
|
|
1503
1506
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-start--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
1504
1507
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
1508
|
+
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-t--global--text--color--brand--default);
|
|
1509
|
+
--pf-v6-c-button--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
1510
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: currentcolor;
|
|
1511
|
+
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
1512
|
+
--pf-v6-c-button--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
1513
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: currentcolor;
|
|
1505
1514
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
1506
1515
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
1507
1516
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
@@ -1609,6 +1618,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1609
1618
|
--pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--compact);
|
|
1610
1619
|
--pf-v6-c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
1611
1620
|
--pf-v6-c-button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
1621
|
+
--pf-v6-c-button--disabled--TextDecorationColor: currentcolor;
|
|
1612
1622
|
--pf-v6-c-button--disabled--BorderColor: transparent;
|
|
1613
1623
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
1614
1624
|
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -1653,7 +1663,9 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1653
1663
|
line-height: var(--pf-v6-c-button--LineHeight, inherit);
|
|
1654
1664
|
color: var(--pf-v6-c-button--Color);
|
|
1655
1665
|
text-align: center;
|
|
1656
|
-
text-decoration: var(--pf-v6-c-button--TextDecorationLine)
|
|
1666
|
+
text-decoration-line: var(--pf-v6-c-button--TextDecorationLine);
|
|
1667
|
+
text-decoration-style: var(--pf-v6-c-button--TextDecorationStyle);
|
|
1668
|
+
text-decoration-color: var(--pf-v6-c-button--TextDecorationColor);
|
|
1657
1669
|
white-space: nowrap;
|
|
1658
1670
|
cursor: pointer;
|
|
1659
1671
|
user-select: none;
|
|
@@ -1766,6 +1778,12 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1766
1778
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
|
1767
1779
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-button--m-link--m-inline--disabled--Color);
|
|
1768
1780
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-v6-c-button--m-link--m-inline--disabled__icon--Color);
|
|
1781
|
+
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-button--m-link--m-inline--Color);
|
|
1782
|
+
--pf-v6-c-button--m-link__icon--Color: var(--pf-v6-c-button--m-link--m-inline__icon--Color);
|
|
1783
|
+
--pf-v6-c-button--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--TextDecorationColor);
|
|
1784
|
+
--pf-v6-c-button--hover--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor);
|
|
1785
|
+
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-button--m-link--m-inline--hover--Color);
|
|
1786
|
+
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
|
1769
1787
|
text-align: start;
|
|
1770
1788
|
white-space: normal;
|
|
1771
1789
|
outline-offset: 0.125rem;
|
|
@@ -1926,7 +1944,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
1926
1944
|
--pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--hover--BorderWidth);
|
|
1927
1945
|
--pf-v6-c-button--m-plain--m-no-padding__icon--Color: var(--pf-v6-c-button--m-plain--m-no-padding--hover__icon--Color);
|
|
1928
1946
|
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--hover__icon--Color);
|
|
1929
|
-
text-decoration: var(--pf-v6-c-button--hover--TextDecorationLine)
|
|
1947
|
+
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
|
1948
|
+
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
|
1949
|
+
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
|
1930
1950
|
}
|
|
1931
1951
|
.pf-v6-c-button.pf-m-clicked {
|
|
1932
1952
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
|
@@ -1940,6 +1960,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
1940
1960
|
}
|
|
1941
1961
|
.pf-v6-c-button:disabled, .pf-v6-c-button.pf-m-disabled, .pf-v6-c-button.pf-m-aria-disabled {
|
|
1942
1962
|
color: var(--pf-v6-c-button--disabled--Color);
|
|
1963
|
+
text-decoration-color: var(--pf-v6-c-button--disabled--TextDecorationColor);
|
|
1943
1964
|
background-color: var(--pf-v6-c-button--disabled--BackgroundColor);
|
|
1944
1965
|
}
|
|
1945
1966
|
.pf-v6-c-button:disabled::after, .pf-v6-c-button.pf-m-disabled::after, .pf-v6-c-button.pf-m-aria-disabled::after {
|
|
@@ -3045,7 +3066,8 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
3045
3066
|
|
|
3046
3067
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a) {
|
|
3047
3068
|
color: var(--pf-v6-c-content--a--Color);
|
|
3048
|
-
text-decoration: var(--pf-v6-c-content--a--TextDecorationLine)
|
|
3069
|
+
text-decoration-line: var(--pf-v6-c-content--a--TextDecorationLine);
|
|
3070
|
+
text-decoration-style: var(--pf-v6-c-content--a--TextDecorationStyle);
|
|
3049
3071
|
}
|
|
3050
3072
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a):is(:hover, :focus) {
|
|
3051
3073
|
--pf-v6-c-content--a--Color: var(--pf-v6-c-content--a--hover--Color);
|
|
@@ -4083,7 +4105,7 @@ ul) {
|
|
|
4083
4105
|
--pf-v6-c-description-list__term--Display: inline;
|
|
4084
4106
|
--pf-v6-c-description-list__term--sm--Display: flex;
|
|
4085
4107
|
--pf-v6-c-description-list__term--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
4086
|
-
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--
|
|
4108
|
+
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--default);
|
|
4087
4109
|
--pf-v6-c-description-list__term--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
4088
4110
|
--pf-v6-c-description-list__term-icon--MinWidth: var(--pf-t--global--font--size--body--sm);
|
|
4089
4111
|
--pf-v6-c-description-list__term-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -4265,7 +4287,8 @@ ul) {
|
|
|
4265
4287
|
min-width: 0;
|
|
4266
4288
|
}
|
|
4267
4289
|
.pf-v6-c-description-list__text.pf-m-help-text {
|
|
4268
|
-
text-decoration: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine)
|
|
4290
|
+
text-decoration-line: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine);
|
|
4291
|
+
text-decoration-style: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationStyle);
|
|
4269
4292
|
text-underline-offset: var(--pf-v6-c-description-list__text--m-help-text--TextUnderlineOffset);
|
|
4270
4293
|
cursor: pointer;
|
|
4271
4294
|
}
|
|
@@ -5168,7 +5191,8 @@ ul) {
|
|
|
5168
5191
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
|
5169
5192
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
5170
5193
|
--pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
5171
|
-
--pf-v6-c-drawer__panel--
|
|
5194
|
+
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
|
5195
|
+
--pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
|
|
5172
5196
|
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
|
|
5173
5197
|
--pf-v6-c-drawer__panel--FlexBasis: 100%;
|
|
5174
5198
|
--pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
|
|
@@ -5382,6 +5406,7 @@ ul) {
|
|
|
5382
5406
|
overflow: auto;
|
|
5383
5407
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
|
5384
5408
|
box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
|
|
5409
|
+
transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
|
|
5385
5410
|
transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
|
|
5386
5411
|
transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
|
|
5387
5412
|
-webkit-overflow-scrolling: touch;
|
|
@@ -6278,16 +6303,16 @@ ul) {
|
|
|
6278
6303
|
--pf-v6-c-form__group-label--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
6279
6304
|
--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart: 0;
|
|
6280
6305
|
--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY: calc(((((var(--pf-t--global--font--size--body--sm) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--sm)) / 2) + var(--pf-t--global--font--size--body--sm)) - ((((var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--default)) / 2) + var(--pf-t--global--font--size--body--default)));
|
|
6281
|
-
--pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--
|
|
6306
|
+
--pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--default);
|
|
6282
6307
|
--pf-v6-c-form__label--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
6283
6308
|
--pf-v6-c-form__label--m-disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
6284
6309
|
--pf-v6-c-form__label--hover--Cursor: pointer;
|
|
6285
6310
|
--pf-v6-c-form__label--m-disabled--hover--Cursor: not-allowed;
|
|
6286
6311
|
--pf-v6-c-form__label-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
6287
6312
|
--pf-v6-c-form__label-required--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
|
6288
|
-
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--
|
|
6313
|
+
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--default);
|
|
6289
6314
|
--pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
|
|
6290
|
-
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--
|
|
6315
|
+
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--default);
|
|
6291
6316
|
--pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--horizontal);
|
|
6292
6317
|
--pf-v6-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
6293
6318
|
--pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
@@ -6601,9 +6626,6 @@ ul) {
|
|
|
6601
6626
|
font-size: var(--pf-v6-c-form__label--FontSize);
|
|
6602
6627
|
line-height: var(--pf-v6-c-form__label--LineHeight);
|
|
6603
6628
|
}
|
|
6604
|
-
.pf-v6-c-form__label::selection {
|
|
6605
|
-
background-color: none;
|
|
6606
|
-
}
|
|
6607
6629
|
.pf-v6-c-form__label:not(.pf-m-disabled):hover {
|
|
6608
6630
|
cursor: var(--pf-v6-c-form__label--hover--Cursor);
|
|
6609
6631
|
}
|
|
@@ -7818,7 +7840,7 @@ label.pf-v6-c-input-group__text {
|
|
|
7818
7840
|
padding-block-end: var(--pf-v6-c-jump-links__link--PaddingBlockEnd);
|
|
7819
7841
|
padding-inline-start: var(--pf-v6-c-jump-links__link--PaddingInlineStart);
|
|
7820
7842
|
padding-inline-end: var(--pf-v6-c-jump-links__link--PaddingInlineEnd);
|
|
7821
|
-
text-decoration: none;
|
|
7843
|
+
text-decoration-line: none;
|
|
7822
7844
|
outline-offset: var(--pf-v6-c-jump-links__link--OutlineOffset);
|
|
7823
7845
|
}
|
|
7824
7846
|
.pf-v6-c-jump-links__link:is(:hover, :focus) {
|
|
@@ -8259,7 +8281,8 @@ label.pf-v6-c-input-group__text {
|
|
|
8259
8281
|
--pf-v6-c-label--m-editable--TextDecorationStyle: var(--pf-v6-c-label--m-editable--hover--TextDecorationStyle);
|
|
8260
8282
|
}
|
|
8261
8283
|
.pf-v6-c-label.pf-m-editable .pf-v6-c-label__text {
|
|
8262
|
-
text-decoration: var(--pf-v6-c-label--m-editable--TextDecorationLine)
|
|
8284
|
+
text-decoration-line: var(--pf-v6-c-label--m-editable--TextDecorationLine);
|
|
8285
|
+
text-decoration-style: var(--pf-v6-c-label--m-editable--TextDecorationStyle);
|
|
8263
8286
|
text-underline-offset: var(--pf-v6-c-label--m-editable--TextUnderlineOffset);
|
|
8264
8287
|
}
|
|
8265
8288
|
.pf-v6-c-label.pf-m-editable-active {
|
|
@@ -8292,7 +8315,7 @@ label.pf-v6-c-input-group__text {
|
|
|
8292
8315
|
--pf-v6-c-label__content--Cursor: var(--pf-v6-c-label--m-clickable__content--Cursor);
|
|
8293
8316
|
}
|
|
8294
8317
|
.pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content, .pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) {
|
|
8295
|
-
text-decoration: none;
|
|
8318
|
+
text-decoration-line: none;
|
|
8296
8319
|
}
|
|
8297
8320
|
.pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) {
|
|
8298
8321
|
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-clickable--hover--Color);
|
|
@@ -9559,11 +9582,20 @@ ul.pf-v6-c-list {
|
|
|
9559
9582
|
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled, .pf-m-aria-disabled, [aria-disabled=true]) {
|
|
9560
9583
|
--pf-v6-c-menu__item--Color: var(--pf-v6-c-menu__item--m-disabled--Color);
|
|
9561
9584
|
--pf-v6-c-menu__item-toggle-icon--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
9562
|
-
--pf-v6-c-menu__item-external
|
|
9585
|
+
--pf-v6-c-menu__item-external--Color: transparent;
|
|
9586
|
+
--pf-v6-c-menu__item-select-icon--Color: transparent;
|
|
9563
9587
|
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
9564
9588
|
--pf-v6-c-menu__list-item--BackgroundColor: transparent;
|
|
9589
|
+
--pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
|
|
9590
|
+
}
|
|
9591
|
+
.pf-v6-c-menu__list-item:is(.pf-m-disabled, :disabled),
|
|
9592
|
+
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled) {
|
|
9565
9593
|
pointer-events: none;
|
|
9566
9594
|
}
|
|
9595
|
+
.pf-v6-c-menu__list-item.pf-m-aria-disabled .pf-v6-c-menu__item,
|
|
9596
|
+
.pf-v6-c-menu__item-action.pf-m-aria-disabled .pf-v6-c-menu__item {
|
|
9597
|
+
cursor: default;
|
|
9598
|
+
}
|
|
9567
9599
|
|
|
9568
9600
|
[class*=pf-v6-c-menu]:is([hidden]) {
|
|
9569
9601
|
display: none;
|
|
@@ -9811,7 +9843,7 @@ ul.pf-v6-c-list {
|
|
|
9811
9843
|
line-height: var(--pf-v6-c-menu__item--LineHeight);
|
|
9812
9844
|
color: var(--pf-v6-c-menu__item--Color);
|
|
9813
9845
|
text-align: start;
|
|
9814
|
-
text-decoration: none;
|
|
9846
|
+
text-decoration-line: none;
|
|
9815
9847
|
background-color: var(--pf-v6-c-menu__item--BackgroundColor);
|
|
9816
9848
|
border: 0;
|
|
9817
9849
|
outline-offset: var(--pf-v6-c-menu--OutlineOffset);
|
|
@@ -10021,6 +10053,7 @@ ul.pf-v6-c-list {
|
|
|
10021
10053
|
--pf-v6-c-menu-toggle--m-primary--m-small--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--compact);
|
|
10022
10054
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--default);
|
|
10023
10055
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
10056
|
+
--pf-v6-c-menu-toggle--m-secondary--BackgroundColor: transparent;
|
|
10024
10057
|
--pf-v6-c-menu-toggle--m-secondary--Color: var(--pf-t--global--text--color--brand--default);
|
|
10025
10058
|
--pf-v6-c-menu-toggle--m-secondary--BorderColor: var(--pf-t--global--border--color--brand--default);
|
|
10026
10059
|
--pf-v6-c-menu-toggle--m-secondary--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -10028,6 +10061,7 @@ ul.pf-v6-c-list {
|
|
|
10028
10061
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
10029
10062
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
|
|
10030
10063
|
--pf-v6-c-menu-toggle--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
10064
|
+
--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor: transparent;
|
|
10031
10065
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
10032
10066
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
|
10033
10067
|
--pf-v6-c-menu-toggle--m-secondary__toggle-icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
@@ -10153,12 +10187,14 @@ ul.pf-v6-c-list {
|
|
|
10153
10187
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart);
|
|
10154
10188
|
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd);
|
|
10155
10189
|
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--m-secondary--Color);
|
|
10190
|
+
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--BackgroundColor);
|
|
10156
10191
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--BorderColor);
|
|
10157
10192
|
--pf-v6-c-menu-toggle--BorderRadius: var(--pf-v6-c-menu-toggle--m-secondary--BorderRadius);
|
|
10158
10193
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover--Color);
|
|
10159
10194
|
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth);
|
|
10160
10195
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor);
|
|
10161
10196
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded--Color);
|
|
10197
|
+
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor);
|
|
10162
10198
|
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth);
|
|
10163
10199
|
--pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover__toggle-icon--Color);
|
|
10164
10200
|
--pf-v6-c-menu-toggle--expanded__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded__toggle-icon--Color);
|
|
@@ -10839,13 +10875,15 @@ ul.pf-v6-c-list {
|
|
|
10839
10875
|
--pf-v6-c-nav__item--ScrollSnapAlign: end;
|
|
10840
10876
|
--pf-v6-c-nav__section-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
10841
10877
|
--pf-v6-c-nav__section-title--Color: var(--pf-t--global--text--color--regular);
|
|
10842
|
-
--pf-v6-c-nav__section-title--PaddingBlockStart:
|
|
10843
|
-
--pf-v6-c-nav__section-title--PaddingBlockEnd:
|
|
10878
|
+
--pf-v6-c-nav__section-title--PaddingBlockStart: 0;
|
|
10879
|
+
--pf-v6-c-nav__section-title--PaddingBlockEnd: 0;
|
|
10844
10880
|
--pf-v6-c-nav__section-title--PaddingInlineStart: var(--pf-v6-c-nav__link--PaddingInlineStart);
|
|
10845
10881
|
--pf-v6-c-nav__section-title--PaddingInlineEnd: var(--pf-v6-c-nav__link--PaddingInlineEnd);
|
|
10846
10882
|
--pf-v6-c-nav__item--RowGap: var(--pf-v6-c-nav__list--RowGap);
|
|
10847
10883
|
--pf-v6-c-nav__item__toggle-icon--Rotate: 0;
|
|
10848
10884
|
--pf-v6-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
10885
|
+
--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform: var(--pf-t--global--motion--duration--icon--default);
|
|
10886
|
+
--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--default);
|
|
10849
10887
|
--pf-v6-c-nav__link--ColumnGap: var(--pf-t--global--spacer--sm);
|
|
10850
10888
|
--pf-v6-c-nav__link--AlignItems: baseline;
|
|
10851
10889
|
--pf-v6-c-nav__link--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
@@ -10856,10 +10894,19 @@ ul.pf-v6-c-list {
|
|
|
10856
10894
|
--pf-v6-c-nav__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--hover);
|
|
10857
10895
|
--pf-v6-c-nav__link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--clicked);
|
|
10858
10896
|
--pf-v6-c-nav__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
10897
|
+
--pf-v6-c-nav__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--default);
|
|
10898
|
+
--pf-v6-c-nav__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
|
|
10899
|
+
--pf-v6-c-nav__link--m-current--TransitionDuration--color: var(--pf-t--global--motion--duration--fade--short);
|
|
10900
|
+
--pf-v6-c-nav__link--m-current--TransitionTimingFunction--color: var(--pf-t--global--motion--timing-function--default);
|
|
10859
10901
|
--pf-v6-c-nav__link-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
10860
10902
|
--pf-v6-c-nav__link--m-current__link-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
10861
10903
|
--pf-v6-c-nav__subnav--RowGap: var(--pf-t--global--border--width--extra-strong);
|
|
10904
|
+
--pf-v6-c-nav__subnav--PaddingBlockStart: var(--pf-v6-c-nav__item--RowGap);
|
|
10905
|
+
--pf-v6-c-nav__subnav--PaddingBlockEnd: var(--pf-v6-c-nav__item--RowGap);
|
|
10862
10906
|
--pf-v6-c-nav__subnav--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
10907
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: 0s;
|
|
10908
|
+
--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion: 0s;
|
|
10909
|
+
--pf-v6-c-nav__subnav--TransitionTimingFunction--expansion: var(--pf-t--global--motion--timing-function--default);
|
|
10863
10910
|
--pf-v6-c-nav__scroll-button--BorderColor: var(--pf-t--global--border--color--default);
|
|
10864
10911
|
--pf-v6-c-nav__scroll-button--BorderWidth: var(--pf-t--global--border--width--divider--default);
|
|
10865
10912
|
--pf-v6-c-nav__scroll-button--first-of-type--c-button--BorderStartStartRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -10888,6 +10935,12 @@ ul.pf-v6-c-list {
|
|
|
10888
10935
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
10889
10936
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
10890
10937
|
}
|
|
10938
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
10939
|
+
.pf-v6-c-nav {
|
|
10940
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--default);
|
|
10941
|
+
--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--short);
|
|
10942
|
+
}
|
|
10943
|
+
}
|
|
10891
10944
|
|
|
10892
10945
|
.pf-v6-c-nav,
|
|
10893
10946
|
.pf-v6-c-nav__section,
|
|
@@ -10939,7 +10992,7 @@ ul.pf-v6-c-list {
|
|
|
10939
10992
|
}
|
|
10940
10993
|
|
|
10941
10994
|
[class^=pf-v6-c-nav][hidden] {
|
|
10942
|
-
|
|
10995
|
+
visibility: hidden;
|
|
10943
10996
|
}
|
|
10944
10997
|
|
|
10945
10998
|
.pf-v6-c-nav__nav,
|
|
@@ -10948,30 +11001,43 @@ ul.pf-v6-c-list {
|
|
|
10948
11001
|
--pf-v6-c-nav__item--RowGap--row-offset: calc(var(--pf-v6-c-nav__list--RowGap) / 2 * -1);
|
|
10949
11002
|
--pf-v6-c-nav__link--clickable-inset--Block: var(--pf-v6-c-nav__item--RowGap--row-offset);
|
|
10950
11003
|
--pf-v6-c-nav__button--RowGap--row-offset: calc(var(--pf-v6-c-nav__item--RowGap) * -1);
|
|
11004
|
+
visibility: visible;
|
|
10951
11005
|
}
|
|
10952
11006
|
|
|
10953
11007
|
.pf-v6-c-nav__list {
|
|
10954
11008
|
row-gap: var(--pf-v6-c-nav__list--RowGap);
|
|
10955
11009
|
column-gap: var(--pf-v6-c-nav__list--ColumnGap);
|
|
11010
|
+
min-height: 0;
|
|
10956
11011
|
}
|
|
10957
11012
|
|
|
10958
11013
|
.pf-v6-c-nav__subnav {
|
|
10959
11014
|
--pf-v6-c-nav__list--RowGap: var(--pf-v6-c-nav__subnav--RowGap);
|
|
11015
|
+
grid-template-rows: 1fr;
|
|
11016
|
+
min-height: 0;
|
|
11017
|
+
padding-block-start: var(--pf-v6-c-nav__subnav--PaddingBlockStart);
|
|
11018
|
+
padding-block-end: var(--pf-v6-c-nav__subnav--PaddingBlockEnd);
|
|
10960
11019
|
padding-inline-start: var(--pf-v6-c-nav__subnav--PaddingInlineStart);
|
|
11020
|
+
overflow-y: clip;
|
|
11021
|
+
transition-timing-function: var(--pf-v6-c-nav__subnav--TransitionTimingFunction--expansion);
|
|
11022
|
+
transition-duration: var(--pf-v6-c-nav__subnav--TransitionDuration--expansion);
|
|
11023
|
+
transition-property: grid-template-rows, padding-block-start, padding-block-end, opacity;
|
|
11024
|
+
}
|
|
11025
|
+
.pf-v6-c-nav__subnav[hidden] {
|
|
11026
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: var(--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion);
|
|
11027
|
+
--pf-v6-c-nav__subnav--PaddingBlockStart: 0;
|
|
11028
|
+
--pf-v6-c-nav__subnav--PaddingBlockEnd: 0;
|
|
11029
|
+
grid-template-rows: 0fr;
|
|
11030
|
+
opacity: 0;
|
|
10961
11031
|
}
|
|
10962
11032
|
|
|
10963
11033
|
.pf-v6-c-nav__item {
|
|
10964
|
-
row-gap: var(--pf-v6-c-nav__item--RowGap);
|
|
10965
11034
|
scroll-snap-align: var(--pf-v6-c-nav__item--ScrollSnapAlign);
|
|
10966
11035
|
}
|
|
10967
11036
|
.pf-v6-c-nav__item > .pf-v6-c-nav__link[button] {
|
|
10968
11037
|
margin-block-end: var(--pf-v6-c-nav__button--RowGap--row-offset);
|
|
10969
11038
|
}
|
|
10970
|
-
.pf-v6-c-nav__item.pf-m-expanded:
|
|
10971
|
-
margin-block-end: var(--pf-v6-c-
|
|
10972
|
-
}
|
|
10973
|
-
.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 {
|
|
10974
|
-
inset-block-start: calc(var(--pf-v6-c-nav__item--RowGap) * -1 - var(--pf-v6-c-nav__list--RowGap));
|
|
11039
|
+
.pf-v6-c-nav__item.pf-m-expanded:last-child > .pf-v6-c-nav__subnav {
|
|
11040
|
+
margin-block-end: calc(var(--pf-v6-c-nav__subnav--PaddingBlockEnd) * -1);
|
|
10975
11041
|
}
|
|
10976
11042
|
|
|
10977
11043
|
.pf-v6-c-nav__section {
|
|
@@ -11002,13 +11068,13 @@ ul.pf-v6-c-list {
|
|
|
11002
11068
|
line-height: var(--pf-v6-c-nav__link--LineHeight, inherit);
|
|
11003
11069
|
color: var(--pf-v6-c-nav__link--Color);
|
|
11004
11070
|
text-align: start;
|
|
11005
|
-
text-decoration: none;
|
|
11071
|
+
text-decoration-line: none;
|
|
11006
11072
|
background-color: var(--pf-v6-c-nav__link--BackgroundColor);
|
|
11007
11073
|
border: none;
|
|
11008
11074
|
border-radius: var(--pf-v6-c-nav__link--BorderRadius);
|
|
11009
|
-
|
|
11010
|
-
|
|
11011
|
-
|
|
11075
|
+
transition-timing-function: var(--pf-v6-c-nav__link--TransitionTimingFunction--background-color), var(--pf-v6-c-nav__link--m-current--TransitionTimingFunction--color);
|
|
11076
|
+
transition-duration: var(--pf-v6-c-nav__link--TransitionDuration--background-color), var(--pf-v6-c-nav__link--m-current--TransitionDuration--color);
|
|
11077
|
+
transition-property: background-color, color;
|
|
11012
11078
|
}
|
|
11013
11079
|
.pf-v6-c-nav__link:hover, .pf-v6-c-nav__link.pf-m-hover, .pf-v6-c-nav__link:focus {
|
|
11014
11080
|
color: var(--pf-v6-c-nav__link--hover--Color);
|
|
@@ -11033,6 +11099,9 @@ ul.pf-v6-c-list {
|
|
|
11033
11099
|
|
|
11034
11100
|
.pf-v6-c-nav__toggle-icon {
|
|
11035
11101
|
display: inline-block;
|
|
11102
|
+
transition-timing-function: var(--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform);
|
|
11103
|
+
transition-duration: var(--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform);
|
|
11104
|
+
transition-property: transform;
|
|
11036
11105
|
transform: rotate(var(--pf-v6-c-nav__item__toggle-icon--Rotate));
|
|
11037
11106
|
}
|
|
11038
11107
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-nav__toggle-icon {
|
|
@@ -12705,9 +12774,11 @@ ul.pf-v6-c-list {
|
|
|
12705
12774
|
}
|
|
12706
12775
|
|
|
12707
12776
|
.pf-v6-c-popover__title-text {
|
|
12777
|
+
min-width: 0;
|
|
12708
12778
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
12709
12779
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
12710
12780
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
12781
|
+
overflow-wrap: break-word;
|
|
12711
12782
|
}
|
|
12712
12783
|
|
|
12713
12784
|
.pf-v6-c-popover__body {
|
|
@@ -12722,6 +12793,7 @@ ul.pf-v6-c-list {
|
|
|
12722
12793
|
--pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
|
|
12723
12794
|
--pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
|
|
12724
12795
|
--pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
12796
|
+
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
12725
12797
|
--pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
|
|
12726
12798
|
--pf-v6-c-progress__status--Gap: var(--pf-t--global--spacer--sm);
|
|
12727
12799
|
--pf-v6-c-progress__status-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -12863,7 +12935,9 @@ ul.pf-v6-c-list {
|
|
|
12863
12935
|
grid-column: 1/3;
|
|
12864
12936
|
align-self: center;
|
|
12865
12937
|
height: var(--pf-v6-c-progress__bar--Height);
|
|
12938
|
+
overflow: hidden;
|
|
12866
12939
|
background-color: var(--pf-v6-c-progress__bar--BackgroundColor);
|
|
12940
|
+
border-radius: var(--pf-v6-c-progress__bar--BorderRadius);
|
|
12867
12941
|
}
|
|
12868
12942
|
|
|
12869
12943
|
.pf-v6-c-progress__indicator {
|
|
@@ -13200,7 +13274,8 @@ ul.pf-v6-c-list {
|
|
|
13200
13274
|
.pf-v6-c-progress-stepper__step-title.pf-m-help-text {
|
|
13201
13275
|
padding-inline-start: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineStart);
|
|
13202
13276
|
padding-inline-end: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineEnd);
|
|
13203
|
-
text-decoration: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine)
|
|
13277
|
+
text-decoration-line: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine);
|
|
13278
|
+
text-decoration-style: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle);
|
|
13204
13279
|
text-underline-offset: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
|
|
13205
13280
|
cursor: pointer;
|
|
13206
13281
|
}
|
|
@@ -13953,7 +14028,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13953
14028
|
font-size: var(--pf-v6-c-simple-list__item-link--FontSize);
|
|
13954
14029
|
color: var(--pf-v6-c-simple-list__item-link--Color);
|
|
13955
14030
|
text-align: start;
|
|
13956
|
-
text-decoration: none;
|
|
14031
|
+
text-decoration-line: none;
|
|
13957
14032
|
background-color: var(--pf-v6-c-simple-list__item-link--BackgroundColor);
|
|
13958
14033
|
border: none;
|
|
13959
14034
|
border-radius: var(--pf-v6-c-simple-list__item-link--BorderRadius);
|
|
@@ -13966,7 +14041,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13966
14041
|
.pf-v6-c-simple-list__item-link:is(:hover, :focus) {
|
|
13967
14042
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--hover--BackgroundColor);
|
|
13968
14043
|
--pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--hover--Color);
|
|
13969
|
-
text-decoration: none;
|
|
14044
|
+
text-decoration-line: none;
|
|
13970
14045
|
}
|
|
13971
14046
|
.pf-v6-c-simple-list__item-link.pf-m-current {
|
|
13972
14047
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--m-current--BackgroundColor);
|
|
@@ -18478,7 +18553,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18478
18553
|
padding-inline-end: var(--pf-v6-c-tabs__link--PaddingInlineEnd);
|
|
18479
18554
|
font-size: var(--pf-v6-c-tabs__link--FontSize);
|
|
18480
18555
|
color: var(--pf-v6-c-tabs__link--Color);
|
|
18481
|
-
text-decoration: none;
|
|
18556
|
+
text-decoration-line: none;
|
|
18482
18557
|
background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
|
|
18483
18558
|
border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
|
|
18484
18559
|
}
|
|
@@ -19118,7 +19193,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19118
19193
|
}
|
|
19119
19194
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
19120
19195
|
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--Color);
|
|
19121
|
-
text-decoration: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine)
|
|
19196
|
+
text-decoration-line: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine);
|
|
19197
|
+
text-decoration-style: var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
19122
19198
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
19123
19199
|
cursor: pointer;
|
|
19124
19200
|
}
|
|
@@ -19331,7 +19407,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19331
19407
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--hover--BackgroundColor);
|
|
19332
19408
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--hover--ZIndex);
|
|
19333
19409
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--hover--before--BorderColor);
|
|
19334
|
-
text-decoration: none;
|
|
19410
|
+
text-decoration-line: none;
|
|
19335
19411
|
}
|
|
19336
19412
|
.pf-v6-c-toggle-group__button.pf-m-selected {
|
|
19337
19413
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--m-selected--BackgroundColor);
|
|
@@ -22282,7 +22358,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
22282
22358
|
padding-inline: 0;
|
|
22283
22359
|
color: var(--pf-v6-c-wizard__nav-link--Color);
|
|
22284
22360
|
text-align: start;
|
|
22285
|
-
text-decoration: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
22361
|
+
text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
22286
22362
|
word-break: break-word;
|
|
22287
22363
|
counter-increment: wizard-nav-count;
|
|
22288
22364
|
background-color: transparent;
|
|
@@ -88,7 +88,7 @@ The avatar component provides a default SVG icon. If an image is used it should
|
|
|
88
88
|
| -- | -- | -- |
|
|
89
89
|
| `.pf-v6-c-avatar` | `<img>` | Initiates an avatar image. **Required** |
|
|
90
90
|
| `.pf-m-bordered` | `.pf-v6-c-avatar` | Modifies an avatar to have a border. |
|
|
91
|
-
| `.pf-m-sm{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/
|
|
92
|
-
| `.pf-m-md{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be medium on an optional [breakpoint](/
|
|
93
|
-
| `.pf-m-lg{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/
|
|
94
|
-
| `.pf-m-xl{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/
|
|
91
|
+
| `.pf-m-sm{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
92
|
+
| `.pf-m-md{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be medium on an optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** This is the default size. |
|
|
93
|
+
| `.pf-m-lg{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
94
|
+
| `.pf-m-xl{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
@@ -83,5 +83,5 @@ Simple brand component.
|
|
|
83
83
|
| -- | -- | -- |
|
|
84
84
|
| `.pf-v6-c-brand` | `<img>, <picture>` | Initiates a brand image. **Required** |
|
|
85
85
|
| `.pf-m-picture` | `.pf-v6-c-brand` | Modifies a brand image to a picture. |
|
|
86
|
-
| `--pf-v6-c-brand--Width{-on-[breakpoint]}: {width}` | `.pf-v6-c-brand` | Modifies the width value of a picture on optional [breakpoint](/
|
|
87
|
-
| `--pf-v6-c-brand--Height{-on-[breakpoint]}: {height}` | `.pf-v6-c-brand` | Modifies the height value of a picture on optional [breakpoint](/
|
|
86
|
+
| `--pf-v6-c-brand--Width{-on-[breakpoint]}: {width}` | `.pf-v6-c-brand` | Modifies the width value of a picture on optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
87
|
+
| `--pf-v6-c-brand--Height{-on-[breakpoint]}: {height}` | `.pf-v6-c-brand` | Modifies the height value of a picture on optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
@@ -316,8 +316,8 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
316
316
|
| `.pf-v6-c-data-list__item-action` | `<div>` | Initiates a container for the data list actions. For example, add `.pf-v6-c-data-list__action` here. **Required** |
|
|
317
317
|
| `.pf-v6-c-data-list__check` | `<div>` | Initiates a data list check cell. **Required** |
|
|
318
318
|
| `.pf-v6-c-data-list__action` | `<div>` | Initiates a data list action button cell. **Required** |
|
|
319
|
-
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Hides an actions container at optional [breakpoint](/
|
|
320
|
-
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Shows an actions container at optional [breakpoint](/
|
|
319
|
+
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Hides an actions container at optional [breakpoint](/tokens/all-patternfly-tokens), or hides it at all breakpoints with `.pf-m-hidden`. |
|
|
320
|
+
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Shows an actions container at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
321
321
|
|
|
322
322
|
### Expandable
|
|
323
323
|
|
|
@@ -2244,4 +2244,4 @@ The DataList component provides a flexible alternative to the Table component, w
|
|
|
2244
2244
|
|
|
2245
2245
|
| Class | Applied to | Outcome |
|
|
2246
2246
|
| -- | -- | -- |
|
|
2247
|
-
| `.pf-m-grid{-[none, sm, md, lg, xl, 2xl]}` | `.pf-v6-c-data-list` | Modifies the data list to switch to a grid layout at a specified [breakpoint](/
|
|
2247
|
+
| `.pf-m-grid{-[none, sm, md, lg, xl, 2xl]}` | `.pf-v6-c-data-list` | Modifies the data list to switch to a grid layout at a specified [breakpoint](/tokens/all-patternfly-tokens). `.pf-m-grid` will display the grid layout at all breakpoints. `.pf-m-grid-none` will display the desktop layout at all breakpoints. **Note:** Without a grid modifier, the data list will display the grid layout by default and switch to the desktop layout at a medium breakpoint. |
|
|
@@ -1613,8 +1613,8 @@ Cards can be used as description list group wrappers. Using cards in this way ap
|
|
|
1613
1613
|
| `.pf-m-auto-column-widths` | `.pf-v6-c-description-list` | Modifies the description list to format automatically. |
|
|
1614
1614
|
| `.pf-m-inline-grid` | `.pf-v6-c-description-list` | Modifies the description list display to inline-grid. |
|
|
1615
1615
|
| `.pf-m-{1,2,3}-col{-on-[sm, md, lg, xl, 2xl]}` | `.pf-v6-c-description-list` | Modifies the description list number of columns. |
|
|
1616
|
-
| `--pf-v6-c-description-list--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list` | Modifies the min value of the `grid-template-columns` declaration at optional [breakpoint](/
|
|
1617
|
-
| `--pf-v6-c-description-list--m-horizontal__term--width{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list.pf-m-horizontal` | Modifies the description list term width at optional [breakpoint](/
|
|
1616
|
+
| `--pf-v6-c-description-list--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list` | Modifies the min value of the `grid-template-columns` declaration at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
1617
|
+
| `--pf-v6-c-description-list--m-horizontal__term--width{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list.pf-m-horizontal` | Modifies the description list term width at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
1618
1618
|
|
|
1619
1619
|
<!-- | `.pf-m-order[0-12]{-on-[breakpoint]}` | `.pf-v6-c-description-list__group` | Modifies the order of the flex layout element. |
|
|
1620
1620
|
| `.pf-m-order-first{-on-[breakpoint]}` | `.pf-v6-c-description-list__group` | Modifies the order of the flex layout element to -1. |
|
|
@@ -134,5 +134,5 @@ The divider renders as an `<hr>` by default. It is possible to make the divider
|
|
|
134
134
|
| `.pf-v6-c-divider` | `<hr>`, `<li>`, `<div>` | Defines the divider component. |
|
|
135
135
|
| `.pf-m-vertical` | `.pf-v6-c-divider` | Modifies the divider component from horizontal to vertical. This modifier requires that the parent has an explicit or implicit height, or has a flex or grid based layout parent. |
|
|
136
136
|
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl, 3xl}{-on-[sm, md, lg, xl, 2xl]}` | `.pf-v6-c-divider` | Modifies divider padding/inset to visually match padding of other adjacent components. |
|
|
137
|
-
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be hidden, at optional [breakpoint](/
|
|
138
|
-
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be shown, at optional [breakpoint](/
|
|
137
|
+
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be hidden, at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
138
|
+
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be shown, at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
@@ -808,15 +808,15 @@ cssPrefix: pf-v6-c-drawer
|
|
|
808
808
|
| `.pf-m-panel-left` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the left. |
|
|
809
809
|
| `.pf-m-panel-bottom` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the bottom. **Note:** percentage based panel sizes require the drawer component's parent element have an implicit or explicit height. |
|
|
810
810
|
| `.pf-m-expanded` | `.pf-v6-c-drawer` | Modifies the drawer panel for the expanded state. |
|
|
811
|
-
| `.pf-m-static{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer panel state to always show both content and panel at optional [breakpoint](/
|
|
812
|
-
| `.pf-m-inline{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer so the content element and panel element are displayed side by side. `.pf-m-inline` used without a [breakpoint](/
|
|
811
|
+
| `.pf-m-static{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer panel state to always show both content and panel at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
812
|
+
| `.pf-m-inline{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer so the content element and panel element are displayed side by side. `.pf-m-inline` used without a [breakpoint](/tokens/all-patternfly-tokens) will default to the `md` breakpoint. |
|
|
813
813
|
| `.pf-m-no-border` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel border treatment to disable all border treatment. |
|
|
814
814
|
| `.pf-m-padding` | `.pf-v6-c-drawer__body` | Modifies the element to add padding. |
|
|
815
815
|
| `.pf-m-no-padding` | `.pf-v6-c-drawer__body` | Modifies the element to remove padding. |
|
|
816
816
|
| `.pf-m-no-background` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__panel` | Modifies the drawer element background color to transparent. |
|
|
817
817
|
| `.pf-m-primary` | `.pf-v6-c-drawer__content` | Modifies the drawer content to use the primary background color. |
|
|
818
818
|
| `.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. |
|
|
819
|
-
| `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/
|
|
819
|
+
| `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
820
820
|
| `.pf-m-resizable` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel to be resizable. Intended for use with the `.pf-v6-c-drawer__splitter` element. |
|
|
821
821
|
| `--pf-v6-c-drawer__panel--md--FlexBasis--min` | `.pf-v6-c-drawer__panel` | Defines the drawer panel minimum size. |
|
|
822
822
|
| `--pf-v6-c-drawer__panel--md--FlexBasis` | `.pf-v6-c-drawer__panel` | Defines the drawer panel size. |
|
|
@@ -752,7 +752,7 @@ cssPrefix: pf-v6-c-jump-links
|
|
|
752
752
|
| `.pf-v6-c-jump-links__link-text` | `<div>` | Initiates the jump links link text. |
|
|
753
753
|
| `.pf-m-vertical` | `.pf-v6-c-jump-links` | Modifies the jump links component to be vertical. |
|
|
754
754
|
| `.pf-m-center` | `.pf-v6-c-jump-links` | Modifies the jump links component to center its list and label. |
|
|
755
|
-
| `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be expandable via a toggle at optional [breakpoint](/
|
|
756
|
-
| `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be non-expandable at optional [breakpoint](/
|
|
755
|
+
| `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be expandable via a toggle at optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** works with vertical jump links only. |
|
|
756
|
+
| `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be non-expandable at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
757
757
|
| `.pf-m-expanded` | `.pf-v6-c-jump-links` | Modifies the expandable jump links component for the expanded state. |
|
|
758
758
|
| `.pf-m-current` | `.pf-v6-c-jump-links__item`| Modifies the jump links item to be current. |
|
|
@@ -618,4 +618,4 @@ cssPrefix: pf-v6-c-masthead
|
|
|
618
618
|
| `.pf-v6-c-masthead__brand` | `<div>` | Initiates the masthead content component. |
|
|
619
619
|
| `.pf-v6-c-masthead__logo` | `<a>, <div>` | Initiates the masthead content component. |
|
|
620
620
|
| `.pf-v6-c-masthead__content` | `<div>` | Initiates the masthead content component. |
|
|
621
|
-
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/
|
|
621
|
+
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
@@ -6334,8 +6334,8 @@ cssPrefix: pf-v6-c-menu
|
|
|
6334
6334
|
| `.pf-v6-c-menu__item-action-icon` | `<span>` | Initiates the menu item action icon. |
|
|
6335
6335
|
| `.pf-v6-c-menu__item-external-icon` | `<span>` | Initiates the menu item external icon. |
|
|
6336
6336
|
| `.pf-v6-c-menu__footer` | `<div>` | Initiates the menu footer. |
|
|
6337
|
-
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be hidden, at optional [breakpoint](/
|
|
6338
|
-
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be shown, at optional [breakpoint](/
|
|
6337
|
+
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be hidden, at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
6338
|
+
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be shown, at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
6339
6339
|
| `.pf-m-favorite` | `.pf-v6-c-menu__item-action` | Modifies the menu item action to handle the favorite icon. |
|
|
6340
6340
|
| `.pf-m-favorited` | `.pf-v6-c-menu__item-action.pf-m-favorite` | Modifies the menu item action icon to be favorited. |
|
|
6341
6341
|
| `.pf-m-selected` | `.pf-v6-c-menu__item` | Modifies the menu item to be selected. |
|