32
32
}
33
33
34
34
.ct-card.pf-v6-c-card .pf-v6-c-card__title-text.ct-card-small-title {
35
- font-size : var (--pf-v5- global--FontSize --xl );
35
+ font-size : var (--pf-t-- global--font--size --xl );
36
36
}
37
37
38
38
// Only used in iSCSI dialog
57
57
58
58
th {font-weight : bold ;
59
59
text-align : start ;
60
- color : var (--pf-v5- global--palette--black-800 );
60
+ color : var (--pf-t-- global--text--color--regular );
61
61
padding-block : 0.75em ;
62
62
padding-inline : 0 ;
63
63
}
75
75
76
76
div .progress {
77
77
inline-size : 100% ;
78
- block-size : var (--pf-v5- global--FontSize -xs );
78
+ block-size : var (--pf-t-- global--font--size- -xs );
79
79
}
80
80
81
81
td .job-description {
@@ -105,21 +105,21 @@ td.job-action {
105
105
}
106
106
107
107
* + .modal-footer-teardown {
108
- padding-block-start : var (--pf-v5 -global--spacer--xl );
108
+ padding-block-start : var (--pf-t- -global--spacer--xl );
109
109
}
110
110
111
111
// FIXME: This is visual only; it needs to be fixed for a11y reasons, likely at the JSX level
112
112
.indent {
113
- padding-inline-start : calc (var (--pf-v5 -global--spacer--md ) * min (var (--level , 0 ), 10 ));
113
+ padding-inline-start : calc (var (--pf-t- -global--spacer--md ) * min (var (--level , 0 ), 10 ));
114
114
white-space : nowrap ;
115
115
}
116
116
117
117
// FIXME: Is this used?
118
- a .disabled {
119
- color : var (--pf-v5-global--palette--light-blue-200 );
120
- text-decoration : none ;
121
- cursor : not-allowed ;
122
- }
118
+ // a.disabled {
119
+ // color: var(--pf-v5-global--palette--light-blue-200);
120
+ // text-decoration: none;
121
+ // cursor: not-allowed;
122
+ // }
123
123
124
124
.widest-title {
125
125
visibility : hidden ;
@@ -137,16 +137,16 @@ a.disabled {
137
137
}
138
138
139
139
.delete-resource-dangerous {
140
- color : var (--pf-v5- global--danger- color--200 );
140
+ color : var (--pf-t-- global--color--status--danger--default );
141
141
}
142
142
143
143
.pf-v6-c-modal-box .slot-warning {
144
- color : var (--pf-v5- global--danger- color--200 );
144
+ color : var (--pf-t-- global--color--status--danger--default );
145
145
}
146
146
147
147
// This is needed to avoid showing scrollbar in dialog
148
148
.size-slider {
149
- padding-block-end : var (--pf-v5 -global--spacer--xs );
149
+ padding-block-end : var (--pf-t- -global--spacer--xs );
150
150
}
151
151
152
152
.panel-heading {
@@ -172,16 +172,16 @@ a.disabled {
172
172
}
173
173
174
174
// So that "Stored passphrase" fits
175
- .pf-v6-c-description-list.wide-label {
176
- --pf-v5-c-description-list--m-horizontal__term--width : minmax (0 , 18ch );
177
- }
175
+ // .pf-v6-c-description-list.wide-label {
176
+ // --pf-v5-c-description-list--m-horizontal__term--width: minmax(0, 18ch);
177
+ // }
178
178
179
179
.pf-v6-c-description-list .pf-v6-c-progress {
180
180
max-inline-size : 30ch ;
181
181
}
182
182
183
183
.usage-bar {
184
- --bg-color : var (--pf-v5-global--primary-color --100 );
184
+ --bg-color : var (--pf-t--chart--theme--colorscales--blue--colorscale --100 );
185
185
display : inline-block ;
186
186
inline-size : 20em ;
187
187
block-size : 1rem ;
@@ -195,7 +195,7 @@ a.disabled {
195
195
}
196
196
197
197
& -danger {
198
- --bg-color : var (--pf-v5- global--danger-color--100 );
198
+ --bg-color : var (--pf-t--chart-- global--danger- -color--100 );
199
199
}
200
200
201
201
& -empty {
@@ -329,11 +329,11 @@ a.disabled {
329
329
330
330
> svg {
331
331
// Bump the icon down to align with text, based on the difference between icon and text size, just for the top
332
- inset-block-start : calc ((var (--pf-v5- global--spacer--md ) * var (--pf-v5- global--LineHeight--md ) - var (--icon-size )) / 2 );
332
+ inset-block-start : calc ((var (--pf-t-- global--spacer--md ) * var (--pf-t-- global--font--line-height--body ) - var (--icon-size )) / 2 );
333
333
position : relative ;
334
334
335
335
path {
336
- fill : var (--pf-v5- global--Color--200 );
336
+ fill : var (--pf-t-- global--text--color--subtle );
337
337
}
338
338
}
339
339
}
0 commit comments