@patternfly/patternfly 6.2.0-prerelease.1 → 6.2.0-prerelease.3
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 +2 -1
- package/components/DescriptionList/description-list.scss +2 -1
- package/components/Form/form.css +0 -3
- package/components/Form/form.scss +0 -4
- 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 +1 -1
- package/components/Nav/nav.scss +1 -1
- 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 +60 -24
- 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/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/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-no-globals.css +61 -25
- package/patternfly.css +63 -27
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -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;
|
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);
|
|
@@ -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
|
}
|
|
@@ -6601,9 +6624,6 @@ ul) {
|
|
|
6601
6624
|
font-size: var(--pf-v6-c-form__label--FontSize);
|
|
6602
6625
|
line-height: var(--pf-v6-c-form__label--LineHeight);
|
|
6603
6626
|
}
|
|
6604
|
-
.pf-v6-c-form__label::selection {
|
|
6605
|
-
background-color: none;
|
|
6606
|
-
}
|
|
6607
6627
|
.pf-v6-c-form__label:not(.pf-m-disabled):hover {
|
|
6608
6628
|
cursor: var(--pf-v6-c-form__label--hover--Cursor);
|
|
6609
6629
|
}
|
|
@@ -7818,7 +7838,7 @@ label.pf-v6-c-input-group__text {
|
|
|
7818
7838
|
padding-block-end: var(--pf-v6-c-jump-links__link--PaddingBlockEnd);
|
|
7819
7839
|
padding-inline-start: var(--pf-v6-c-jump-links__link--PaddingInlineStart);
|
|
7820
7840
|
padding-inline-end: var(--pf-v6-c-jump-links__link--PaddingInlineEnd);
|
|
7821
|
-
text-decoration: none;
|
|
7841
|
+
text-decoration-line: none;
|
|
7822
7842
|
outline-offset: var(--pf-v6-c-jump-links__link--OutlineOffset);
|
|
7823
7843
|
}
|
|
7824
7844
|
.pf-v6-c-jump-links__link:is(:hover, :focus) {
|
|
@@ -8259,7 +8279,8 @@ label.pf-v6-c-input-group__text {
|
|
|
8259
8279
|
--pf-v6-c-label--m-editable--TextDecorationStyle: var(--pf-v6-c-label--m-editable--hover--TextDecorationStyle);
|
|
8260
8280
|
}
|
|
8261
8281
|
.pf-v6-c-label.pf-m-editable .pf-v6-c-label__text {
|
|
8262
|
-
text-decoration: var(--pf-v6-c-label--m-editable--TextDecorationLine)
|
|
8282
|
+
text-decoration-line: var(--pf-v6-c-label--m-editable--TextDecorationLine);
|
|
8283
|
+
text-decoration-style: var(--pf-v6-c-label--m-editable--TextDecorationStyle);
|
|
8263
8284
|
text-underline-offset: var(--pf-v6-c-label--m-editable--TextUnderlineOffset);
|
|
8264
8285
|
}
|
|
8265
8286
|
.pf-v6-c-label.pf-m-editable-active {
|
|
@@ -8292,7 +8313,7 @@ label.pf-v6-c-input-group__text {
|
|
|
8292
8313
|
--pf-v6-c-label__content--Cursor: var(--pf-v6-c-label--m-clickable__content--Cursor);
|
|
8293
8314
|
}
|
|
8294
8315
|
.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;
|
|
8316
|
+
text-decoration-line: none;
|
|
8296
8317
|
}
|
|
8297
8318
|
.pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) {
|
|
8298
8319
|
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-clickable--hover--Color);
|
|
@@ -9559,11 +9580,20 @@ ul.pf-v6-c-list {
|
|
|
9559
9580
|
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled, .pf-m-aria-disabled, [aria-disabled=true]) {
|
|
9560
9581
|
--pf-v6-c-menu__item--Color: var(--pf-v6-c-menu__item--m-disabled--Color);
|
|
9561
9582
|
--pf-v6-c-menu__item-toggle-icon--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
9562
|
-
--pf-v6-c-menu__item-external
|
|
9583
|
+
--pf-v6-c-menu__item-external--Color: transparent;
|
|
9584
|
+
--pf-v6-c-menu__item-select-icon--Color: transparent;
|
|
9563
9585
|
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
9564
9586
|
--pf-v6-c-menu__list-item--BackgroundColor: transparent;
|
|
9587
|
+
--pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
|
|
9588
|
+
}
|
|
9589
|
+
.pf-v6-c-menu__list-item:is(.pf-m-disabled, :disabled),
|
|
9590
|
+
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled) {
|
|
9565
9591
|
pointer-events: none;
|
|
9566
9592
|
}
|
|
9593
|
+
.pf-v6-c-menu__list-item.pf-m-aria-disabled .pf-v6-c-menu__item,
|
|
9594
|
+
.pf-v6-c-menu__item-action.pf-m-aria-disabled .pf-v6-c-menu__item {
|
|
9595
|
+
cursor: default;
|
|
9596
|
+
}
|
|
9567
9597
|
|
|
9568
9598
|
[class*=pf-v6-c-menu]:is([hidden]) {
|
|
9569
9599
|
display: none;
|
|
@@ -9811,7 +9841,7 @@ ul.pf-v6-c-list {
|
|
|
9811
9841
|
line-height: var(--pf-v6-c-menu__item--LineHeight);
|
|
9812
9842
|
color: var(--pf-v6-c-menu__item--Color);
|
|
9813
9843
|
text-align: start;
|
|
9814
|
-
text-decoration: none;
|
|
9844
|
+
text-decoration-line: none;
|
|
9815
9845
|
background-color: var(--pf-v6-c-menu__item--BackgroundColor);
|
|
9816
9846
|
border: 0;
|
|
9817
9847
|
outline-offset: var(--pf-v6-c-menu--OutlineOffset);
|
|
@@ -10021,6 +10051,7 @@ ul.pf-v6-c-list {
|
|
|
10021
10051
|
--pf-v6-c-menu-toggle--m-primary--m-small--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--compact);
|
|
10022
10052
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--default);
|
|
10023
10053
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
10054
|
+
--pf-v6-c-menu-toggle--m-secondary--BackgroundColor: transparent;
|
|
10024
10055
|
--pf-v6-c-menu-toggle--m-secondary--Color: var(--pf-t--global--text--color--brand--default);
|
|
10025
10056
|
--pf-v6-c-menu-toggle--m-secondary--BorderColor: var(--pf-t--global--border--color--brand--default);
|
|
10026
10057
|
--pf-v6-c-menu-toggle--m-secondary--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -10028,6 +10059,7 @@ ul.pf-v6-c-list {
|
|
|
10028
10059
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
10029
10060
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
|
|
10030
10061
|
--pf-v6-c-menu-toggle--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
10062
|
+
--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor: transparent;
|
|
10031
10063
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
10032
10064
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
|
10033
10065
|
--pf-v6-c-menu-toggle--m-secondary__toggle-icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
@@ -10153,12 +10185,14 @@ ul.pf-v6-c-list {
|
|
|
10153
10185
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart);
|
|
10154
10186
|
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd);
|
|
10155
10187
|
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--m-secondary--Color);
|
|
10188
|
+
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--BackgroundColor);
|
|
10156
10189
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--BorderColor);
|
|
10157
10190
|
--pf-v6-c-menu-toggle--BorderRadius: var(--pf-v6-c-menu-toggle--m-secondary--BorderRadius);
|
|
10158
10191
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover--Color);
|
|
10159
10192
|
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth);
|
|
10160
10193
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor);
|
|
10161
10194
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded--Color);
|
|
10195
|
+
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor);
|
|
10162
10196
|
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth);
|
|
10163
10197
|
--pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover__toggle-icon--Color);
|
|
10164
10198
|
--pf-v6-c-menu-toggle--expanded__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded__toggle-icon--Color);
|
|
@@ -11002,7 +11036,7 @@ ul.pf-v6-c-list {
|
|
|
11002
11036
|
line-height: var(--pf-v6-c-nav__link--LineHeight, inherit);
|
|
11003
11037
|
color: var(--pf-v6-c-nav__link--Color);
|
|
11004
11038
|
text-align: start;
|
|
11005
|
-
text-decoration: none;
|
|
11039
|
+
text-decoration-line: none;
|
|
11006
11040
|
background-color: var(--pf-v6-c-nav__link--BackgroundColor);
|
|
11007
11041
|
border: none;
|
|
11008
11042
|
border-radius: var(--pf-v6-c-nav__link--BorderRadius);
|
|
@@ -13200,7 +13234,8 @@ ul.pf-v6-c-list {
|
|
|
13200
13234
|
.pf-v6-c-progress-stepper__step-title.pf-m-help-text {
|
|
13201
13235
|
padding-inline-start: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineStart);
|
|
13202
13236
|
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)
|
|
13237
|
+
text-decoration-line: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine);
|
|
13238
|
+
text-decoration-style: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle);
|
|
13204
13239
|
text-underline-offset: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
|
|
13205
13240
|
cursor: pointer;
|
|
13206
13241
|
}
|
|
@@ -13953,7 +13988,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13953
13988
|
font-size: var(--pf-v6-c-simple-list__item-link--FontSize);
|
|
13954
13989
|
color: var(--pf-v6-c-simple-list__item-link--Color);
|
|
13955
13990
|
text-align: start;
|
|
13956
|
-
text-decoration: none;
|
|
13991
|
+
text-decoration-line: none;
|
|
13957
13992
|
background-color: var(--pf-v6-c-simple-list__item-link--BackgroundColor);
|
|
13958
13993
|
border: none;
|
|
13959
13994
|
border-radius: var(--pf-v6-c-simple-list__item-link--BorderRadius);
|
|
@@ -13966,7 +14001,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13966
14001
|
.pf-v6-c-simple-list__item-link:is(:hover, :focus) {
|
|
13967
14002
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--hover--BackgroundColor);
|
|
13968
14003
|
--pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--hover--Color);
|
|
13969
|
-
text-decoration: none;
|
|
14004
|
+
text-decoration-line: none;
|
|
13970
14005
|
}
|
|
13971
14006
|
.pf-v6-c-simple-list__item-link.pf-m-current {
|
|
13972
14007
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--m-current--BackgroundColor);
|
|
@@ -18478,7 +18513,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18478
18513
|
padding-inline-end: var(--pf-v6-c-tabs__link--PaddingInlineEnd);
|
|
18479
18514
|
font-size: var(--pf-v6-c-tabs__link--FontSize);
|
|
18480
18515
|
color: var(--pf-v6-c-tabs__link--Color);
|
|
18481
|
-
text-decoration: none;
|
|
18516
|
+
text-decoration-line: none;
|
|
18482
18517
|
background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
|
|
18483
18518
|
border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
|
|
18484
18519
|
}
|
|
@@ -19118,7 +19153,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19118
19153
|
}
|
|
19119
19154
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
19120
19155
|
--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)
|
|
19156
|
+
text-decoration-line: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine);
|
|
19157
|
+
text-decoration-style: var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
19122
19158
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
19123
19159
|
cursor: pointer;
|
|
19124
19160
|
}
|
|
@@ -19331,7 +19367,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19331
19367
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--hover--BackgroundColor);
|
|
19332
19368
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--hover--ZIndex);
|
|
19333
19369
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--hover--before--BorderColor);
|
|
19334
|
-
text-decoration: none;
|
|
19370
|
+
text-decoration-line: none;
|
|
19335
19371
|
}
|
|
19336
19372
|
.pf-v6-c-toggle-group__button.pf-m-selected {
|
|
19337
19373
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--m-selected--BackgroundColor);
|
|
@@ -22282,7 +22318,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
22282
22318
|
padding-inline: 0;
|
|
22283
22319
|
color: var(--pf-v6-c-wizard__nav-link--Color);
|
|
22284
22320
|
text-align: start;
|
|
22285
|
-
text-decoration: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
22321
|
+
text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
22286
22322
|
word-break: break-word;
|
|
22287
22323
|
counter-increment: wizard-nav-count;
|
|
22288
22324
|
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. |
|
|
@@ -417,8 +417,8 @@ This component provides the basic chrome for a page, including sidebar and main
|
|
|
417
417
|
| `.pf-m-page-insets` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body padding/inset to visually match padding of page elements. |
|
|
418
418
|
| `.pf-m-context-selector` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body to contain a context selector. |
|
|
419
419
|
| `.pf-m-inset-none` | `.pf-v6-c-page__sidebar-body` | Removes a sidebar body left/right inset. |
|
|
420
|
-
| `.pf-m-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Modifies the main page section to add padding back in at an optional [breakpoint](/
|
|
421
|
-
| `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/
|
|
420
|
+
| `.pf-m-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Modifies the main page section to add padding back in at an optional [breakpoint](/tokens/all-patternfly-tokens). Should be used with pf-m-no-padding. |
|
|
421
|
+
| `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
422
422
|
| `.pf-m-fill` | `.pf-v6-c-page__main-container`, `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element to grow to fill the available space. Note that `.pf-v6-c-page__main-container` must also have `.pf-m-fill` applied in order for the section to have space to stretch to full height.|
|
|
423
423
|
| `.pf-m-no-fill` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element not to grow to fill the available vertical space. |
|
|
424
424
|
| `.pf-m-limit-width` | `.pf-v6-c-page__main-section` | Modifies a page section to limit the `max-width` of the content inside. |
|
|
@@ -1113,13 +1113,13 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1113
1113
|
| `.pf-v6-c-pagination__nav` | `<nav>` | Initiates pagination nav. |
|
|
1114
1114
|
| `.pf-v6-c-pagination__nav-control` | `<div>` | Initiates pagination nav control. |
|
|
1115
1115
|
| `.pf-v6-c-pagination__nav-page-select` | `<div>` | Initiates pagination nav page select. |
|
|
1116
|
-
| `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/
|
|
1117
|
-
| `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/
|
|
1116
|
+
| `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
1117
|
+
| `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
1118
1118
|
| `.pf-m-bottom` | `.pf-v6-c-pagination` | Modifies for bottom pagination component styles. |
|
|
1119
1119
|
| `.pf-m-compact` | `.pf-v6-c-pagination` | Modifies for compact pagination component styles. |
|
|
1120
1120
|
| `.pf-m-static` | `.pf-v6-c-pagination.pf-m-bottom` | Modifies bottom pagination to not be positioned sticky on summary. |
|
|
1121
1121
|
| `.pf-m-sticky` | `.pf-v6-c-pagination` | Modifies the pagination to be sticky to its container. It will be sticky to the top of the container by default, and sticky to the bottom of the container when applied to `.pf-v6-c-pagination.pf-m-bottom`. |
|
|
1122
|
-
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/
|
|
1122
|
+
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
1123
1123
|
| `.pf-m-page-insets` | `.pf-v6-c-pagination` | Modifies the pagination component padding/inset to visually match padding of page elements. |
|
|
1124
1124
|
| `.pf-m-first` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the first page button. |
|
|
1125
1125
|
| `.pf-m-prev` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the previous page button. |
|
|
@@ -933,8 +933,8 @@ Steps can be modified with `.pf-m-success`, `.pf-m-warning`, `.pf-m-danger`, `.p
|
|
|
933
933
|
| `.progress-stepper__step-title` | `<div>`, `<button>` | Contains the title of the step. **Note:** the step title is a `<button>` when it has `.pf-m-help-text` and is used to trigger a popover with help text. |
|
|
934
934
|
| `.progress-stepper__step-description` | `<div>` | Contains the description of the step. |
|
|
935
935
|
| `.pf-m-center`| `.pf-v6-c-progress-stepper` | Modifies to center each step. |
|
|
936
|
-
| `.pf-m-vertical{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper vertical layout at optional [breakpoint](/
|
|
937
|
-
| `.pf-m-horizontal{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper horizontal layout at optional [breakpoint](/
|
|
936
|
+
| `.pf-m-vertical{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper vertical layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
937
|
+
| `.pf-m-horizontal{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper horizontal layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
938
938
|
| `.pf-m-compact`| `.pf-v6-c-progress-stepper` | Modifies for compact styling. |
|
|
939
939
|
| `.pf-m-success`| `.pf-v6-c-progress-stepper__step` | Modifies for success styling. |
|
|
940
940
|
| `.pf-m-warning`| `.pf-v6-c-progress-stepper__step` | Modifies for warning styling. |
|
|
@@ -265,6 +265,6 @@ cssPrefix: pf-v6-c-sidebar
|
|
|
265
265
|
| `.pf-m-panel-right` | `.pf-v6-c-sidebar` | Modifies the sidebar to place the panel to the right of the content. |
|
|
266
266
|
| `.pf-m-sticky` | `.pf-v6-c-sidebar__panel` | Modifies the panel to be sticky to the top of the layout. |
|
|
267
267
|
| `.pf-m-static` | `.pf-v6-c-sidebar__panel` | Modifies the panel to be positioned statically. |
|
|
268
|
-
| `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/
|
|
268
|
+
| `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** does not apply when the panel is stacked on top of the content. |
|
|
269
269
|
| `.pf-m-no-background` | `.pf-v6-c-sidebar`, `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Modifies the element to have a transparent background. |
|
|
270
270
|
| `.pf-m-secondary` | `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Modifies the element to have secondary styling. |
|
|
@@ -136,7 +136,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
136
136
|
|
|
137
137
|
| Class | Applied to | Outcome |
|
|
138
138
|
| -- | -- | -- |
|
|
139
|
-
| `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout at optional [breakpoint](/
|
|
139
|
+
| `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
140
140
|
| `.pf-m-grid` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout. This approach requires JavaScript to set this class at some prescribed viewport width value. |
|
|
141
141
|
|
|
142
142
|
## Sortable
|
|
@@ -15516,8 +15516,8 @@ Width modifiers control the width of the columns. To control the responsive beha
|
|
|
15516
15516
|
|
|
15517
15517
|
| Class | Applied to | Outcome |
|
|
15518
15518
|
| -- | -- | -- |
|
|
15519
|
-
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Hides a table cell at optional [breakpoint](/
|
|
15520
|
-
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Shows a table cell at optional [breakpoint](/
|
|
15519
|
+
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Hides a table cell at optional [breakpoint](/tokens/all-patternfly-tokens), or hides it at all breakpoints with `.pf-m-hidden`. **Note: Needs to apply to all cells in the column you want to hide.** |
|
|
15520
|
+
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Shows a table cell at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
15521
15521
|
|
|
15522
15522
|
## Text control modifiers
|
|
15523
15523
|
|
|
@@ -9136,11 +9136,11 @@ Whenever a list of tabs is unique on the current page, it can be used in a `<nav
|
|
|
9136
9136
|
| `.pf-m-action` | `.pf-v6-c-tabs__item` | Indicates that a tab item contains actions other than the tab link. |
|
|
9137
9137
|
| `.pf-m-overflow` | `.pf-v6-c-tabs__item` | Applies overflow menu styling to a tab item. |
|
|
9138
9138
|
| `.pf-m-expanded` | `.pf-v6-c-tabs__item` | Applies expanded styling to the overflow menu tab item. |
|
|
9139
|
-
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[md, lg, xl, 2xl]}` | `.pf-v6-c-tabs` | Modifies tabs horizontal padding at optional [breakpoint](/
|
|
9139
|
+
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[md, lg, xl, 2xl]}` | `.pf-v6-c-tabs` | Modifies tabs horizontal padding at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
9140
9140
|
| `.pf-m-page-insets` | `.pf-v6-c-tabs` | Modifies the tabs component padding/inset to visually match padding of page elements. |
|
|
9141
9141
|
| `.pf-m-secondary` | `.pf-v6-c-tabs.pf-m-box` | Modifies the tabs component tab background colors for the box variant. |
|
|
9142
|
-
| `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be expandable via a toggle at optional [breakpoint](/
|
|
9143
|
-
| `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be non-expandable at optional [breakpoint](/
|
|
9142
|
+
| `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be expandable via a toggle at optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** works with vertical tabs only. |
|
|
9143
|
+
| `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be non-expandable at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
9144
9144
|
| `.pf-m-expanded` | `.pf-v6-c-tabs` | Modifies the expandable tabs component for the expanded state. |
|
|
9145
9145
|
| `.pf-m-disabled` | `a.pf-v6-c-tabs__link` | Modifies a tabs link for disabled styles. |
|
|
9146
9146
|
| `.pf-m-aria-disabled` | `.pf-v6-c-tabs__link` | Modifies a tabs link for disabled styles, but is still hoverable/focusable. |
|