@patternfly/react-styles 6.0.0-alpha.11 → 6.0.0-alpha.13
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/css/components/Accordion/accordion.css +1 -1
- package/css/components/Alert/alert.css +2 -0
- package/css/components/Breadcrumb/breadcrumb.css +9 -1
- package/css/components/Button/button.css +44 -46
- package/css/components/CalendarMonth/calendar-month.css +61 -92
- package/css/components/CalendarMonth/calendar-month.d.ts +2 -4
- package/css/components/CalendarMonth/calendar-month.js +2 -4
- package/css/components/CalendarMonth/calendar-month.mjs +2 -4
- package/css/components/CodeBlock/code-block.css +4 -0
- package/css/components/CodeEditor/code-editor.css +94 -72
- package/css/components/CodeEditor/code-editor.d.ts +4 -4
- package/css/components/CodeEditor/code-editor.js +4 -4
- package/css/components/CodeEditor/code-editor.mjs +4 -4
- package/css/components/DataList/data-list.css +1 -1
- package/css/components/DatePicker/date-picker.css +13 -14
- package/css/components/DatePicker/date-picker.d.ts +1 -2
- package/css/components/DatePicker/date-picker.js +1 -2
- package/css/components/DatePicker/date-picker.mjs +1 -2
- package/css/components/Divider/divider.css +8 -6
- package/css/components/DualListSelector/dual-list-selector.css +54 -51
- package/css/components/DualListSelector/dual-list-selector.d.ts +1 -2
- package/css/components/DualListSelector/dual-list-selector.js +1 -2
- package/css/components/DualListSelector/dual-list-selector.mjs +1 -2
- package/css/components/Form/form.css +3 -7
- package/css/components/FormControl/form-control.css +6 -6
- package/css/components/Icon/icon.css +27 -27
- package/css/components/Label/label-group.css +1 -1
- package/css/components/Label/label.css +18 -14
- package/css/components/Login/login.css +5 -22
- package/css/components/Login/login.d.ts +1 -1
- package/css/components/Login/login.js +1 -1
- package/css/components/Login/login.mjs +1 -1
- package/css/components/Menu/menu.css +387 -419
- package/css/components/Menu/menu.d.ts +5 -8
- package/css/components/Menu/menu.js +5 -8
- package/css/components/Menu/menu.mjs +5 -8
- package/css/components/MenuToggle/menu-toggle.css +219 -272
- package/css/components/MenuToggle/menu-toggle.d.ts +7 -8
- package/css/components/MenuToggle/menu-toggle.js +7 -8
- package/css/components/MenuToggle/menu-toggle.mjs +7 -8
- package/css/components/NotificationBadge/notification-badge.css +4 -4
- package/css/components/Pagination/pagination.css +3 -13
- package/css/components/ProgressStepper/progress-stepper.css +72 -69
- package/css/components/ProgressStepper/progress-stepper.d.ts +1 -0
- package/css/components/ProgressStepper/progress-stepper.js +1 -0
- package/css/components/ProgressStepper/progress-stepper.mjs +1 -0
- package/css/components/SimpleList/simple-list.css +0 -3
- package/css/components/Table/table-grid.css +31 -47
- package/css/components/Table/table-scrollable.css +6 -6
- package/css/components/Table/table-tree-view.css +81 -74
- package/css/components/Table/table-tree-view.d.ts +1 -0
- package/css/components/Table/table-tree-view.js +1 -0
- package/css/components/Table/table-tree-view.mjs +1 -0
- package/css/components/Table/table.css +156 -255
- package/css/components/Table/table.d.ts +0 -1
- package/css/components/Table/table.js +0 -1
- package/css/components/Table/table.mjs +0 -1
- package/css/components/Tabs/tabs.css +1 -2
- package/css/components/TextInputGroup/text-input-group.css +0 -14
- package/css/components/TextInputGroup/text-input-group.d.ts +1 -3
- package/css/components/TextInputGroup/text-input-group.js +1 -3
- package/css/components/TextInputGroup/text-input-group.mjs +1 -3
- package/css/components/Tile/tile.css +1 -1
- package/css/components/TreeView/tree-view.css +76 -97
- package/css/components/TreeView/tree-view.d.ts +0 -4
- package/css/components/TreeView/tree-view.js +0 -4
- package/css/components/TreeView/tree-view.mjs +0 -4
- package/css/components/Wizard/wizard.css +122 -205
- package/css/components/Wizard/wizard.d.ts +0 -3
- package/css/components/Wizard/wizard.js +0 -3
- package/css/components/Wizard/wizard.mjs +0 -3
- package/css/docs/components/Menu/examples/Menu.css +7 -11
- package/css/docs/components/Menu/examples/Menu.d.ts +2 -1
- package/css/docs/components/Menu/examples/Menu.js +2 -1
- package/css/docs/components/Menu/examples/Menu.mjs +2 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
.pf-v5-c-dual-list-selector {
|
1
|
+
:where(:root), :where(.pf-v5-c-dual-list-selector) {
|
2
2
|
--pf-v5-c-dual-list-selector__header--GridArea: pane-header;
|
3
3
|
--pf-v5-c-dual-list-selector__tools--GridArea: pane-tools;
|
4
4
|
--pf-v5-c-dual-list-selector__status--GridArea: pane-status;
|
@@ -10,54 +10,54 @@
|
|
10
10
|
--pf-v5-c-dual-list-selector--m-chosen__menu--GridArea: pane-menu-c;
|
11
11
|
--pf-v5-c-dual-list-selector--GridTemplateColumns--pane--MinMax--min: 12.5rem;
|
12
12
|
--pf-v5-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max: 28.125rem;
|
13
|
-
--pf-v5-c-dual-list-selector__header--MarginBottom: var(--pf-
|
14
|
-
--pf-v5-c-dual-list-selector__title-text--FontWeight: var(--pf-
|
15
|
-
--pf-v5-c-dual-list-
|
16
|
-
--pf-v5-c-dual-list-selector__tools
|
17
|
-
--pf-v5-c-dual-list-
|
18
|
-
--pf-v5-c-dual-list-selector__menu--
|
13
|
+
--pf-v5-c-dual-list-selector__header--MarginBottom: var(--pf-t--global--spacer--sm);
|
14
|
+
--pf-v5-c-dual-list-selector__title-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
15
|
+
--pf-v5-c-dual-list-selector__title-text--FontSize: var(--pf-t--global--font--size--body--lg);
|
16
|
+
--pf-v5-c-dual-list-selector__tools--MarginBottom: var(--pf-t--global--spacer--md);
|
17
|
+
--pf-v5-c-dual-list-selector__tools-filter--tools-actions--MarginLeft: var(--pf-t--global--spacer--sm);
|
18
|
+
--pf-v5-c-dual-list-selector__menu--BorderWidth: var(--pf-t--global--border--width--regular);
|
19
|
+
--pf-v5-c-dual-list-selector__menu--BorderColor: var(--pf-t--global--border--color--default);
|
20
|
+
--pf-v5-c-dual-list-selector__menu--BorderRadius: var(--pf-t--global--border--radius--small);
|
19
21
|
--pf-v5-c-dual-list-selector__menu--MinHeight: 12.5rem;
|
20
22
|
--pf-v5-c-dual-list-selector__menu--MaxHeight: 20rem;
|
21
|
-
--pf-v5-c-dual-list-
|
22
|
-
--pf-v5-c-dual-list-selector__list-item-row--
|
23
|
-
--pf-v5-c-dual-list-selector__list-item-row--
|
24
|
-
--pf-v5-c-dual-list-selector__list-item-row--
|
25
|
-
--pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-
|
26
|
-
--pf-v5-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor: var(--pf-
|
23
|
+
--pf-v5-c-dual-list-selector__menu--MarginBlockStart: var(--pf-t--global--spacer--md);
|
24
|
+
--pf-v5-c-dual-list-selector__list-item-row--FontSize: var(--pf-t--global--font--size--sm);
|
25
|
+
--pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
26
|
+
--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
27
|
+
--pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
28
|
+
--pf-v5-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
27
29
|
--pf-v5-c-dual-list-selector__list-item--m-ghost-row--Opacity: .4;
|
28
|
-
--pf-v5-c-dual-list-selector__item--PaddingTop: var(--pf-
|
29
|
-
--pf-v5-c-dual-list-selector__item--PaddingRight: var(--pf-
|
30
|
-
--pf-v5-c-dual-list-selector__item--PaddingBottom: var(--pf-
|
31
|
-
--pf-v5-c-dual-list-selector__item--PaddingLeft: var(--pf-
|
32
|
-
--pf-v5-c-dual-list-selector__item--m-expandable--PaddingLeft:
|
33
|
-
--pf-v5-c-dual-list-selector__item--indent--base: calc(var(--pf-
|
34
|
-
--pf-v5-c-dual-list-selector__item--nested-indent--base: calc(var(--pf-v5-c-dual-list-selector__item--indent--base) - var(--pf-
|
35
|
-
--pf-v5-c-dual-list-selector__draggable--item--PaddingLeft: var(--pf-
|
36
|
-
--pf-v5-c-dual-list-selector__item-text--Color: var(--pf-
|
37
|
-
--pf-v5-c-dual-list-selector__list-item-row--m-selected__text--Color: var(--pf-
|
38
|
-
--pf-v5-c-dual-list-selector__list-item
|
39
|
-
--pf-v5-c-dual-list-
|
40
|
-
--pf-v5-c-dual-list-selector__status--
|
41
|
-
--pf-v5-c-dual-list-selector__status-text--
|
42
|
-
--pf-v5-c-dual-list-
|
43
|
-
--pf-v5-c-dual-list-selector__controls--
|
44
|
-
--pf-v5-c-dual-list-selector__controls--
|
45
|
-
--pf-v5-c-dual-list-
|
46
|
-
--pf-v5-c-dual-list-selector__item-toggle--PaddingRight: var(--pf-
|
47
|
-
--pf-v5-c-dual-list-selector__item-toggle--PaddingBottom: var(--pf-v5-global--spacer--sm);
|
48
|
-
--pf-v5-c-dual-list-selector__item-toggle--PaddingLeft: var(--pf-v5-global--spacer--md);
|
49
|
-
--pf-v5-c-dual-list-selector__item-toggle--MarginTop: calc(var(--pf-v5-global--spacer--sm) * -1);
|
50
|
-
--pf-v5-c-dual-list-selector__item-toggle--MarginBottom: calc(var(--pf-v5-global--spacer--sm) * -1);
|
30
|
+
--pf-v5-c-dual-list-selector__item--PaddingTop: var(--pf-t--global--spacer--sm);
|
31
|
+
--pf-v5-c-dual-list-selector__item--PaddingRight: var(--pf-t--global--spacer--md);
|
32
|
+
--pf-v5-c-dual-list-selector__item--PaddingBottom: var(--pf-t--global--spacer--sm);
|
33
|
+
--pf-v5-c-dual-list-selector__item--PaddingLeft: var(--pf-t--global--spacer--md);
|
34
|
+
--pf-v5-c-dual-list-selector__item--m-expandable--PaddingLeft: var(--pf-t--global--spacer--md);
|
35
|
+
--pf-v5-c-dual-list-selector__item--indent--base: calc(var(--pf-t--global--spacer--md) + var(--pf-t--global--spacer--sm) + var(--pf-v5-c-dual-list-selector__list-item-row--FontSize));
|
36
|
+
--pf-v5-c-dual-list-selector__item--nested-indent--base: calc(var(--pf-v5-c-dual-list-selector__item--indent--base) - var(--pf-t--global--spacer--md));
|
37
|
+
--pf-v5-c-dual-list-selector__draggable--item--PaddingLeft: var(--pf-t--global--spacer--xs);
|
38
|
+
--pf-v5-c-dual-list-selector__item-text--Color: var(--pf-t--global--text--color--subtle);
|
39
|
+
--pf-v5-c-dual-list-selector__list-item-row--m-selected__text--Color: var(--pf-t--global--text--color--regular);
|
40
|
+
--pf-v5-c-dual-list-selector__list-item--m-disabled__item-text--Color: var(--pf-t--global--text--color--disabled);
|
41
|
+
--pf-v5-c-dual-list-selector__status--MarginBottom: var(--pf-t--global--spacer--sm);
|
42
|
+
--pf-v5-c-dual-list-selector__status-text--FontSize: var(--pf-t--global--font--size--sm);
|
43
|
+
--pf-v5-c-dual-list-selector__status-text--Color: var(--pf-t--global--text--color--subtle);
|
44
|
+
--pf-v5-c-dual-list-selector__controls--PaddingRight: var(--pf-t--global--spacer--md);
|
45
|
+
--pf-v5-c-dual-list-selector__controls--PaddingLeft: var(--pf-t--global--spacer--md);
|
46
|
+
--pf-v5-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--sm);
|
47
|
+
--pf-v5-c-dual-list-selector__controls--MarginBlockStart: var(--pf-t--global--spacer--md);
|
48
|
+
--pf-v5-c-dual-list-selector__item-toggle--PaddingRight: var(--pf-t--global--spacer--sm);
|
51
49
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--Left: 0;
|
52
50
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX: -100%;
|
53
|
-
--pf-v5-c-dual-list-selector__item-check--MarginRight: var(--pf-
|
54
|
-
--pf-v5-c-dual-list-selector__item-
|
55
|
-
--pf-v5-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-v5-global--disabled-color--200);
|
51
|
+
--pf-v5-c-dual-list-selector__item-check--MarginRight: var(--pf-t--global--spacer--sm);
|
52
|
+
--pf-v5-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
56
53
|
--pf-v5-c-dual-list-selector__item-toggle-icon--Rotate: 0;
|
57
54
|
--pf-v5-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
|
58
55
|
--pf-v5-c-dual-list-selector__item-toggle-icon--Transition: var(--pf-v5-global--Transition);
|
59
56
|
--pf-v5-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v5-c-dual-list-selector__list-item-row--FontSize);
|
60
|
-
--pf-v5-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-
|
57
|
+
--pf-v5-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-t--global--icon--color--disabled);
|
58
|
+
}
|
59
|
+
|
60
|
+
.pf-v5-c-dual-list-selector {
|
61
61
|
display: grid;
|
62
62
|
grid-template-areas: "pane-header . pane-header-c" "pane-tools . pane-tools-c" "pane-status . pane-status-c" "pane-menu controls pane-menu-c";
|
63
63
|
grid-template-rows: repeat(3, auto) auto;
|
@@ -80,6 +80,7 @@
|
|
80
80
|
}
|
81
81
|
|
82
82
|
.pf-v5-c-dual-list-selector__title-text {
|
83
|
+
font-size: var(--pf-v5-c-dual-list-selector__title-text--FontSize);
|
83
84
|
font-weight: var(--pf-v5-c-dual-list-selector__title-text--FontWeight);
|
84
85
|
}
|
85
86
|
|
@@ -116,8 +117,10 @@
|
|
116
117
|
grid-area: var(--pf-v5-c-dual-list-selector__menu--GridArea);
|
117
118
|
min-height: var(--pf-v5-c-dual-list-selector__menu--MinHeight);
|
118
119
|
max-height: var(--pf-v5-c-dual-list-selector__menu--MaxHeight);
|
120
|
+
margin-block-start: var(--pf-v5-c-dual-list-selector__menu--MarginBlockStart);
|
119
121
|
overflow: auto;
|
120
122
|
border: var(--pf-v5-c-dual-list-selector__menu--BorderWidth) solid var(--pf-v5-c-dual-list-selector__menu--BorderColor);
|
123
|
+
border-radius: var(--pf-v5-c-dual-list-selector__menu--BorderRadius);
|
121
124
|
}
|
122
125
|
|
123
126
|
.pf-v5-c-dual-list-selector__list {
|
@@ -132,7 +135,6 @@
|
|
132
135
|
.pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__item-toggle {
|
133
136
|
transform: translateX(var(--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX));
|
134
137
|
position: absolute;
|
135
|
-
inset-block-start: 0;
|
136
138
|
inset-inline-start: var(--pf-v5-c-dual-list-selector__list__list__item-toggle--Left);
|
137
139
|
}
|
138
140
|
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__item-toggle {
|
@@ -144,7 +146,7 @@
|
|
144
146
|
}
|
145
147
|
|
146
148
|
.pf-v5-c-dual-list-selector__list-item:focus {
|
147
|
-
--pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v5-c-dual-list-selector__list-item-row--
|
149
|
+
--pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor);
|
148
150
|
}
|
149
151
|
.pf-v5-c-dual-list-selector__list-item.pf-m-expandable {
|
150
152
|
--pf-v5-c-dual-list-selector__item--PaddingLeft: var(--pf-v5-c-dual-list-selector__item--m-expandable--PaddingLeft);
|
@@ -163,9 +165,6 @@
|
|
163
165
|
font-size: var(--pf-v5-c-dual-list-selector__list-item-row--FontSize);
|
164
166
|
background-color: var(--pf-v5-c-dual-list-selector__list-item-row--BackgroundColor);
|
165
167
|
}
|
166
|
-
.pf-v5-c-dual-list-selector__list-item-row:hover {
|
167
|
-
--pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor);
|
168
|
-
}
|
169
168
|
.pf-v5-c-dual-list-selector__list-item-row.pf-m-selected {
|
170
169
|
--pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor);
|
171
170
|
}
|
@@ -173,6 +172,9 @@
|
|
173
172
|
--pf-v5-c-dual-list-selector__item-text--Color: var(--pf-v5-c-dual-list-selector__list-item-row--m-selected__text--Color);
|
174
173
|
font-weight: var(--pf-v5-c-dual-list-selector__list-item-row--m-selected__text--FontWeight);
|
175
174
|
}
|
175
|
+
.pf-v5-c-dual-list-selector__list-item-row:hover {
|
176
|
+
--pf-v5-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor);
|
177
|
+
}
|
176
178
|
.pf-v5-c-dual-list-selector__list-item-row.pf-m-check {
|
177
179
|
--pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: transparent;
|
178
180
|
}
|
@@ -213,6 +215,7 @@
|
|
213
215
|
padding-inline-start: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
214
216
|
padding-inline-end: var(--pf-v5-c-dual-list-selector__item--PaddingRight);
|
215
217
|
cursor: pointer;
|
218
|
+
outline-offset: -2px;
|
216
219
|
}
|
217
220
|
|
218
221
|
.pf-v5-c-dual-list-selector__item-count {
|
@@ -231,10 +234,16 @@
|
|
231
234
|
}
|
232
235
|
|
233
236
|
.pf-v5-c-dual-list-selector__controls {
|
237
|
+
display: flex;
|
238
|
+
flex-direction: column;
|
234
239
|
grid-area: var(--pf-v5-c-dual-list-selector__controls--GridArea);
|
240
|
+
gap: var(--pf-v5-c-dual-list-selector__controls--Gap);
|
241
|
+
align-items: center;
|
235
242
|
align-self: center;
|
243
|
+
justify-content: center;
|
236
244
|
padding-inline-start: var(--pf-v5-c-dual-list-selector__controls--PaddingLeft);
|
237
245
|
padding-inline-end: var(--pf-v5-c-dual-list-selector__controls--PaddingRight);
|
246
|
+
margin-block-start: var(--pf-v5-c-dual-list-selector__controls--MarginBlockStart);
|
238
247
|
}
|
239
248
|
|
240
249
|
:where(.pf-v5-m-dir-rtl, [dir=rtl]) :is(.pf-v5-c-dual-list-selector__controls-item, .pf-v5-c-dual-list-selector__item-toggle-icon) {
|
@@ -309,10 +318,4 @@
|
|
309
318
|
.pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item .pf-v5-c-dual-list-selector__list-item {
|
310
319
|
--pf-v5-c-dual-list-selector__item--PaddingLeft: calc(var(--pf-v5-c-dual-list-selector__item--nested-indent--base) * 10 + var(--pf-v5-c-dual-list-selector__item--indent--base));
|
311
320
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
312
|
-
}
|
313
|
-
|
314
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-dual-list-selector {
|
315
|
-
--pf-v5-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
316
|
-
--pf-v5-c-dual-list-selector__list-item-row--focus-within--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
317
|
-
--pf-v5-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
318
321
|
}
|
@@ -50,13 +50,13 @@
|
|
50
50
|
--pf-v5-c-form__field-group--BorderBottomColor: var(--pf-t--global--border--color--default);
|
51
51
|
--pf-v5-c-form__field-group--field-group--MarginTop: calc(var(--pf-v5-c-form--GridGap) * -1);
|
52
52
|
--pf-v5-c-form__field-group--GridTemplateColumns--toggle: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v5-c-form__field-group-toggle-icon--MinWidth) + var(--pf-t--global--spacer--xs));
|
53
|
-
--pf-v5-c-form__field-group-toggle--PaddingTop: var(--pf-
|
53
|
+
--pf-v5-c-form__field-group-toggle--PaddingTop: var(--pf-v5-c-form__field-group-header--PaddingTop);
|
54
54
|
--pf-v5-c-form__field-group-toggle--PaddingRight: var(--pf-t--global--spacer--xs);
|
55
55
|
--pf-v5-c-form__field-group__field-group__field-group-toggle--PaddingTop: var(--pf-t--global--spacer--md);
|
56
56
|
--pf-v5-c-form__field-group-header-toggle--BorderWidth--base: var(--pf-t--global--border--width--divider--default);
|
57
57
|
--pf-v5-c-form__field-group__field-group--field-group__field-group-toggle--after--BorderTopWidth: var(--pf-v5-c-form__field-group-header-toggle--BorderWidth--base);
|
58
|
-
--pf-v5-c-form__field-group-toggle-button--MarginTop: calc(var(--pf-
|
59
|
-
--pf-v5-c-form__field-group-toggle-button--MarginBottom: calc(var(--pf-
|
58
|
+
--pf-v5-c-form__field-group-toggle-button--MarginTop: calc(var(--pf-v5-c-button--m-plain--PaddingTop) * -1);
|
59
|
+
--pf-v5-c-form__field-group-toggle-button--MarginBottom: calc(var(--pf-v5-c-button--m-plain--PaddingBottom) * -1);
|
60
60
|
--pf-v5-c-form__field-group-toggle-icon--Transition: var(--pf-v5-global--Transition);
|
61
61
|
--pf-v5-c-form__field-group-toggle-icon--MinWidth: var(--pf-t--global--font--size--body--default);
|
62
62
|
--pf-v5-c-form__field-group-toggle-icon--Rotate: 0;
|
@@ -70,8 +70,6 @@
|
|
70
70
|
--pf-v5-c-form__field-group__field-group--field-group__field-group-header--after--BorderTopWidth: var(--pf-v5-c-form__field-group-header-toggle--BorderWidth--base);
|
71
71
|
--pf-v5-c-form__field-group-header-description--MarginTop: var(--pf-t--global--spacer--xs);
|
72
72
|
--pf-v5-c-form__field-group-header-description--Color: var(--pf-t--global--text--color--subtle);
|
73
|
-
--pf-v5-c-form__field-group-header-actions--MarginTop: calc(var(--pf-t--global--spacer--form-element) * -1);
|
74
|
-
--pf-v5-c-form__field-group-header-actions--MarginBottom: calc(var(--pf-t--global--spacer--form-element) * -1);
|
75
73
|
--pf-v5-c-form__field-group-header-actions--MarginLeft: var(--pf-t--global--spacer--sm);
|
76
74
|
--pf-v5-c-form__field-group-body--PaddingTop: var(--pf-t--global--spacer--lg);
|
77
75
|
--pf-v5-c-form__field-group-body--PaddingBottom: var(--pf-t--global--spacer--lg);
|
@@ -444,8 +442,6 @@
|
|
444
442
|
}
|
445
443
|
|
446
444
|
.pf-v5-c-form__field-group-header-actions {
|
447
|
-
margin-block-start: var(--pf-v5-c-form__field-group-header-actions--MarginTop);
|
448
|
-
margin-block-end: var(--pf-v5-c-form__field-group-header-actions--MarginBottom);
|
449
445
|
margin-inline-start: var(--pf-v5-c-form__field-group-header-actions--MarginLeft);
|
450
446
|
white-space: nowrap;
|
451
447
|
}
|
@@ -22,10 +22,10 @@
|
|
22
22
|
--pf-v5-c-form-control--PaddingLeft: var(--pf-v5-c-form-control--inset--base);
|
23
23
|
--pf-v5-c-form-control--hover--after--BorderWidth: var(--pf-t--global--border--width--control--hover);
|
24
24
|
--pf-v5-c-form-control--hover--after--BorderColor: var(--pf-t--global--border--color--hover);
|
25
|
-
--pf-v5-c-form-control--focus--after--BorderWidth: var(--pf-t--global--border--width--control--
|
26
|
-
--pf-v5-c-form-control--focus--after--BorderColor: var(--pf-t--global--border--color--
|
27
|
-
--pf-v5-c-form-control--m-expanded--after--BorderWidth: var(--pf-t--global--border--width--control--
|
28
|
-
--pf-v5-c-form-control--m-expanded--after--BorderColor: var(--pf-t--global--border--color--
|
25
|
+
--pf-v5-c-form-control--focus--after--BorderWidth: var(--pf-t--global--border--width--control--clicked);
|
26
|
+
--pf-v5-c-form-control--focus--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
27
|
+
--pf-v5-c-form-control--m-expanded--after--BorderWidth: var(--pf-t--global--border--width--control--clicked);
|
28
|
+
--pf-v5-c-form-control--m-expanded--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
29
29
|
--pf-v5-c-form-control--m-placeholder--Color: var(--pf-t--global--text--color--placeholder);
|
30
30
|
--pf-v5-c-form-control--m-placeholder--child--Color: var(--pf-t--global--text--color--regular);
|
31
31
|
--pf-v5-c-form-control--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
@@ -34,8 +34,8 @@
|
|
34
34
|
--pf-v5-c-form-control--m-readonly--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
35
35
|
--pf-v5-c-form-control--m-readonly--BorderColor: transparent;
|
36
36
|
--pf-v5-c-form-control--m-readonly--hover--after--BorderColor: revert;
|
37
|
-
--pf-v5-c-form-control--m-readonly--focus--after--BorderWidth: var(--pf-t--global--border--width--control--
|
38
|
-
--pf-v5-c-form-control--m-readonly--focus--after--BorderColor: var(--pf-t--global--border--color--
|
37
|
+
--pf-v5-c-form-control--m-readonly--focus--after--BorderWidth: var(--pf-t--global--border--width--control--clicked);
|
38
|
+
--pf-v5-c-form-control--m-readonly--focus--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
39
39
|
--pf-v5-c-form-control--m-readonly--m-plain--BackgroundColor: transparent;
|
40
40
|
--pf-v5-c-form-control--m-readonly--m-plain--inset--base: 0;
|
41
41
|
--pf-v5-c-form-control--m-readonly--m-plain--OutlineOffset: 0;
|
@@ -14,24 +14,24 @@
|
|
14
14
|
--pf-v5-c-icon--m-2xl--Height: var(--pf-t--global--icon--size--2xl);
|
15
15
|
--pf-v5-c-icon--m-3xl--Width: var(--pf-t--global--icon--size--3xl);
|
16
16
|
--pf-v5-c-icon--m-3xl--Height: var(--pf-t--global--icon--size--3xl);
|
17
|
-
--pf-v5-c-icon--m-body-sm--Width: var(--pf-t--global--icon--size--body--sm);
|
18
|
-
--pf-v5-c-icon--m-body-sm--Height: var(--pf-t--global--icon--size--body--sm);
|
19
|
-
--pf-v5-c-icon--m-body-default--Width: var(--pf-t--global--icon--size--body--default);
|
20
|
-
--pf-v5-c-icon--m-body-default--Height: var(--pf-t--global--icon--size--body--default);
|
21
|
-
--pf-v5-c-icon--m-body-lg--Width: var(--pf-t--global--icon--size--body--lg);
|
22
|
-
--pf-v5-c-icon--m-body-lg--Height: var(--pf-t--global--icon--size--body--lg);
|
23
|
-
--pf-v5-c-icon--m-heading-sm--Width: var(--pf-t--global--icon--size--heading--h6);
|
24
|
-
--pf-v5-c-icon--m-heading-sm--Height: var(--pf-t--global--icon--size--heading--h6);
|
25
|
-
--pf-v5-c-icon--m-heading-md--Width: var(--pf-t--global--icon--size--heading--h5);
|
26
|
-
--pf-v5-c-icon--m-heading-md--Height: var(--pf-t--global--icon--size--heading--h5);
|
27
|
-
--pf-v5-c-icon--m-heading-lg--Width: var(--pf-t--global--icon--size--heading--h4);
|
28
|
-
--pf-v5-c-icon--m-heading-lg--Height: var(--pf-t--global--icon--size--heading--h4);
|
29
|
-
--pf-v5-c-icon--m-heading-xl--Width: var(--pf-t--global--icon--size--heading--h3);
|
30
|
-
--pf-v5-c-icon--m-heading-xl--Height: var(--pf-t--global--icon--size--heading--h3);
|
31
|
-
--pf-v5-c-icon--m-heading-2xl--Width: var(--pf-t--global--icon--size--heading--h2);
|
32
|
-
--pf-v5-c-icon--m-heading-2xl--Height: var(--pf-t--global--icon--size--heading--h2);
|
33
|
-
--pf-v5-c-icon--m-heading-3xl--Width: var(--pf-t--global--icon--size--heading--h1);
|
34
|
-
--pf-v5-c-icon--m-heading-3xl--Height: var(--pf-t--global--icon--size--heading--h1);
|
17
|
+
--pf-v5-c-icon--m-body-sm--Width: var(--pf-t--global--icon--size--font--body--sm);
|
18
|
+
--pf-v5-c-icon--m-body-sm--Height: var(--pf-t--global--icon--size--font--body--sm);
|
19
|
+
--pf-v5-c-icon--m-body-default--Width: var(--pf-t--global--icon--size--font--body--default);
|
20
|
+
--pf-v5-c-icon--m-body-default--Height: var(--pf-t--global--icon--size--font--body--default);
|
21
|
+
--pf-v5-c-icon--m-body-lg--Width: var(--pf-t--global--icon--size--font--body--lg);
|
22
|
+
--pf-v5-c-icon--m-body-lg--Height: var(--pf-t--global--icon--size--font--body--lg);
|
23
|
+
--pf-v5-c-icon--m-heading-sm--Width: var(--pf-t--global--icon--size--font--heading--h6);
|
24
|
+
--pf-v5-c-icon--m-heading-sm--Height: var(--pf-t--global--icon--size--font--heading--h6);
|
25
|
+
--pf-v5-c-icon--m-heading-md--Width: var(--pf-t--global--icon--size--font--heading--h5);
|
26
|
+
--pf-v5-c-icon--m-heading-md--Height: var(--pf-t--global--icon--size--font--heading--h5);
|
27
|
+
--pf-v5-c-icon--m-heading-lg--Width: var(--pf-t--global--icon--size--font--heading--h4);
|
28
|
+
--pf-v5-c-icon--m-heading-lg--Height: var(--pf-t--global--icon--size--font--heading--h4);
|
29
|
+
--pf-v5-c-icon--m-heading-xl--Width: var(--pf-t--global--icon--size--font--heading--h3);
|
30
|
+
--pf-v5-c-icon--m-heading-xl--Height: var(--pf-t--global--icon--size--font--heading--h3);
|
31
|
+
--pf-v5-c-icon--m-heading-2xl--Width: var(--pf-t--global--icon--size--font--heading--h2);
|
32
|
+
--pf-v5-c-icon--m-heading-2xl--Height: var(--pf-t--global--icon--size--font--heading--h2);
|
33
|
+
--pf-v5-c-icon--m-heading-3xl--Width: var(--pf-t--global--icon--size--font--heading--h1);
|
34
|
+
--pf-v5-c-icon--m-heading-3xl--Height: var(--pf-t--global--icon--size--font--heading--h1);
|
35
35
|
--pf-v5-c-icon--m-inline--Width: 1em;
|
36
36
|
--pf-v5-c-icon--m-inline--Height: 1em;
|
37
37
|
--pf-v5-c-icon__content--svg--VerticalAlign: -.125em;
|
@@ -49,15 +49,15 @@
|
|
49
49
|
--pf-v5-c-icon--m-xl__content--FontSize: var(--pf-t--global--icon--size--xl);
|
50
50
|
--pf-v5-c-icon--m-2xl__content--FontSize: var(--pf-t--global--icon--size--2xl);
|
51
51
|
--pf-v5-c-icon--m-3xl__content--FontSize: var(--pf-t--global--icon--size--3xl);
|
52
|
-
--pf-v5-c-icon--m-body-sm__content--FontSize: var(--pf-t--global--icon--size--body--sm);
|
53
|
-
--pf-v5-c-icon--m-body-default__content--FontSize: var(--pf-t--global--icon--size--body--default);
|
54
|
-
--pf-v5-c-icon--m-body-lg__content--FontSize: var(--pf-t--global--icon--size--body--lg);
|
55
|
-
--pf-v5-c-icon--m-heading-sm__content--FontSize: var(--pf-t--global--icon--size--heading--h6);
|
56
|
-
--pf-v5-c-icon--m-heading-md__content--FontSize: var(--pf-t--global--icon--size--heading--h5);
|
57
|
-
--pf-v5-c-icon--m-heading-lg__content--FontSize: var(--pf-t--global--icon--size--heading--h4);
|
58
|
-
--pf-v5-c-icon--m-heading-xl__content--FontSize: var(--pf-t--global--icon--size--heading--h3);
|
59
|
-
--pf-v5-c-icon--m-heading-2xl__content--FontSize: var(--pf-t--global--icon--size--heading--h2);
|
60
|
-
--pf-v5-c-icon--m-heading-3xl__content--FontSize: var(--pf-t--global--icon--size--heading--h1);
|
52
|
+
--pf-v5-c-icon--m-body-sm__content--FontSize: var(--pf-t--global--icon--size--font--body--sm);
|
53
|
+
--pf-v5-c-icon--m-body-default__content--FontSize: var(--pf-t--global--icon--size--font--body--default);
|
54
|
+
--pf-v5-c-icon--m-body-lg__content--FontSize: var(--pf-t--global--icon--size--font--body--lg);
|
55
|
+
--pf-v5-c-icon--m-heading-sm__content--FontSize: var(--pf-t--global--icon--size--font--heading--h6);
|
56
|
+
--pf-v5-c-icon--m-heading-md__content--FontSize: var(--pf-t--global--icon--size--font--heading--h5);
|
57
|
+
--pf-v5-c-icon--m-heading-lg__content--FontSize: var(--pf-t--global--icon--size--font--heading--h4);
|
58
|
+
--pf-v5-c-icon--m-heading-xl__content--FontSize: var(--pf-t--global--icon--size--font--heading--h3);
|
59
|
+
--pf-v5-c-icon--m-heading-2xl__content--FontSize: var(--pf-t--global--icon--size--font--heading--h2);
|
60
|
+
--pf-v5-c-icon--m-heading-3xl__content--FontSize: var(--pf-t--global--icon--size--font--heading--h1);
|
61
61
|
--pf-v5-c-icon--m-inline__content--FontSize: 1em;
|
62
62
|
}
|
63
63
|
|
@@ -21,7 +21,7 @@
|
|
21
21
|
--pf-v5-c-label-group--m-category--BorderColor: var(--pf-t--global--border--color--default);
|
22
22
|
--pf-v5-c-label-group--m-vertical--m-category--PaddingRight: var(--pf-t--global--spacer--sm);
|
23
23
|
--pf-v5-c-label-group__label--MaxWidth: 18ch;
|
24
|
-
--pf-v5-c-label-group__close--c-button--FontSize: var(--pf-t--global--icon--size--body--sm);
|
24
|
+
--pf-v5-c-label-group__close--c-button--FontSize: var(--pf-t--global--icon--size--font--body--sm);
|
25
25
|
--pf-v5-c-label-group__close--c-button--PaddingTop: var(--pf-t--global--spacer--xs);
|
26
26
|
--pf-v5-c-label-group__close--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
27
27
|
--pf-v5-c-label-group__close--c-button--PaddingBottom: var(--pf-t--global--spacer--xs);
|
@@ -133,6 +133,7 @@
|
|
133
133
|
--pf-v5-c-label--m-custom--m-outline--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--status--custom--hover);
|
134
134
|
--pf-v5-c-label--m-clickable--hover--BorderWidth: 0;
|
135
135
|
--pf-v5-c-label--m-clickable--hover--BorderColor: transparent;
|
136
|
+
--pf-v5-c-label--m-clickable__content--Cursor: pointer;
|
136
137
|
--pf-v5-c-label--m-filled__actions--c-button--Color: var(--pf-v5-c-label__icon--Color);
|
137
138
|
--pf-v5-c-label--m-outline--BorderWidth: var(--pf-t--global--border--width--button--default);
|
138
139
|
--pf-v5-c-label--m-outline--BackgroundColor: transparent;
|
@@ -146,7 +147,6 @@
|
|
146
147
|
--pf-v5-c-label--m-overflow--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
147
148
|
--pf-v5-c-label--m-overflow--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
148
149
|
--pf-v5-c-label--m-overflow--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
149
|
-
--pf-v5-c-label--m-overflow--MixBlendMode: var(--pf-t--global--background--color--action--plain--hover--blend);
|
150
150
|
--pf-v5-c-label--m-add--Color: var(--pf-t--global--text--color--brand--default);
|
151
151
|
--pf-v5-c-label--m-add--BackgroundColor: transparent;
|
152
152
|
--pf-v5-c-label--m-add--BorderColor: var(--pf-t--global--border--color--default);
|
@@ -163,10 +163,11 @@
|
|
163
163
|
--pf-v5-c-label--m-compact--m-editable--TextDecorationOffset: 0.0625rem;
|
164
164
|
--pf-v5-c-label__content--MaxWidth: 100%;
|
165
165
|
--pf-v5-c-label__content--Gap: var(--pf-t--global--spacer--xs);
|
166
|
-
--pf-v5-c-
|
166
|
+
--pf-v5-c-label__content--Cursor: initial;
|
167
|
+
--pf-v5-c-label__icon--FontSize: var(--pf-t--global--icon--size--font--body--sm);
|
167
168
|
--pf-v5-c-label__text--MaxWidth: 100%;
|
168
169
|
--pf-v5-c-label__actions--MarginRight: calc(var(--pf-v5-c-label__actions--c-button--PaddingRight) * -1);
|
169
|
-
--pf-v5-c-label__actions--c-button--FontSize: var(--pf-t--global--icon--size--body--sm);
|
170
|
+
--pf-v5-c-label__actions--c-button--FontSize: var(--pf-t--global--icon--size--font--body--sm);
|
170
171
|
--pf-v5-c-label__actions--c-button--OutlineOffset: -0.1875rem;
|
171
172
|
--pf-v5-c-label__actions--c-button--MarginTop: calc(var(--pf-v5-c-label__actions--c-button--PaddingTop) * -1);
|
172
173
|
--pf-v5-c-label__actions--c-button--MarginBottom: calc(var(--pf-v5-c-label__actions--c-button--PaddingBottom) * -1);
|
@@ -180,9 +181,11 @@
|
|
180
181
|
--pf-v5-c-label--m-editable--TextDecorationOffset: 0.25rem;
|
181
182
|
--pf-v5-c-label--m-editable--TextDecorationColor: currentcolor;
|
182
183
|
--pf-v5-c-label--m-editable__content--MaxWidth: 16ch;
|
184
|
+
--pf-v5-c-label--m-editable__content--Cursor: pointer;
|
183
185
|
--pf-v5-c-label--m-editable--m-editable-active--TextDecoration: none;
|
184
186
|
--pf-v5-c-label--m-editable--m-editable-active--BackgroundColor: transparent;
|
185
187
|
--pf-v5-c-label--m-editable--m-editable-active--Color: var(--pf-t--global--text--color--regular);
|
188
|
+
--pf-v5-c-label--m-editable--m-editable-active__content--Cursor: initial;
|
186
189
|
}
|
187
190
|
|
188
191
|
.pf-v5-c-label {
|
@@ -289,7 +292,7 @@
|
|
289
292
|
--pf-v5-c-label--m-outline__icon--Color: var(--pf-v5-c-label--m-success--m-outline__icon--Color);
|
290
293
|
--pf-v5-c-label--m-outline--BorderColor: var(--pf-v5-c-label--m-success--m-outline--BorderColor);
|
291
294
|
--pf-v5-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v5-c-label--m-success--m-outline--m-clickable--hover--BorderColor);
|
292
|
-
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-success--m-outline--m-clickable--hover__icon--Color)
|
295
|
+
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-success--m-outline--m-clickable--hover__icon--Color);
|
293
296
|
}
|
294
297
|
.pf-v5-c-label.pf-m-warning {
|
295
298
|
--pf-v5-c-label--BackgroundColor: var(--pf-v5-c-label--m-warning--BackgroundColor);
|
@@ -301,7 +304,7 @@
|
|
301
304
|
--pf-v5-c-label--m-outline__icon--Color: var(--pf-v5-c-label--m-warning--m-outline__icon--Color);
|
302
305
|
--pf-v5-c-label--m-outline--BorderColor: var(--pf-v5-c-label--m-warning--m-outline--BorderColor);
|
303
306
|
--pf-v5-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v5-c-label--m-warning--m-outline--m-clickable--hover--BorderColor);
|
304
|
-
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-warning--m-outline--m-clickable--hover__icon--Color)
|
307
|
+
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-warning--m-outline--m-clickable--hover__icon--Color);
|
305
308
|
}
|
306
309
|
.pf-v5-c-label.pf-m-danger {
|
307
310
|
--pf-v5-c-label--BackgroundColor: var(--pf-v5-c-label--m-danger--BackgroundColor);
|
@@ -313,7 +316,7 @@
|
|
313
316
|
--pf-v5-c-label--m-outline__icon--Color: var(--pf-v5-c-label--m-danger--m-outline__icon--Color);
|
314
317
|
--pf-v5-c-label--m-outline--BorderColor: var(--pf-v5-c-label--m-danger--m-outline--BorderColor);
|
315
318
|
--pf-v5-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v5-c-label--m-danger--m-outline--m-clickable--hover--BorderColor);
|
316
|
-
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-danger--m-outline--m-clickable--hover__icon--Color)
|
319
|
+
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-danger--m-outline--m-clickable--hover__icon--Color);
|
317
320
|
}
|
318
321
|
.pf-v5-c-label.pf-m-info {
|
319
322
|
--pf-v5-c-label--BackgroundColor: var(--pf-v5-c-label--m-info--BackgroundColor);
|
@@ -325,7 +328,7 @@
|
|
325
328
|
--pf-v5-c-label--m-outline__icon--Color: var(--pf-v5-c-label--m-info--m-outline__icon--Color);
|
326
329
|
--pf-v5-c-label--m-outline--BorderColor: var(--pf-v5-c-label--m-info--m-outline--BorderColor);
|
327
330
|
--pf-v5-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v5-c-label--m-info--m-outline--m-clickable--hover--BorderColor);
|
328
|
-
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-info--m-outline--m-clickable--hover__icon--Color)
|
331
|
+
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-info--m-outline--m-clickable--hover__icon--Color);
|
329
332
|
}
|
330
333
|
.pf-v5-c-label.pf-m-custom {
|
331
334
|
--pf-v5-c-label--BackgroundColor: var(--pf-v5-c-label--m-custom--BackgroundColor);
|
@@ -337,7 +340,7 @@
|
|
337
340
|
--pf-v5-c-label--m-outline__icon--Color: var(--pf-v5-c-label--m-custom--m-outline__icon--Color);
|
338
341
|
--pf-v5-c-label--m-outline--BorderColor: var(--pf-v5-c-label--m-custom--m-outline--BorderColor);
|
339
342
|
--pf-v5-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v5-c-label--m-custom--m-outline--m-clickable--hover--BorderColor);
|
340
|
-
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-success--m-outline--m-clickable--hover__icon--Color)
|
343
|
+
--pf-v5-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-v5-c-label--m-success--m-outline--m-clickable--hover__icon--Color);
|
341
344
|
}
|
342
345
|
.pf-v5-c-label.pf-m-compact {
|
343
346
|
--pf-v5-c-label--PaddingTop: var(--pf-v5-c-label--m-compact--PaddingTop);
|
@@ -364,6 +367,7 @@
|
|
364
367
|
}
|
365
368
|
.pf-v5-c-label.pf-m-editable {
|
366
369
|
--pf-v5-c-label__content--MaxWidth: var(--pf-v5-c-label--m-editable__content--MaxWidth);
|
370
|
+
--pf-v5-c-label__content--Cursor: var(--pf-v5-c-label--m-editable__content--Cursor);
|
367
371
|
}
|
368
372
|
.pf-v5-c-label.pf-m-editable .pf-v5-c-label__text {
|
369
373
|
text-decoration: var(--pf-v5-c-label--m-editable--TextDecoration);
|
@@ -376,11 +380,11 @@
|
|
376
380
|
--pf-v5-c-label--m-editable--TextDecoration: var(--pf-v5-c-label--m-editable--m-editable-active--TextDecoration);
|
377
381
|
--pf-v5-c-label--BackgroundColor: var(--pf-v5-c-label--m-editable--m-editable-active--BackgroundColor);
|
378
382
|
--pf-v5-c-label--Color: var(--pf-v5-c-label--m-editable--m-editable-active--Color);
|
383
|
+
--pf-v5-c-label__content--Cursor: var(--pf-v5-c-label--m-editable--m-editable-active__content--Cursor);
|
379
384
|
}
|
380
385
|
.pf-v5-c-label.pf-m-overflow {
|
381
386
|
--pf-v5-c-label--Color: var(--pf-v5-c-label--m-overflow--Color);
|
382
387
|
--pf-v5-c-label--BackgroundColor: var(--pf-v5-c-label--m-overflow--BackgroundColor);
|
383
|
-
mix-blend-mode: var(--pf-v5-c-label--m-overflow--MixBlendMode);
|
384
388
|
}
|
385
389
|
.pf-v5-c-label.pf-m-overflow:is(:hover, :focus) {
|
386
390
|
--pf-v5-c-label--m-overflow--Color: var(--pf-v5-c-label--m-overflow--hover--Color);
|
@@ -398,11 +402,8 @@
|
|
398
402
|
--pf-v5-c-label--m-add--BorderColor: var(--pf-v5-c-label--m-add--hover--BorderColor);
|
399
403
|
--pf-v5-c-label--m-add--BorderWidth: var(--pf-v5-c-label--m-add--hover--BorderWidth);
|
400
404
|
}
|
401
|
-
.pf-v5-c-label.pf-m-clickable
|
402
|
-
|
403
|
-
cursor: pointer;
|
404
|
-
background-color: transparent;
|
405
|
-
border: none;
|
405
|
+
.pf-v5-c-label.pf-m-clickable {
|
406
|
+
--pf-v5-c-label__content--Cursor: var(--pf-v5-c-label--m-clickable__content--Cursor);
|
406
407
|
}
|
407
408
|
.pf-v5-c-label.pf-m-clickable .pf-v5-c-label__content, .pf-v5-c-label.pf-m-clickable .pf-v5-c-label__content:is(:hover, :focus) {
|
408
409
|
text-decoration: none;
|
@@ -436,8 +437,11 @@
|
|
436
437
|
.pf-v5-c-label__content {
|
437
438
|
gap: var(--pf-v5-c-label__content--Gap);
|
438
439
|
max-width: var(--pf-v5-c-label__content--MaxWidth);
|
440
|
+
padding: 0;
|
439
441
|
overflow: hidden;
|
440
442
|
color: var(--pf-v5-c-label--Color);
|
443
|
+
cursor: var(--pf-v5-c-label__content--Cursor, revert);
|
444
|
+
background: transparent;
|
441
445
|
border-width: 0;
|
442
446
|
}
|
443
447
|
.pf-v5-c-label__content::before {
|
@@ -39,13 +39,8 @@
|
|
39
39
|
--pf-v5-c-login__main-footer-links--PaddingRight: var(--pf-t--global--spacer--3xl);
|
40
40
|
--pf-v5-c-login__main-footer-links--PaddingBottom: var(--pf-t--global--spacer--xl);
|
41
41
|
--pf-v5-c-login__main-footer-links--PaddingLeft: var(--pf-t--global--spacer--3xl);
|
42
|
-
--pf-v5-c-login__main-footer-links
|
43
|
-
--pf-v5-c-login__main-footer-links-item--
|
44
|
-
--pf-v5-c-login__main-footer-links-item--MarginBottom: var(--pf-t--global--spacer--sm);
|
45
|
-
--pf-v5-c-login__main-footer-links-item-link-svg--Fill: var(--pf-t--global--icon--color--subtle);
|
46
|
-
--pf-v5-c-login__main-footer-links-item-link-svg--Width: var(--pf-t--global--icon--size--lg);
|
47
|
-
--pf-v5-c-login__main-footer-links-item-link-svg--Height: var(--pf-t--global--icon--size--lg);
|
48
|
-
--pf-v5-c-login__main-footer-links-item-link-svg--hover--Fill: var(--pf-t--global--icon--color--nonstatus--hover);
|
42
|
+
--pf-v5-c-login__main-footer-links--Gap: var(--pf-t--global--spacer--md);
|
43
|
+
--pf-v5-c-login__main-footer-links-item--c-button--FontSize: var(--pf-t--global--icon--size--xl);
|
49
44
|
--pf-v5-c-login__main-footer-band--PaddingTop: var(--pf-t--global--spacer--lg);
|
50
45
|
--pf-v5-c-login__main-footer-band--PaddingRight: var(--pf-t--global--spacer--md);
|
51
46
|
--pf-v5-c-login__main-footer-band--PaddingBottom: var(--pf-t--global--spacer--lg);
|
@@ -224,6 +219,7 @@
|
|
224
219
|
.pf-v5-c-login__main-footer-links {
|
225
220
|
display: flex;
|
226
221
|
flex-wrap: wrap;
|
222
|
+
gap: var(--pf-v5-c-login__main-footer-links--Gap);
|
227
223
|
justify-content: center;
|
228
224
|
padding-block-start: var(--pf-v5-c-login__main-footer-links--PaddingTop);
|
229
225
|
padding-block-end: var(--pf-v5-c-login__main-footer-links--PaddingBottom);
|
@@ -231,21 +227,8 @@
|
|
231
227
|
padding-inline-end: var(--pf-v5-c-login__main-footer-links--PaddingRight);
|
232
228
|
}
|
233
229
|
|
234
|
-
.pf-v5-c-login__main-footer-links-item {
|
235
|
-
|
236
|
-
padding-inline-end: var(--pf-v5-c-login__main-footer-links-item--PaddingRight);
|
237
|
-
margin-block-end: var(--pf-v5-c-login__main-footer-links-item--MarginBottom);
|
238
|
-
}
|
239
|
-
|
240
|
-
.pf-v5-c-login__main-footer-links-item-link svg {
|
241
|
-
width: 100%;
|
242
|
-
max-width: var(--pf-v5-c-login__main-footer-links-item-link-svg--Width);
|
243
|
-
height: 100%;
|
244
|
-
max-height: var(--pf-v5-c-login__main-footer-links-item-link-svg--Height);
|
245
|
-
fill: var(--pf-v5-c-login__main-footer-links-item-link-svg--Fill);
|
246
|
-
}
|
247
|
-
.pf-v5-c-login__main-footer-links-item-link:hover svg {
|
248
|
-
fill: var(--pf-v5-c-login__main-footer-links-item-link-svg--hover--Fill);
|
230
|
+
.pf-v5-c-login__main-footer-links-item .pf-v5-c-button {
|
231
|
+
--pf-v5-c-button--FontSize: var(--pf-v5-c-login__main-footer-links-item--c-button--FontSize);
|
249
232
|
}
|
250
233
|
|
251
234
|
.pf-v5-c-login__main-footer-band {
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './login.css';
|
2
2
|
declare const _default: {
|
3
3
|
"brand": "pf-v5-c-brand",
|
4
|
+
"button": "pf-v5-c-button",
|
4
5
|
"dropdown": "pf-v5-c-dropdown",
|
5
6
|
"list": "pf-v5-c-list",
|
6
7
|
"login": "pf-v5-c-login",
|
@@ -13,7 +14,6 @@ declare const _default: {
|
|
13
14
|
"loginMainFooterBand": "pf-v5-c-login__main-footer-band",
|
14
15
|
"loginMainFooterLinks": "pf-v5-c-login__main-footer-links",
|
15
16
|
"loginMainFooterLinksItem": "pf-v5-c-login__main-footer-links-item",
|
16
|
-
"loginMainFooterLinksItemLink": "pf-v5-c-login__main-footer-links-item-link",
|
17
17
|
"loginMainHeader": "pf-v5-c-login__main-header",
|
18
18
|
"loginMainHeaderDesc": "pf-v5-c-login__main-header-desc",
|
19
19
|
"loginMainHeaderUtilities": "pf-v5-c-login__main-header-utilities",
|
@@ -3,6 +3,7 @@ exports.__esModule = true;
|
|
3
3
|
require('./login.css');
|
4
4
|
exports.default = {
|
5
5
|
"brand": "pf-v5-c-brand",
|
6
|
+
"button": "pf-v5-c-button",
|
6
7
|
"dropdown": "pf-v5-c-dropdown",
|
7
8
|
"list": "pf-v5-c-list",
|
8
9
|
"login": "pf-v5-c-login",
|
@@ -15,7 +16,6 @@ exports.default = {
|
|
15
16
|
"loginMainFooterBand": "pf-v5-c-login__main-footer-band",
|
16
17
|
"loginMainFooterLinks": "pf-v5-c-login__main-footer-links",
|
17
18
|
"loginMainFooterLinksItem": "pf-v5-c-login__main-footer-links-item",
|
18
|
-
"loginMainFooterLinksItemLink": "pf-v5-c-login__main-footer-links-item-link",
|
19
19
|
"loginMainHeader": "pf-v5-c-login__main-header",
|
20
20
|
"loginMainHeaderDesc": "pf-v5-c-login__main-header-desc",
|
21
21
|
"loginMainHeaderUtilities": "pf-v5-c-login__main-header-utilities",
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './login.css';
|
2
2
|
export default {
|
3
3
|
"brand": "pf-v5-c-brand",
|
4
|
+
"button": "pf-v5-c-button",
|
4
5
|
"dropdown": "pf-v5-c-dropdown",
|
5
6
|
"list": "pf-v5-c-list",
|
6
7
|
"login": "pf-v5-c-login",
|
@@ -13,7 +14,6 @@ export default {
|
|
13
14
|
"loginMainFooterBand": "pf-v5-c-login__main-footer-band",
|
14
15
|
"loginMainFooterLinks": "pf-v5-c-login__main-footer-links",
|
15
16
|
"loginMainFooterLinksItem": "pf-v5-c-login__main-footer-links-item",
|
16
|
-
"loginMainFooterLinksItemLink": "pf-v5-c-login__main-footer-links-item-link",
|
17
17
|
"loginMainHeader": "pf-v5-c-login__main-header",
|
18
18
|
"loginMainHeaderDesc": "pf-v5-c-login__main-header-desc",
|
19
19
|
"loginMainHeaderUtilities": "pf-v5-c-login__main-header-utilities",
|