@patternfly/react-styles 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/CHANGELOG.md +53 -0
- package/css/components/Alert/alert-group.css +50 -7
- package/css/components/Banner/banner.css +2 -2
- package/css/components/Breadcrumb/breadcrumb.css +3 -2
- package/css/components/Button/button.css +38 -2
- package/css/components/Button/button.d.ts +1 -0
- package/css/components/Button/button.js +1 -0
- package/css/components/Button/button.mjs +1 -0
- package/css/components/Card/card.css +17 -0
- package/css/components/Card/card.d.ts +1 -0
- package/css/components/Card/card.js +1 -0
- package/css/components/Card/card.mjs +1 -0
- package/css/components/Content/content.css +2 -1
- package/css/components/DescriptionList/description-list.css +3 -2
- package/css/components/Drawer/drawer.css +3 -1
- package/css/components/Form/form.css +3 -6
- package/css/components/HelperText/helper-text.css +13 -0
- package/css/components/JumpLinks/jump-links.css +1 -1
- package/css/components/Label/label.css +3 -2
- package/css/components/Masthead/masthead.css +1 -1
- package/css/components/Menu/menu.css +11 -3
- package/css/components/MenuToggle/menu-toggle.css +47 -0
- package/css/components/Nav/nav.css +46 -13
- package/css/components/Page/page.css +16 -1
- package/css/components/Popover/popover.css +2 -0
- package/css/components/Progress/progress.css +3 -0
- package/css/components/ProgressStepper/progress-stepper.css +2 -1
- package/css/components/SimpleList/simple-list.css +2 -2
- package/css/components/Tabs/tabs.css +1 -1
- package/css/components/Timestamp/timestamp.css +2 -1
- package/css/components/ToggleGroup/toggle-group.css +1 -1
- package/css/components/Toolbar/toolbar.css +6 -1
- package/css/components/Toolbar/toolbar.d.ts +1 -0
- package/css/components/Toolbar/toolbar.js +1 -0
- package/css/components/Toolbar/toolbar.mjs +1 -0
- package/css/components/Wizard/wizard.css +1 -1
- package/css/components/_index.css +278 -52
- package/css/components/_index.d.ts +2 -1
- package/css/components/_index.js +2 -1
- package/css/components/_index.mjs +2 -1
- package/css/docs/components/Toolbar/examples/Toolbar.css +3 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,59 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [6.2.0-prerelease.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.9...@patternfly/react-styles@6.2.0-prerelease.10) (2025-03-11)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.19 ([#11642](https://github.com/patternfly/patternfly-react/issues/11642)) ([420232c](https://github.com/patternfly/patternfly-react/commit/420232c5172a26c7921ac43469c8910d31c932b2))
|
11
|
+
|
12
|
+
# [6.2.0-prerelease.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.8...@patternfly/react-styles@6.2.0-prerelease.9) (2025-03-10)
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.16 ([#11629](https://github.com/patternfly/patternfly-react/issues/11629)) ([920e709](https://github.com/patternfly/patternfly-react/commit/920e70953ee536cadeb2604e1f323d6d0e71451c))
|
17
|
+
|
18
|
+
# [6.2.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.7...@patternfly/react-styles@6.2.0-prerelease.8) (2025-03-06)
|
19
|
+
|
20
|
+
### Bug Fixes
|
21
|
+
|
22
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.15 ([#11615](https://github.com/patternfly/patternfly-react/issues/11615)) ([49f3f70](https://github.com/patternfly/patternfly-react/commit/49f3f70f44717f156df542c2d6b9facad1caeff4))
|
23
|
+
|
24
|
+
# [6.2.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.6...@patternfly/react-styles@6.2.0-prerelease.7) (2025-03-05)
|
25
|
+
|
26
|
+
### Bug Fixes
|
27
|
+
|
28
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.14 ([#11609](https://github.com/patternfly/patternfly-react/issues/11609)) ([f8af65a](https://github.com/patternfly/patternfly-react/commit/f8af65a09409331bfea6c5818c333457b35fe84b))
|
29
|
+
|
30
|
+
# [6.2.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.5...@patternfly/react-styles@6.2.0-prerelease.6) (2025-02-27)
|
31
|
+
|
32
|
+
### Bug Fixes
|
33
|
+
|
34
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.11 ([#11565](https://github.com/patternfly/patternfly-react/issues/11565)) ([f8832f1](https://github.com/patternfly/patternfly-react/commit/f8832f1b5abd0b62c61905eaeea0584daeb0a650))
|
35
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.12 ([#11571](https://github.com/patternfly/patternfly-react/issues/11571)) ([df1322d](https://github.com/patternfly/patternfly-react/commit/df1322d1550f8a83a227534a670547895457d959))
|
36
|
+
|
37
|
+
# [6.2.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.4...@patternfly/react-styles@6.2.0-prerelease.5) (2025-02-24)
|
38
|
+
|
39
|
+
### Bug Fixes
|
40
|
+
|
41
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.9 ([#11550](https://github.com/patternfly/patternfly-react/issues/11550)) ([e4c7d8d](https://github.com/patternfly/patternfly-react/commit/e4c7d8d3cdf474c9e477091c0867dccbdd17d1f7))
|
42
|
+
|
43
|
+
# [6.2.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.3...@patternfly/react-styles@6.2.0-prerelease.4) (2025-02-20)
|
44
|
+
|
45
|
+
### Bug Fixes
|
46
|
+
|
47
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.7 ([#11543](https://github.com/patternfly/patternfly-react/issues/11543)) ([1779da2](https://github.com/patternfly/patternfly-react/commit/1779da23c863dfc7637ad68d3e266253d77569e9))
|
48
|
+
|
49
|
+
# [6.2.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.2...@patternfly/react-styles@6.2.0-prerelease.3) (2025-02-14)
|
50
|
+
|
51
|
+
### Bug Fixes
|
52
|
+
|
53
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.4 ([#11525](https://github.com/patternfly/patternfly-react/issues/11525)) ([04daac6](https://github.com/patternfly/patternfly-react/commit/04daac6234bf7b85bdf663e4e9cb1093a16b9f44))
|
54
|
+
|
55
|
+
# [6.2.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.1...@patternfly/react-styles@6.2.0-prerelease.2) (2025-01-23)
|
56
|
+
|
57
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
58
|
+
|
6
59
|
# [6.2.0-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.0...@patternfly/react-styles@6.2.0-prerelease.1) (2025-01-21)
|
7
60
|
|
8
61
|
### Bug Fixes
|
@@ -4,6 +4,48 @@
|
|
4
4
|
--pf-v6-c-alert-group--m-toast--InsetInlineEnd: var(--pf-t--global--spacer--xl);
|
5
5
|
--pf-v6-c-alert-group--m-toast--MaxWidth: 37.5rem;
|
6
6
|
--pf-v6-c-alert-group--m-toast--ZIndex: var(--pf-t--global--z-index--2xl);
|
7
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--opacity--default: var(--pf-t--global--motion--duration--fade--default);
|
8
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--opacity--default: var(--pf-t--global--motion--timing-function--decelerate);
|
9
|
+
--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default: var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--opacity--default)
|
10
|
+
var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--opacity--default)
|
11
|
+
0s;
|
12
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--opacity: var(--pf-t--global--motion--duration--fade--default);
|
13
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--opacity: var(--pf-t--global--motion--timing-function--decelerate);
|
14
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDelay--opacity: var(--pf-t--global--motion--delay--none);
|
15
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-in--default);
|
16
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--decelerate);
|
17
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDelay--transform: var(--pf-t--global--motion--delay--none);
|
18
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--grid-template-rows: var(--pf-t--global--motion--duration--slide-in--default);
|
19
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--grid-template-rows: var(--pf-t--global--motion--timing-function--decelerate);
|
20
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionDuration--margin-block: var(--pf-t--global--motion--duration--slide-in--default);
|
21
|
+
--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--margin-block: var(--pf-t--global--motion--timing-function--decelerate);
|
22
|
+
--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--default);
|
23
|
+
--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
24
|
+
--pf-v6-c-alert-group--m-toast__item--c-alert--Transition: all
|
25
|
+
var(--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionDuration)
|
26
|
+
var(--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionTimingFunction)
|
27
|
+
0s;
|
28
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity--default: var(--pf-t--global--motion--duration--fade--default);
|
29
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity--default: var(--pf-t--global--motion--timing-function--accelerate);
|
30
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows--default: var(--pf-t--global--motion--duration--fade--default);
|
31
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block--default: var(--pf-t--global--motion--duration--fade--default);
|
32
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDelay--default: var(--pf-t--global--motion--duration--fade--default);
|
33
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-out--short);
|
34
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--accelerate);
|
35
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity: var(--pf-t--global--motion--duration--slide-out--short);
|
36
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity: var(--pf-t--global--motion--timing-function--accelerate);
|
37
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--margin-block: var(--pf-t--global--motion--duration--fade--short);
|
38
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--margin-block: var(--pf-t--global--motion--timing-function--accelerate);
|
39
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block: var(--pf-t--global--motion--duration--slide-out--short);
|
40
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--grid-template-rows: var(--pf-t--global--motion--duration--slide-in--short);
|
41
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--grid-template-rows: var(--pf-t--global--motion--timing-function--accelerate);
|
42
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows: var(--pf-t--global--motion--duration--slide-out--short);
|
43
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDuration: var(--pf-t--global--motion--duration--slide-out--short);
|
44
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate);
|
45
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--Transition: all
|
46
|
+
var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDuration)
|
47
|
+
var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionTimingFunction)
|
48
|
+
var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDuration);
|
7
49
|
--pf-v6-c-alert-group__overflow-button--BorderWidth: 0;
|
8
50
|
--pf-v6-c-alert-group__overflow-button--BorderRadius: var(--pf-t--global--border--radius--medium);
|
9
51
|
--pf-v6-c-alert-group__overflow-button--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
@@ -52,15 +94,15 @@
|
|
52
94
|
display: grid;
|
53
95
|
grid-template-rows: 1fr;
|
54
96
|
opacity: 1;
|
55
|
-
transition: opacity var(--pf-
|
97
|
+
transition: opacity var(--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default);
|
56
98
|
transform: translateX(0) translateY(0);
|
57
99
|
}
|
58
100
|
@media screen and (prefers-reduced-motion: no-preference) {
|
59
101
|
.pf-v6-c-alert-group__item {
|
60
|
-
transition: opacity var(--pf-
|
102
|
+
transition: opacity var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--opacity) var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--opacity) var(--pf-v6-c-alert-group--m-toast__item--TransitionDelay--opacity), transform var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--transform) var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--transform) var(--pf-v6-c-alert-group--m-toast__item--TransitionDelay--transform), grid-template-rows var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--grid-template-rows) var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--grid-template-rows), margin-block var(--pf-v6-c-alert-group--m-toast__item--TransitionDuration--margin-block) var(--pf-v6-c-alert-group--m-toast__item--TransitionTimingFunction--margin-block);
|
61
103
|
}
|
62
104
|
.pf-v6-c-alert-group__item .pf-v6-c-alert {
|
63
|
-
transition:
|
105
|
+
transition: var(--pf-v6-c-alert-group--m-toast__item--c-alert--Transition);
|
64
106
|
}
|
65
107
|
}
|
66
108
|
.pf-v6-c-alert-group__item.pf-m-offstage-top {
|
@@ -81,21 +123,22 @@
|
|
81
123
|
margin-block: 0;
|
82
124
|
overflow: hidden;
|
83
125
|
opacity: 0;
|
84
|
-
transition:
|
85
|
-
transform: translateX(100%);
|
126
|
+
transition: grid-template-rows 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows--default), margin-block 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block--default), opacity var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity--default) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity--default);
|
86
127
|
}
|
87
128
|
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
88
129
|
min-height: 0;
|
89
130
|
padding-block-start: 0;
|
90
131
|
padding-block-end: 0;
|
91
132
|
border-width: 0;
|
133
|
+
transition: all 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDelay--default);
|
92
134
|
}
|
93
135
|
@media screen and (prefers-reduced-motion: no-preference) {
|
94
136
|
.pf-v6-c-alert-group__item.pf-m-offstage-right {
|
95
|
-
transition: transform var(--pf-
|
137
|
+
transition: transform var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--transform) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--transform), opacity var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity), margin-block var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--margin-block) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--margin-block) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block), grid-template-rows var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--grid-template-rows) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--grid-template-rows) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows);
|
138
|
+
transform: translateX(100%);
|
96
139
|
}
|
97
140
|
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
98
|
-
transition:
|
141
|
+
transition: var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--Transition);
|
99
142
|
}
|
100
143
|
}
|
101
144
|
.pf-v6-c-alert-group__item:hover {
|
@@ -119,7 +119,7 @@
|
|
119
119
|
}
|
120
120
|
.pf-v6-c-banner a {
|
121
121
|
color: var(--pf-v6-c-banner--link--Color);
|
122
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
122
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
123
123
|
}
|
124
124
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
125
125
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
@@ -132,7 +132,7 @@
|
|
132
132
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-banner--link--Color);
|
133
133
|
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
134
134
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
135
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
135
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
136
136
|
}
|
137
137
|
.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 {
|
138
138
|
cursor: not-allowed;
|
@@ -65,7 +65,8 @@
|
|
65
65
|
font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
|
66
66
|
line-height: inherit;
|
67
67
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
68
|
-
text-decoration: var(--pf-v6-c-breadcrumb__link--TextDecorationLine)
|
68
|
+
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
69
|
+
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
69
70
|
word-break: break-word;
|
70
71
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
71
72
|
}
|
@@ -79,7 +80,7 @@
|
|
79
80
|
}
|
80
81
|
.pf-v6-c-breadcrumb__link.pf-m-current, .pf-v6-c-breadcrumb__link.pf-m-current:is(:hover, :focus) {
|
81
82
|
color: var(--pf-v6-c-breadcrumb__link--m-current--Color);
|
82
|
-
text-decoration: none;
|
83
|
+
text-decoration-line: none;
|
83
84
|
}
|
84
85
|
button.pf-v6-c-breadcrumb__link {
|
85
86
|
border: none;
|
@@ -18,6 +18,7 @@
|
|
18
18
|
--pf-v6-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
19
19
|
--pf-v6-c-button--TextDecorationLine: none;
|
20
20
|
--pf-v6-c-button--TextDecorationStyle: none;
|
21
|
+
--pf-v6-c-button--TextDecorationColor: currentcolor;
|
21
22
|
--pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
22
23
|
--pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
23
24
|
--pf-v6-c-button--TransitionProperty: color, background-color, border-width, border-color, padding;
|
@@ -26,6 +27,7 @@
|
|
26
27
|
--pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
27
28
|
--pf-v6-c-button--hover--TextDecorationLine: none;
|
28
29
|
--pf-v6-c-button--hover--TextDecorationStyle: none;
|
30
|
+
--pf-v6-c-button--hover--TextDecorationColor: currentcolor;
|
29
31
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
30
32
|
--pf-v6-c-button--m-clicked--BorderColor: transparent;
|
31
33
|
--pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
@@ -110,6 +112,12 @@
|
|
110
112
|
--pf-v6-c-button--span--m-link--m-inline--Display: inline;
|
111
113
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-start--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
|
112
114
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
115
|
+
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-t--global--text--color--brand--default);
|
116
|
+
--pf-v6-c-button--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
|
117
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: currentcolor;
|
118
|
+
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
119
|
+
--pf-v6-c-button--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
|
120
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: currentcolor;
|
113
121
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
114
122
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
115
123
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
@@ -217,6 +225,7 @@
|
|
217
225
|
--pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--compact);
|
218
226
|
--pf-v6-c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
219
227
|
--pf-v6-c-button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
228
|
+
--pf-v6-c-button--disabled--TextDecorationColor: currentcolor;
|
220
229
|
--pf-v6-c-button--disabled--BorderColor: transparent;
|
221
230
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
222
231
|
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular);
|
@@ -226,6 +235,8 @@
|
|
226
235
|
--pf-v6-c-button__icon--MarginInlineEnd: 0;
|
227
236
|
--pf-v6-c-button__icon--m-start--MarginInlineEnd: 0;
|
228
237
|
--pf-v6-c-button__icon--m-end--MarginInlineStart: 0;
|
238
|
+
--pf-v6-c-button--m-notify__icon--AnimationDuration--notify: var(--pf-t--global--motion--duration--3xl);
|
239
|
+
--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify: var(--pf-t--global--motion--timing-function--default);
|
229
240
|
--pf-v6-c-button__progress--width: calc(var(--pf-t--global--icon--size--lg) + var(--pf-t--global--spacer--sm));
|
230
241
|
--pf-v6-c-button__progress--Opacity: 0;
|
231
242
|
--pf-v6-c-button__progress--TranslateY: -50%;
|
@@ -261,7 +272,9 @@
|
|
261
272
|
line-height: var(--pf-v6-c-button--LineHeight, inherit);
|
262
273
|
color: var(--pf-v6-c-button--Color);
|
263
274
|
text-align: center;
|
264
|
-
text-decoration: var(--pf-v6-c-button--TextDecorationLine)
|
275
|
+
text-decoration-line: var(--pf-v6-c-button--TextDecorationLine);
|
276
|
+
text-decoration-style: var(--pf-v6-c-button--TextDecorationStyle);
|
277
|
+
text-decoration-color: var(--pf-v6-c-button--TextDecorationColor);
|
265
278
|
white-space: nowrap;
|
266
279
|
cursor: pointer;
|
267
280
|
user-select: none;
|
@@ -374,6 +387,12 @@
|
|
374
387
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
375
388
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-button--m-link--m-inline--disabled--Color);
|
376
389
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-v6-c-button--m-link--m-inline--disabled__icon--Color);
|
390
|
+
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-button--m-link--m-inline--Color);
|
391
|
+
--pf-v6-c-button--m-link__icon--Color: var(--pf-v6-c-button--m-link--m-inline__icon--Color);
|
392
|
+
--pf-v6-c-button--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--TextDecorationColor);
|
393
|
+
--pf-v6-c-button--hover--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor);
|
394
|
+
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-button--m-link--m-inline--hover--Color);
|
395
|
+
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
377
396
|
text-align: start;
|
378
397
|
white-space: normal;
|
379
398
|
outline-offset: 0.125rem;
|
@@ -534,7 +553,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
534
553
|
--pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--hover--BorderWidth);
|
535
554
|
--pf-v6-c-button--m-plain--m-no-padding__icon--Color: var(--pf-v6-c-button--m-plain--m-no-padding--hover__icon--Color);
|
536
555
|
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--hover__icon--Color);
|
537
|
-
text-decoration: var(--pf-v6-c-button--hover--TextDecorationLine)
|
556
|
+
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
557
|
+
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
558
|
+
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
538
559
|
}
|
539
560
|
.pf-v6-c-button.pf-m-clicked {
|
540
561
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
@@ -548,6 +569,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
548
569
|
}
|
549
570
|
.pf-v6-c-button:disabled, .pf-v6-c-button.pf-m-disabled, .pf-v6-c-button.pf-m-aria-disabled {
|
550
571
|
color: var(--pf-v6-c-button--disabled--Color);
|
572
|
+
text-decoration-color: var(--pf-v6-c-button--disabled--TextDecorationColor);
|
551
573
|
background-color: var(--pf-v6-c-button--disabled--BackgroundColor);
|
552
574
|
}
|
553
575
|
.pf-v6-c-button:disabled::after, .pf-v6-c-button.pf-m-disabled::after, .pf-v6-c-button.pf-m-aria-disabled::after {
|
@@ -579,6 +601,11 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
579
601
|
.pf-v6-c-button.pf-m-in-progress.pf-m-plain > :not(.pf-v6-c-button__progress) {
|
580
602
|
opacity: 0;
|
581
603
|
}
|
604
|
+
.pf-v6-c-button.pf-m-notify .pf-v6-c-button__icon {
|
605
|
+
animation-name: pf-v6-c-button-icon-notify;
|
606
|
+
animation-duration: var(--pf-v6-c-button--m-notify__icon--AnimationDuration--notify);
|
607
|
+
animation-timing-function: var(--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify);
|
608
|
+
}
|
582
609
|
|
583
610
|
.pf-v6-c-button__icon {
|
584
611
|
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
@@ -607,4 +634,13 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
607
634
|
.pf-v6-c-button__count {
|
608
635
|
display: inline-flex;
|
609
636
|
align-items: center;
|
637
|
+
}
|
638
|
+
|
639
|
+
@keyframes pf-v6-c-button-icon-notify {
|
640
|
+
33% {
|
641
|
+
transform: rotate(30deg);
|
642
|
+
}
|
643
|
+
66% {
|
644
|
+
transform: rotate(-60deg);
|
645
|
+
}
|
610
646
|
}
|
@@ -23,6 +23,8 @@
|
|
23
23
|
--pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
24
24
|
--pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
25
25
|
--pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
26
|
+
--pf-v6-c-card__header--m-wrap--RowGap: var(--pf-t--global--spacer--sm);
|
27
|
+
--pf-v6-c-card__header--m-wrap--ColumnGap: var(--pf-t--global--spacer--md);
|
26
28
|
--pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
27
29
|
--pf-v6-c-card__header-toggle--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
|
28
30
|
--pf-v6-c-card__header-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
@@ -186,6 +188,21 @@
|
|
186
188
|
.pf-v6-c-card__header.pf-m-toggle-right .pf-v6-c-card__header-toggle {
|
187
189
|
order: 2;
|
188
190
|
}
|
191
|
+
.pf-v6-c-card__header.pf-m-wrap {
|
192
|
+
--pf-v6-c-card__actions--PaddingInlineStart: 0;
|
193
|
+
gap: var(--pf-v6-c-card__header--m-wrap--RowGap) var(--pf-v6-c-card__header--m-wrap--ColumnGap);
|
194
|
+
}
|
195
|
+
.pf-v6-c-card__header.pf-m-wrap,
|
196
|
+
.pf-v6-c-card__header.pf-m-wrap .pf-v6-c-card__actions {
|
197
|
+
flex-wrap: wrap;
|
198
|
+
row-gap: var(--pf-v6-c-card__header--m-wrap--RowGap);
|
199
|
+
}
|
200
|
+
.pf-v6-c-card__header.pf-m-wrap .pf-v6-c-card__actions {
|
201
|
+
margin-inline-start: 0;
|
202
|
+
}
|
203
|
+
.pf-v6-c-card__header.pf-m-wrap .pf-v6-c-card__actions + * {
|
204
|
+
margin-inline-end: auto;
|
205
|
+
}
|
189
206
|
|
190
207
|
.pf-v6-c-card__header-main {
|
191
208
|
flex-grow: 1;
|
@@ -83,7 +83,8 @@
|
|
83
83
|
|
84
84
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a) {
|
85
85
|
color: var(--pf-v6-c-content--a--Color);
|
86
|
-
text-decoration: var(--pf-v6-c-content--a--TextDecorationLine)
|
86
|
+
text-decoration-line: var(--pf-v6-c-content--a--TextDecorationLine);
|
87
|
+
text-decoration-style: var(--pf-v6-c-content--a--TextDecorationStyle);
|
87
88
|
}
|
88
89
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a):is(:hover, :focus) {
|
89
90
|
--pf-v6-c-content--a--Color: var(--pf-v6-c-content--a--hover--Color);
|
@@ -14,7 +14,7 @@
|
|
14
14
|
--pf-v6-c-description-list__term--Display: inline;
|
15
15
|
--pf-v6-c-description-list__term--sm--Display: flex;
|
16
16
|
--pf-v6-c-description-list__term--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
17
|
-
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--
|
17
|
+
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--default);
|
18
18
|
--pf-v6-c-description-list__term--LineHeight: var(--pf-t--global--font--line-height--body);
|
19
19
|
--pf-v6-c-description-list__term-icon--MinWidth: var(--pf-t--global--font--size--body--sm);
|
20
20
|
--pf-v6-c-description-list__term-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
@@ -196,7 +196,8 @@
|
|
196
196
|
min-width: 0;
|
197
197
|
}
|
198
198
|
.pf-v6-c-description-list__text.pf-m-help-text {
|
199
|
-
text-decoration: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine)
|
199
|
+
text-decoration-line: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine);
|
200
|
+
text-decoration-style: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationStyle);
|
200
201
|
text-underline-offset: var(--pf-v6-c-description-list__text--m-help-text--TextUnderlineOffset);
|
201
202
|
cursor: pointer;
|
202
203
|
}
|
@@ -15,7 +15,8 @@
|
|
15
15
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
16
16
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
17
17
|
--pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
18
|
-
--pf-v6-c-drawer__panel--
|
18
|
+
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
19
|
+
--pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
|
19
20
|
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
|
20
21
|
--pf-v6-c-drawer__panel--FlexBasis: 100%;
|
21
22
|
--pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
|
@@ -229,6 +230,7 @@
|
|
229
230
|
overflow: auto;
|
230
231
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
231
232
|
box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
|
233
|
+
transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
|
232
234
|
transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
|
233
235
|
transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
|
234
236
|
-webkit-overflow-scrolling: touch;
|
@@ -10,16 +10,16 @@
|
|
10
10
|
--pf-v6-c-form__group-label--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
11
11
|
--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart: 0;
|
12
12
|
--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)));
|
13
|
-
--pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--
|
13
|
+
--pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--default);
|
14
14
|
--pf-v6-c-form__label--LineHeight: var(--pf-t--global--font--line-height--body);
|
15
15
|
--pf-v6-c-form__label--m-disabled--Color: var(--pf-t--global--text--color--disabled);
|
16
16
|
--pf-v6-c-form__label--hover--Cursor: pointer;
|
17
17
|
--pf-v6-c-form__label--m-disabled--hover--Cursor: not-allowed;
|
18
18
|
--pf-v6-c-form__label-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
19
19
|
--pf-v6-c-form__label-required--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
20
|
-
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--
|
20
|
+
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--default);
|
21
21
|
--pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
|
22
|
-
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--
|
22
|
+
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--default);
|
23
23
|
--pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--horizontal);
|
24
24
|
--pf-v6-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
|
25
25
|
--pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
@@ -333,9 +333,6 @@
|
|
333
333
|
font-size: var(--pf-v6-c-form__label--FontSize);
|
334
334
|
line-height: var(--pf-v6-c-form__label--LineHeight);
|
335
335
|
}
|
336
|
-
.pf-v6-c-form__label::selection {
|
337
|
-
background-color: none;
|
338
|
-
}
|
339
336
|
.pf-v6-c-form__label:not(.pf-m-disabled):hover {
|
340
337
|
cursor: var(--pf-v6-c-form__label--hover--Cursor);
|
341
338
|
}
|
@@ -12,6 +12,8 @@
|
|
12
12
|
--pf-v6-c-helper-text__item-text--m-success--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
13
13
|
--pf-v6-c-helper-text__item-icon--m-error--Color: var(--pf-t--global--icon--color--status--danger--default);
|
14
14
|
--pf-v6-c-helper-text__item-text--m-error--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
15
|
+
--pf-v6-c-helper-text__item--m-error--TransitionDuration--Opacity: var(--pf-t--global--motion--duration--fade--default);
|
16
|
+
--pf-v6-c-helper-text__item--m-error--TransitionTimingFunction--Opacity: var(--pf-t--global--motion--timing-function--default);
|
15
17
|
--pf-v6-c-helper-text--m-dynamic__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
16
18
|
--pf-v6-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-t--global--icon--color--subtle);
|
17
19
|
--pf-v6-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-t--global--text--color--subtle);
|
@@ -56,6 +58,17 @@
|
|
56
58
|
--pf-v6-c-helper-text__item-text--FontWeight: var(--pf-v6-c-helper-text__item-text--m-error--FontWeight);
|
57
59
|
--pf-v6-c-helper-text__item-icon--Color: var(--pf-v6-c-helper-text__item-icon--m-error--Color);
|
58
60
|
--pf-v6-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v6-c-helper-text--m-dynamic--m-error__item-icon--Color);
|
61
|
+
animation-name: --pf-v6-c-helper-text-item-fade-in;
|
62
|
+
animation-duration: var(--pf-v6-c-helper-text__item--m-error--TransitionDuration--Opacity);
|
63
|
+
animation-timing-function: var(--pf-v6-c-helper-text__item--m-error--TransitionTimingFunction--Opacity);
|
64
|
+
}
|
65
|
+
@keyframes --pf-v6-c-helper-text-item-fade-in {
|
66
|
+
from {
|
67
|
+
opacity: 0;
|
68
|
+
}
|
69
|
+
to {
|
70
|
+
opacity: 1;
|
71
|
+
}
|
59
72
|
}
|
60
73
|
.pf-v6-c-helper-text__item.pf-m-dynamic {
|
61
74
|
--pf-v6-c-helper-text__item-icon--Color: var(--pf-v6-c-helper-text--m-dynamic__item-icon--Color);
|
@@ -186,7 +186,7 @@
|
|
186
186
|
padding-block-end: var(--pf-v6-c-jump-links__link--PaddingBlockEnd);
|
187
187
|
padding-inline-start: var(--pf-v6-c-jump-links__link--PaddingInlineStart);
|
188
188
|
padding-inline-end: var(--pf-v6-c-jump-links__link--PaddingInlineEnd);
|
189
|
-
text-decoration: none;
|
189
|
+
text-decoration-line: none;
|
190
190
|
outline-offset: var(--pf-v6-c-jump-links__link--OutlineOffset);
|
191
191
|
}
|
192
192
|
.pf-v6-c-jump-links__link:is(:hover, :focus) {
|
@@ -381,7 +381,8 @@
|
|
381
381
|
--pf-v6-c-label--m-editable--TextDecorationStyle: var(--pf-v6-c-label--m-editable--hover--TextDecorationStyle);
|
382
382
|
}
|
383
383
|
.pf-v6-c-label.pf-m-editable .pf-v6-c-label__text {
|
384
|
-
text-decoration: var(--pf-v6-c-label--m-editable--TextDecorationLine)
|
384
|
+
text-decoration-line: var(--pf-v6-c-label--m-editable--TextDecorationLine);
|
385
|
+
text-decoration-style: var(--pf-v6-c-label--m-editable--TextDecorationStyle);
|
385
386
|
text-underline-offset: var(--pf-v6-c-label--m-editable--TextUnderlineOffset);
|
386
387
|
}
|
387
388
|
.pf-v6-c-label.pf-m-editable-active {
|
@@ -414,7 +415,7 @@
|
|
414
415
|
--pf-v6-c-label__content--Cursor: var(--pf-v6-c-label--m-clickable__content--Cursor);
|
415
416
|
}
|
416
417
|
.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) {
|
417
|
-
text-decoration: none;
|
418
|
+
text-decoration-line: none;
|
418
419
|
}
|
419
420
|
.pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) {
|
420
421
|
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-clickable--hover--Color);
|
@@ -185,7 +185,7 @@
|
|
185
185
|
grid-column-end: -1;
|
186
186
|
row-gap: var(--pf-v6-c-masthead__content-RowGap, var(--pf-v6-c-masthead--RowGap));
|
187
187
|
column-gap: var(--pf-v6-c-masthead__content--ColumnGap, var(--pf-v6-c-masthead--ColumnGap));
|
188
|
-
align-self:
|
188
|
+
align-self: center;
|
189
189
|
order: var(--pf-v6-c-masthead__content--Order);
|
190
190
|
min-width: 0.25rem;
|
191
191
|
}
|
@@ -177,11 +177,20 @@
|
|
177
177
|
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled, .pf-m-aria-disabled, [aria-disabled=true]) {
|
178
178
|
--pf-v6-c-menu__item--Color: var(--pf-v6-c-menu__item--m-disabled--Color);
|
179
179
|
--pf-v6-c-menu__item-toggle-icon--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
180
|
-
--pf-v6-c-menu__item-external
|
180
|
+
--pf-v6-c-menu__item-external--Color: transparent;
|
181
|
+
--pf-v6-c-menu__item-select-icon--Color: transparent;
|
181
182
|
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
182
183
|
--pf-v6-c-menu__list-item--BackgroundColor: transparent;
|
184
|
+
--pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
|
185
|
+
}
|
186
|
+
.pf-v6-c-menu__list-item:is(.pf-m-disabled, :disabled),
|
187
|
+
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled) {
|
183
188
|
pointer-events: none;
|
184
189
|
}
|
190
|
+
.pf-v6-c-menu__list-item.pf-m-aria-disabled .pf-v6-c-menu__item,
|
191
|
+
.pf-v6-c-menu__item-action.pf-m-aria-disabled .pf-v6-c-menu__item {
|
192
|
+
cursor: default;
|
193
|
+
}
|
185
194
|
|
186
195
|
[class*=pf-v6-c-menu]:is([hidden]) {
|
187
196
|
display: none;
|
@@ -325,7 +334,6 @@
|
|
325
334
|
z-index: var(--pf-v6-c-menu--ZIndex);
|
326
335
|
margin-block-start: calc(var(--pf-v6-c-menu--RowGap) * -1);
|
327
336
|
margin-block-end: calc(var(--pf-v6-c-menu--RowGap) * -1);
|
328
|
-
overflow: hidden;
|
329
337
|
}
|
330
338
|
.pf-v6-c-menu.pf-m-scrollable .pf-v6-c-menu__list {
|
331
339
|
padding-block-start: var(--pf-v6-c-menu--RowGap);
|
@@ -429,7 +437,7 @@
|
|
429
437
|
line-height: var(--pf-v6-c-menu__item--LineHeight);
|
430
438
|
color: var(--pf-v6-c-menu__item--Color);
|
431
439
|
text-align: start;
|
432
|
-
text-decoration: none;
|
440
|
+
text-decoration-line: none;
|
433
441
|
background-color: var(--pf-v6-c-menu__item--BackgroundColor);
|
434
442
|
border: 0;
|
435
443
|
outline-offset: var(--pf-v6-c-menu--OutlineOffset);
|