mod-arch-kubeflow 1.0.0

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.
Files changed (49) hide show
  1. package/README.md +50 -0
  2. package/dist/context/ThemeContext.d.ts +13 -0
  3. package/dist/context/ThemeContext.d.ts.map +1 -0
  4. package/dist/context/ThemeContext.js +23 -0
  5. package/dist/context/ThemeContext.js.map +1 -0
  6. package/dist/context/index.d.ts +2 -0
  7. package/dist/context/index.d.ts.map +1 -0
  8. package/dist/context/index.js +2 -0
  9. package/dist/context/index.js.map +1 -0
  10. package/dist/hooks/index.d.ts +2 -0
  11. package/dist/hooks/index.d.ts.map +1 -0
  12. package/dist/hooks/index.js +2 -0
  13. package/dist/hooks/index.js.map +1 -0
  14. package/dist/hooks/useThemeContext.d.ts +6 -0
  15. package/dist/hooks/useThemeContext.d.ts.map +1 -0
  16. package/dist/hooks/useThemeContext.js +10 -0
  17. package/dist/hooks/useThemeContext.js.map +1 -0
  18. package/dist/images/index.d.ts +4 -0
  19. package/dist/images/index.d.ts.map +1 -0
  20. package/dist/images/index.js +8 -0
  21. package/dist/images/index.js.map +1 -0
  22. package/dist/images/index.ts +9 -0
  23. package/dist/images/logo-kubeflow-dark-theme.svg +43 -0
  24. package/dist/images/logo-kubeflow-light-theme.svg +43 -0
  25. package/dist/images/scss.d.ts +9 -0
  26. package/dist/images/svg.d.ts +19 -0
  27. package/dist/index.d.ts +6 -0
  28. package/dist/index.d.ts.map +1 -0
  29. package/dist/index.js +17 -0
  30. package/dist/index.js.map +1 -0
  31. package/dist/jest.config.d.ts +20 -0
  32. package/dist/jest.config.d.ts.map +1 -0
  33. package/dist/jest.config.js +40 -0
  34. package/dist/jest.config.js.map +1 -0
  35. package/dist/style/MUI-theme.scss +989 -0
  36. package/dist/style/index.d.ts +2 -0
  37. package/dist/style/index.d.ts.map +1 -0
  38. package/dist/style/index.js +6 -0
  39. package/dist/style/index.js.map +1 -0
  40. package/dist/style/index.ts +6 -0
  41. package/dist/utilities/const.d.ts +5 -0
  42. package/dist/utilities/const.d.ts.map +1 -0
  43. package/dist/utilities/const.js +7 -0
  44. package/dist/utilities/const.js.map +1 -0
  45. package/dist/utilities/index.d.ts +2 -0
  46. package/dist/utilities/index.d.ts.map +1 -0
  47. package/dist/utilities/index.js +2 -0
  48. package/dist/utilities/index.js.map +1 -0
  49. package/package.json +57 -0
@@ -0,0 +1,989 @@
1
+ .mui-theme:root {
2
+ // Alert
3
+ --mui-alert--BoxShadow: none;
4
+ --mui-alert-warning-text: #663c00;
5
+ --mui-alert-warning-FontWeight: 400;
6
+ --mui-alert--PaddingBlockStart: 6px;
7
+ --mui-alert--PaddingBlockEnd: 6px;
8
+ --mui-alert--PaddingInlineStart: 16px;
9
+ --mui-alert--PaddingInlineEnd: 16px;
10
+ --mui-alert__icon--MarginInlineEnd: 12px;
11
+ --mui-alert__icon--MarginBlockStart: 7px;
12
+ --mui-alert__icon--MarginBlockStart: 7px;
13
+ --mui-alert__icon--MarginBlockEnd: 7px;
14
+ --mui-alert__icon--FontSize: 22px;
15
+
16
+ // Backdrop
17
+ --mui-backdrop-BackgroundColor: rgba(0, 0, 0, 0.5);
18
+
19
+ // Button
20
+ --mui-button-FontWeight: 500;
21
+ --mui-button--hover--BorderWidth: 1px;
22
+ --mui-button--PaddingBlockStart: 6px;
23
+ --mui-button--PaddingBlockEnd: 6px;
24
+ --mui-button--PaddingInlineStart: 16px;
25
+ --mui-button--PaddingInlineEnd: 16px;
26
+ --mui-button--LineHeight: 1.75;
27
+ --mui-link-underlineColor: rgba(33, 150, 243, 0.4);
28
+
29
+ // Helper text
30
+ --mui-helper-text__item--FontWeight: 400;
31
+
32
+ // Menu item
33
+ --mui-menu__item--PaddingBlockStart: 6px;
34
+ --mui-menu__item--PaddingBlockEnd: 6px;
35
+ --mui-menu__item--PaddingInlineStart: 16px;
36
+ --mui-menu__item--PaddingInlineEnd: 16px;
37
+ --mui-menu__item--FontSize: 1rem;
38
+ --mui-menu__item--selected--BackgroundColor: rgba(25, 118, 210, 0.08);
39
+
40
+ // Menu toggle
41
+ --mui-menu-toggle__toggle-icon--MinHeight: auto;
42
+ --mui-menu-toggle__controls--MinWidth: 0;
43
+ --mui-menu-toggle--expanded--BackgroundColor: none;
44
+ --mui-menu-toggle--expanded--BorderColor: none;
45
+ --mui-menu-toggle--LineHeight: 1.75;
46
+ --mui-menu-toggle--PaddingBlockStart: 6px;
47
+ --mui-menu-toggle--PaddingBlockEnd: 6px;
48
+ --mui-menu-toggle--PaddingInlineStart: 16px;
49
+ --mui-menu-toggle--PaddingInlineEnd: 16px;
50
+ --mui-menu-toggle--ColumnGap: 0;
51
+ --mui-menu-toggle--expanded--Color: black;
52
+ --mui-menu-toggle--PaddingInlineStart: 10px;
53
+ --mui-menu-toggle--PaddingInlineEnd: 10px;
54
+
55
+ // Radio
56
+ --mui-radio--margin: 10px 0;
57
+ --mui-radio-PaddingLeft: 30px;
58
+ --mui-radio__label--Width: 20px;
59
+ --mui-radio__label--Height: 20px;
60
+ --mui-radio__input--Width: 10px;
61
+ --mui-radio__input--Height: 10px;
62
+
63
+ // Sidebar from https://github.com/kubeflow/kubeflow/blob/4275d99754ac91f6cf5654b03824a73825e9fe55/components/centraldashboard/public/components/main-page.css#L7C1-L13C51
64
+ --kf-central-primary-background-color: #0a3b71;
65
+ --kf-central-sidebar-default-color: #ffffff90;
66
+ --kf-central-app-drawer-width: 240px;
67
+ --kf-central-app-bar-height: 24px;
68
+
69
+ // Table
70
+ --mui-table__button--BackgroundColor: none;
71
+ --mui-table__button--hover--BackgroundColor: none;
72
+ --mui-table__button--Color: var(--pf-v6-c-table--cell--Color);
73
+ --mui-table__button--PaddingBlockStart: 0;
74
+ --mui-table__button--PaddingBlockEnd: 0;
75
+ --mui-table__button--PaddingInlineStart: 0;
76
+ --mui-table__button--PaddingInlineEnd: 0;
77
+ --mui-table--cell--PaddingInlineStart: 16px;
78
+ --mui-table--cell--PaddingInlineEnd: 16px;
79
+ --mui-table--cell--PaddingBlockStart: 16px;
80
+ --mui-table--cell--PaddingBlockEnd: 16px;
81
+ --mui-table--cell--first-last-child--PaddingInline: 0px;
82
+ --mui-table__thead--cell--FontSize: 14px;
83
+ --mui-table__sort-indicator--MarginInlineStart: 4px;
84
+
85
+ letter-spacing: 0.01071em;
86
+
87
+ // Tabs
88
+ --mui-tabs__link--hover--BackgroundColor: transparent;
89
+ --mui-tabs__item--PaddingBlockStart: 0;
90
+ --mui-tabs__item--PaddingBlockEnd: 0;
91
+ --mui-tabs__item--PaddingInlineStart: 0;
92
+ --mui-tabs__item--PaddingInlineEnd: 0;
93
+ --mui-tabs__link--PaddingBlockStart: 12px;
94
+ --mui-tabs__link--PaddingBlockEnd: 12px;
95
+ --mui-tabs__link--PaddingInlineStart: 16px;
96
+ --mui-tabs__link--PaddingInlineEnd: 16px;
97
+ --mui-tabs__item--m-current__link--Color: var(--pf-t--global--text--color--brand--default);
98
+ --mui-tabs__item--m-current__link--after--BorderWidth: 2px;
99
+ --mui-tabs__link--FontSize: 0.875rem;
100
+
101
+ --mui-spacing-4px: calc(0.5 * var(--mui-spacing));
102
+ --mui-spacing-8px: var(--mui-spacing);
103
+ --mui-spacing-12px: calc(1.5 * var(--mui-spacing));
104
+ --mui-spacing-16px: calc(2 * var(--mui-spacing));
105
+
106
+ --pf-t--global--border--width--box--status--default: 1px;
107
+ --pf-t--global--border--radius--pill: var(--mui-shape-borderRadius);
108
+ --pf-t--global--border--radius--medium: var(--mui-shape-borderRadius);
109
+ --pf-t--global--text--color--brand--default: var(--mui-palette-primary-main);
110
+
111
+ --pf-t--global--color--nonstatus--blue--default: var(--mui-palette-primary-main);
112
+ --pf-t--global--text--color--inverse: var(--mui-palette-common-white);
113
+
114
+ --pf-t--global--font--family--100: Roboto, Helvetica, Arial, sans-serif;
115
+ --pf-t--global--font--family--200: Roboto, Helvetica, Arial, sans-serif;
116
+ --pf-t--global--font--family--300: Roboto, Courier, monospace;
117
+ }
118
+
119
+ .mui-theme .pf-v6-c-action-list__item .pf-v6-c-button {
120
+ border-radius: var(--mui-shape-borderRadius);
121
+ }
122
+
123
+ .mui-theme .pf-v6-c-alert {
124
+ --pf-v6-c-alert--m-warning__title--Color: var(--pf-t--global--text--color--status--warning--default);
125
+ --pf-v6-c-alert__icon--MarginInlineEnd: var(--mui-alert__icon--MarginInlineEnd);
126
+ --pf-v6-c-alert__title--FontWeight: var(--mui-alert-warning-FontWeight);
127
+ --pf-v6-c-alert__icon--MarginBlockStart: var(--mui-alert__icon--MarginBlockStart);
128
+ --pf-v6-c-alert__icon--FontSize: var(--mui-alert__icon--FontSize);
129
+ --pf-v6-c-alert--BoxShadow: var(--mui-alert--BoxShadow);
130
+ --pf-v6-c-alert--PaddingBlockStart: var(--mui-alert--PaddingBlockStart);
131
+ --pf-v6-c-alert--PaddingBlockEnd: var(--mui-alert--PaddingBlockEnd);
132
+ --pf-v6-c-alert--PaddingInlineStart: var(--mui-alert--PaddingInlineStart);
133
+ --pf-v6-c-alert--PaddingInlineEnd: var(--mui-alert--PaddingInlineEnd);
134
+ }
135
+
136
+ .mui-theme .pf-v6-c-alert__title {
137
+ padding-block: var(--mui-spacing);
138
+ }
139
+
140
+ .mui-theme .pf-v6-c-alert__icon {
141
+ --pf-v6-c-alert__icon--MarginBlockEnd: var(--mui-alert__icon--MarginBlockEnd);
142
+ }
143
+
144
+ .mui-theme .pf-v6-c-backdrop {
145
+ --pf-v6-c-backdrop--BackgroundColor: var(--mui-backdrop-BackgroundColor);
146
+ }
147
+
148
+ .mui-theme .pf-v6-c-brand.kubeflow_brand {
149
+ padding: var(--pf-t--global--spacer--md);
150
+ }
151
+
152
+ .mui-theme .pf-v6-c-button {
153
+ --pf-v6-c-button--FontWeight: var(--mui-button-FontWeight);
154
+ --pf-v6-c-button--PaddingBlockStart: var(--mui-button--PaddingBlockStart);
155
+ --pf-v6-c-button--PaddingBlockEnd: var(--mui-button--PaddingBlockEnd);
156
+ --pf-v6-c-button--PaddingInlineStart: var(--mui-button--PaddingInlineStart);
157
+ --pf-v6-c-button--PaddingInlineEnd: var(--mui-button--PaddingInlineEnd);
158
+ --pf-v6-c-button--LineHeight: var(--mui-button--LineHeight);
159
+ --pf-v6-c-button--m-plain--BorderRadius: 50%;
160
+
161
+ letter-spacing: 0.02857em;
162
+ }
163
+
164
+ .mui-theme .pf-v6-c-button.pf-m-link.pf-m-inline {
165
+ --pf-v6-c-button--hover--Color: var(--mui-palette-primary-main);
166
+ text-decoration-color: var(--mui-link-underlineColor);
167
+
168
+ &:hover {
169
+ text-decoration-color: initial;
170
+ }
171
+ }
172
+
173
+ .mui-theme .pf-v6-c-button.pf-m-link.pf-m-inline .pf-v6-c-button__icon {
174
+ // Keep icon color the same on hover
175
+ color: inherit;
176
+ }
177
+
178
+ .mui-theme .pf-v6-c-button.pf-m-secondary:hover {
179
+ --pf-v6-c-button--BorderWidth: var(--mui-button--hover--BorderWidth);
180
+ --pf-v6-c-button--BackgroundColor: rgba(33, 150, 243, 0.04);
181
+ }
182
+
183
+ .mui-theme .pf-v6-c-description-list__text .pf-v6-l-split__item.pf-m-fill {
184
+ align-content: center;
185
+ }
186
+
187
+ .mui-theme .pf-v6-c-form {
188
+ --pf-v6-c-form--GridGap: none;
189
+ }
190
+
191
+ .mui-theme .pf-v6-c-form__group {
192
+ position: relative;
193
+ }
194
+
195
+ .mui-theme .pf-v6-c-form__group.model-description .pf-v6-c-form__group-label,
196
+ .mui-theme .pf-v6-c-form__group.version-description .pf-v6-c-form__group-label,
197
+ .mui-theme .pf-v6-c-form__group.location-path {
198
+ padding-block-start: 10px;
199
+ }
200
+
201
+ .mui-theme .pf-v6-c-form__group.form-group-disabled .pf-v6-c-form__label {
202
+ color: var(--mui-palette-text-disabled);
203
+ }
204
+
205
+ .mui-theme .pf-v6-c-form__group.form-group-error .pf-v6-c-form__label {
206
+ color: var(--mui-palette-error-main);
207
+ }
208
+
209
+ .mui-theme .pf-v6-c-form__helper-text.path-helper-text {
210
+ margin-inline-start: var(--pf-t--global--spacer--lg);
211
+ }
212
+
213
+ .mui-theme .pf-v6-c-helper-text .pf-v6-c-helper-text__item-icon {
214
+ display: none;
215
+ }
216
+
217
+ .mui-theme .pf-v6-c-form__section-title {
218
+ --pf-v6-c-form__section-title--MarginBlockStart: 0px;
219
+ --pf-v6-c-form__section-title--MarginInlineStart: 0px;
220
+ --pf-v6-c-form__section-title--MarginBlockEnd: 0.35em;
221
+ --pf-v6-c-form__section-title--MarginInlineEnd: 0px;
222
+ }
223
+
224
+ .mui-theme .pf-v6-c-form__label {
225
+ position: absolute;
226
+ top: 35%;
227
+ left: 12px;
228
+ font-size: 14px;
229
+ color: var(--mui-palette-grey-600);
230
+ pointer-events: none;
231
+ transition: all 0.2s ease;
232
+ transform-origin: left center;
233
+ transform: translateY(-50%) scale(0.75);
234
+ background-color: var(--mui-palette-common-white);
235
+ padding: 0 4px;
236
+ z-index: 1;
237
+ --pf-v6-c-form__label-required--Color: currentColor;
238
+ }
239
+
240
+ .mui-theme .pf-v6-c-form-control input::placeholder {
241
+ --pf-v6-c-form-control--m-placeholder--Color: var(--mui-palette-grey-600);
242
+ }
243
+
244
+ .mui-theme .pf-v6-c-form-control {
245
+ --pf-v6-c-form-control--m-disabled--BackgroundColor: var(--mui-palette-common-white);
246
+ --pf-v6-c-form-control--m-disabled--Color: var(--mui-palette-text-disabled);
247
+ --pf-v6-c-form-control--m-error--after--BorderColor: var(--mui-palette-error-main);
248
+ --pf-v6-c-form-control--m-error--hover--after--BorderColor: var(--mui-palette-error-main);
249
+ }
250
+
251
+ .mui-theme .pf-v6-c-form-control {
252
+ // Resize is disabled in MUI.
253
+ resize: none;
254
+ --pf-v6-c-form-control--PaddingBlockStart: var(--mui-spacing-16px);
255
+ --pf-v6-c-form-control--PaddingBlockEnd: var(--mui-spacing-16px);
256
+ }
257
+
258
+ .mui-theme .pf-v6-c-form__section {
259
+ --pf-v6-c-form__section--Gap: 0px;
260
+ }
261
+
262
+
263
+ .mui-theme .tr-fieldset-wrapper .form-fieldset {
264
+ inset: 0px;
265
+ }
266
+
267
+ .mui-theme .pf-v6-c-form-control {
268
+ // Using CSS property here since PF vars for input padding do not exist.
269
+ // PF can add custom vars for padding on text input, text area, and form select
270
+
271
+ --pf-v6-c-form-control--PaddingBlockStart: 16.5px;
272
+ --pf-v6-c-form-control--PaddingBlockEnd: 16.5px;
273
+ --pf-v6-c-form-control--PaddingInlineStart: 14px;
274
+ --pf-v6-c-form-control--PaddingInlineEnd: 14px;
275
+ }
276
+
277
+ .mui-theme .pf-v6-c-text-input-group::before {
278
+ border: none;
279
+ }
280
+
281
+ .mui-theme .pf-v6-c-text-input-group {
282
+ --pf-v6-c-text-input-group__text-input--PaddingBlockStart: 16.5px;
283
+ --pf-v6-c-text-input-group__text-input--PaddingInlineStart: 32px;
284
+ --pf-v6-c-text-input-group__text-input--PaddingBlockEnd: 14px;
285
+ --pf-v6-c-text-input-group__text-input--PaddingInlineEnd: 14px;
286
+ }
287
+
288
+ .mui-theme .pf-v6-c-text-input-group {
289
+ --pf-v6-c-text-input-group__icon--Color: rgba(0, 0, 0, 0.38);
290
+ }
291
+
292
+ .mui-theme .pf-v6-c-form__group-control textarea {
293
+ position: relative;
294
+ box-sizing: border-box;
295
+ }
296
+
297
+ .mui-theme .pf-v6-c-form-control> :is(input, select, textarea):focus {
298
+ --pf-v6-c-form-control--OutlineOffset: none;
299
+ outline: none;
300
+ }
301
+
302
+ .mui-theme .pf-v6-c-text-input-group__text-input:focus {
303
+ --pf-v6-c-form-control--OutlineOffset: none;
304
+ outline: none;
305
+ }
306
+
307
+ .form-fieldset-wrapper {
308
+ position: relative;
309
+ width: 100%;
310
+ }
311
+
312
+ .pf-v6-c-form__group .form-fieldset-legend {
313
+ float: unset;
314
+ width: auto;
315
+ overflow: hidden;
316
+ display: block;
317
+ padding: 0;
318
+ height: 11px;
319
+ font-size: 0.75em;
320
+ visibility: hidden;
321
+ max-width: 0.01px;
322
+ white-space: nowrap;
323
+ max-width: 100%;
324
+ }
325
+
326
+ .form-fieldset-wrapper:hover .form-fieldset {
327
+ border-color: var(--mui-palette-common-black);
328
+ }
329
+
330
+ .form-fieldset-wrapper:focus-within span.pf-v6-c-form-control.pf-m-disabled~.form-fieldset {
331
+ border-color: rgba(0, 0, 0, 0.23);
332
+ }
333
+
334
+ .form-fieldset-wrapper span.pf-v6-c-form-control.pf-m-error~.form-fieldset {
335
+ border-color: var(--mui-palette-error-main);
336
+ }
337
+
338
+ .form-fieldset-wrapper .pf-v6-c-input-group span.pf-v6-c-form-control .pf-m-error~.form-fieldset {
339
+ border-color: var(--mui-palette-error-main);
340
+ }
341
+
342
+ .form-fieldset-wrapper .pf-v6-c-input-group__item button {
343
+ // Aligns EyeIcon in password input
344
+ --pf-v6-c-button--PaddingBlockStart: var(--mui-spacing-16px);
345
+ --pf-v6-c-button--PaddingBlockEnd: var(--mui-spacing-16px);
346
+ --pf-v6-c-button--BorderColor: var(--mui-palette-common-white);
347
+ --pf-v6-c-button--BorderRadius: 50%;
348
+ }
349
+
350
+ .form-fieldset-wrapper:focus-within .form-fieldset {
351
+ border-color: var(--mui-palette-primary-main);
352
+ border-width: 2px;
353
+ padding: 7px 7px;
354
+ }
355
+
356
+ .form-fieldset-legend {
357
+ float: unset;
358
+ width: auto;
359
+ overflow: hidden;
360
+ display: block;
361
+ padding: 0 5px 0 5px;
362
+ font-size: 0.75em;
363
+ max-width: 0.01px;
364
+ white-space: nowrap;
365
+ max-width: 100%;
366
+ }
367
+
368
+ .form-fieldset-wrapper:focus-within {
369
+ color: var(--mui-palette-primary-main);
370
+ }
371
+
372
+ .form-fieldset-wrapper,
373
+ .toolbar-fieldset-wrapper,
374
+ .tr-fieldset-wrapper {
375
+ position: relative;
376
+ width: 100%;
377
+ }
378
+
379
+ .form-fieldset-wrapper .form-fieldset:hover {
380
+ border-color: var(--mui-palette-common-black);
381
+ }
382
+
383
+ .toolbar-fieldset-wrapper:focus-within .form-fieldset,
384
+ .tr-fieldset-wrapper:focus-within .form-fieldset {
385
+ border-color: var(--mui-palette-primary-main);
386
+ border-width: 2px;
387
+ padding: 7px 7px;
388
+ }
389
+
390
+ .toolbar-fieldset-wrapper .form-fieldset,
391
+ .form-fieldset {
392
+ text-align: left;
393
+ position: absolute;
394
+ inset: -5px 0px 0px;
395
+ margin: 0;
396
+ padding: 0 8px;
397
+ pointer-events: none;
398
+ border-radius: inherit;
399
+ border-style: solid;
400
+ border-width: 1px;
401
+ overflow: hidden;
402
+ min-width: 0%;
403
+ border-color: rgba(0, 0, 0, 0.23);
404
+ border-radius: var(--mui-shape-borderRadius);
405
+ }
406
+
407
+ .toolbar-fieldset-wrapper .form-fieldset-legend {
408
+ float: unset;
409
+ width: auto;
410
+ overflow: hidden;
411
+ display: block;
412
+ padding: 0 5px 0 5px;
413
+ font-size: 0.75em;
414
+ max-width: 0.01px;
415
+ white-space: nowrap;
416
+ max-width: 100%;
417
+ }
418
+
419
+ .toolbar-fieldset-wrapper .form-fieldset-legend span {
420
+ font-weight: var(--pf-t--global--font--weight--200);
421
+ }
422
+
423
+ .toolbar-fieldset-wrapper:focus-within {
424
+ color: var(--mui-palette-primary-main);
425
+ }
426
+
427
+ .toolbar-fieldset-wrapper:focus-within .form-fieldset-legend {
428
+ color: var(--mui-palette-primary-main);
429
+ }
430
+
431
+ .tr-fieldset-wrapper .pf-v6-c-form-control,
432
+ .toolbar-fieldset-wrapper .pf-v6-c-form-control,
433
+ .form-fieldset-wrapper .pf-v6-c-form-control {
434
+ --pf-v6-c-form-control--before--BorderColor: transparent !important;
435
+ --pf-v6-c-form-control--after--BorderColor: transparent !important;
436
+ }
437
+
438
+ .pf-v6-c-form__group .pf-v6-c-form-control:focus-within+.pf-v6-c-form__label,
439
+ .pf-v6-c-form__group .pf-v6-c-form-control:not(:placeholder-shown)+.pf-v6-c-form__label {
440
+ color: var(--mui-palette-primary-main);
441
+ }
442
+
443
+ .pf-v6-c-form__group:focus-within .pf-v6-c-form-control {
444
+ --pf-v6-c-form-control--after--BorderWidth: 2px;
445
+ }
446
+
447
+ .pf-v6-c-form-control.pf-m-error {
448
+ --pf-v6-c-form-control--after--BorderColor: var(--mui-palette-error-main);
449
+ }
450
+
451
+ .mui-theme .pf-v6-c-form-control__utilities {
452
+ display: none;
453
+ }
454
+
455
+ .mui-theme .pf-v6-c-helper-text__item.pf-m-error {
456
+ --pf-v6-c-helper-text__item-text--Color: var(--mui-palette-error-main);
457
+ --pf-v6-c-helper-text__item-text--FontWeight: var(--mui-helper-text__item--FontWeight);
458
+ margin-left: 14px;
459
+ margin-top: 3px;
460
+ }
461
+
462
+ .pf-v6-c-form__group.pf-m-error .pf-v6-c-form__label {
463
+ // Using CSS property here since --pf-v6-c-form__label--Color does not exist.
464
+
465
+ color: var(--mui-palette-error-main);
466
+ }
467
+
468
+ .mui-theme .pf-v6-c-form__group.pf-m-error fieldset.form-fieldset {
469
+ border-color: var(--mui-palette-error-main);
470
+ }
471
+
472
+ .pf-v6-c-form__group:not(.pf-m-error):focus-within .pf-v6-c-form__label {
473
+ // Using CSS property here since --pf-v6-c-form__label--Color does not exist.
474
+
475
+ /* Change color of the label when the input is focused */
476
+ color: var(--mui-palette-primary-main);
477
+ }
478
+
479
+ .mui-theme .pf-v6-c-menu {
480
+ --pf-v6-c-menu--BoxShadow: var(--mui-shadows-8);
481
+ --pf-v6-c-menu--BorderRadius: var(--mui-shape-borderRadius);
482
+ --pf-v6-c-menu--PaddingBlockStart: var(--mui-spacing);
483
+ --pf-v6-c-menu--PaddingBlockEnd: var(--mui-spacing);
484
+ --pf-v6-c-menu--PaddingInlineStart: var(--mui-spacing);
485
+ --pf-v6-c-menu--PaddingInlineEnd: var(--mui-spacing);
486
+ --pf-v6-c-menu__item--PaddingBlockStart: var(--mui-menu__item--PaddingBlockStart);
487
+ --pf-v6-c-menu__item--PaddingBlockEnd: var(--mui-menu__item--PaddingBlockEnd);
488
+ --pf-v6-c-menu__item--PaddingInlineStart: var(--mui-menu__item--PaddingInlineStart);
489
+ --pf-v6-c-menu__item--PaddingInlineEnd: var(--mui-menu__item--PaddingInlineEnd);
490
+ --pf-v6-c-menu__item--FontSize: var(--mui-menu__item--FontSize);
491
+ }
492
+
493
+ .mui-theme .pf-v6-c-menu__item.pf-m-selected {
494
+ --pf-v6-c-menu__item--BackgroundColor: var(--mui-menu__item--selected--BackgroundColor);
495
+ }
496
+
497
+ .mui-theme .pf-v6-c-menu__item-select-icon {
498
+ display: none;
499
+ }
500
+
501
+ .mui-theme .pf-v6-c-menu-toggle:not(.pf-m-plain) {
502
+ --pf-v6-c-menu-toggle__toggle-icon--MinHeight: var(--mui-menu-toggle__toggle-icon--MinHeight);
503
+ --pf-v6-c-menu-toggle__controls--MinWidth: var(--mui-menu-toggle__controls--MinWidth);
504
+ --pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--mui-menu-toggle--expanded--BackgroundColor);
505
+ --pf-v6-c-menu-toggle--expanded--BorderColor: var(--mui-menu-toggle--expanded--BorderColor);
506
+ --pf-v6-c-menu-toggle--PaddingInlineStart: var(--mui-menu-toggle--PaddingInlineStart);
507
+ --pf-v6-c-menu-toggle--PaddingInlineEnd: var(--mui-menu-toggle--PaddingInlineEnd);
508
+ --pf-v6-c-menu-toggle--ColumnGap: var(--mui-menu-toggle--ColumnGap);
509
+ --pf-v6-c-menu-toggle--expanded--Color: var(--mui-palette-common-black);
510
+ --pf-v6-c-menu-toggle--hover--BorderColor: var(--mui-menu-toggle--hover--BorderColor);
511
+ --pf-v6-c-menu-toggle--BorderColor: var(--mui-menu-toggle--BorderColor);
512
+ --pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
513
+ --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--expanded--child--BackgroundColor: var(--pf-t--global--color--brand--default);
514
+ --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BorderInlineStartColor: var(--mui-palette-primary-dark);
515
+ --pf-v6-c-menu-toggle--disabled--BackgroundColor: var(--mui-palette-common-white);
516
+ --pf-v6-c-menu-toggle--disabled--Color: var(--mui-palette-text-disabled);
517
+ --pf-v6-c-menu-toggle--disabled__toggle-icon--Color: var(--mui-palette-action-disabled);
518
+
519
+ border-radius: var(--mui-shape-borderRadius);
520
+ font-weight: var(--mui-button-FontWeight);
521
+ letter-spacing: 0.02857em;
522
+ }
523
+
524
+ // Apply the menu toggle styling to all except split button variant
525
+ .mui-theme .pf-v6-c-menu-toggle:not(.pf-m-split-button) {
526
+ position: relative;
527
+ box-sizing: border-box;
528
+ border: 1px solid rgba(0, 0, 0, 0.23);
529
+ --pf-v6-c-menu-toggle--BackgroundColor: var(--mui-palette-common-white);
530
+
531
+ &:hover {
532
+ // Restore direct border color setting for hover
533
+ border-color: var(--mui-palette-common-black);
534
+ }
535
+
536
+ &:focus-within {
537
+ // Keep border width consistent to prevent layout shift
538
+ border: 1px solid var(--mui-palette-primary-main);
539
+ // Use box-shadow to create a thicker border while preventing layout shift
540
+ box-shadow: 0 0 0 1px var(--mui-palette-primary-main);
541
+ }
542
+ }
543
+
544
+ .mui-theme .pf-v6-c-menu-toggle.pf-m-plain {
545
+ --pf-v6-c-menu-toggle--BorderRadius: 50%;
546
+ // Ensure plain variant doesn't get the border styling
547
+ border: none;
548
+
549
+ &:hover,
550
+ &:focus-within {
551
+ border: none;
552
+ box-shadow: none;
553
+ background-color: var(--pf-v6-c-menu-toggle--hover--BackgroundColor);
554
+ }
555
+ }
556
+
557
+ .mui-theme .pf-v6-c-menu-toggle__button {
558
+ font-weight: var(--mui-button-FontWeight);
559
+ letter-spacing: 0.02857em;
560
+ align-self: stretch;
561
+ }
562
+
563
+ .mui-theme .pf-v6-c-menu-toggle.pf-m-disabled {
564
+ border: solid 1px var(--mui-palette-action-disabled);
565
+ }
566
+
567
+ .mui-theme .pf-v6-c-menu-toggle.pf-m-plain {
568
+ --pf-v6-c-menu-toggle--BorderRadius: 50%;
569
+ }
570
+
571
+ .mui-theme .pf-v6-c-menu-toggle.pf-m-primary {
572
+ --pf-v6-c-menu-toggle--expanded--Color: var(--mui-palette-common-white);
573
+ --pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--mui-palette-primary-main);
574
+ --pf-v6-c-menu-toggle--hover--BackgroundColor: var(--mui-palette-primary-dark);
575
+ }
576
+
577
+ .mui-theme .pf-v6-c-menu-toggle.pf-m-primary.pf-m-split-button {
578
+ --pf-v6-c-menu-toggle--expanded--Color: var(--pf-t--global--text--color--on-brand--clicked);
579
+ }
580
+
581
+ .mui-theme .pf-v6-c-menu-toggle.pf-m-primary.pf-m-split-button .pf-v6-c-menu-toggle__button[aria-expanded='true'] {
582
+ --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--mui-palette-primary-dark);
583
+ }
584
+
585
+ .mui-theme .pf-v6-c-menu-toggle__button:has(.pf-v6-c-menu-toggle__toggle-icon) {
586
+ --pf-v6-c-menu-toggle--PaddingBlockStart: var(--mui-spacing-4);
587
+ --pf-v6-c-menu-toggle--PaddingBlockEnd: var(--mui-spacing-4);
588
+ --pf-v6-c-menu-toggle--PaddingInlineStart: var(--mui-menu-toggle--PaddingInlineStart);
589
+ --pf-v6-c-menu-toggle--PaddingInlineEnd: var(--mui-menu-toggle--PaddingInlineEnd);
590
+ }
591
+
592
+ .mui-theme .pf-v6-c-menu-toggle__button .pf-v6-c-menu-toggle__toggle-icon .pf-v6-svg {
593
+ vertical-align: revert;
594
+ }
595
+
596
+ .mui-theme .pf-v6-c-menu-toggle__toggle-icon {
597
+ font-size: 20px;
598
+ }
599
+
600
+ .mui-theme .pf-v6-c-menu-toggle:not(.pf-m-split-button) .pf-v6-c-menu-toggle__toggle-icon {
601
+ margin-right: calc(var(--mui-spacing) * -1 + 4px);
602
+ margin-left: var(--mui-spacing);
603
+ }
604
+
605
+ .mui-theme .pf-v6-c-menu-toggle__icon {
606
+ display: block;
607
+ }
608
+
609
+ .mui-theme .pf-v6-c-nav {
610
+ padding-block-start: 0;
611
+ }
612
+
613
+ .mui-theme .pf-v6-c-nav__link {
614
+ --pf-v6-c-nav__link--BorderRadius: 0px;
615
+ --pf-v6-c-nav__link--hover--BackgroundColor: #ffffff1b;
616
+ --pf-v6-c-nav__link--Color: var(--kf-central-sidebar-default-color);
617
+ --pf-v6-c-nav__link--hover--Color: var(--kf-central-sidebar-default-color);
618
+ --pf-v6-c-nav__link--FontSize: var(--pf-t--global--font--size--md);
619
+
620
+ &.active {
621
+ border-left: 3px solid var(--mui-palette-common-white);
622
+ --pf-v6-c-nav__link--Color: var(--mui-palette-common-white);
623
+ --pf-v6-c-nav__link--hover--Color: var(--mui-palette-common-white);
624
+ }
625
+
626
+ &.pf-v6-c-brand {
627
+ --pf-v6-c-nav__link--hover--BackgroundColor: none;
628
+ }
629
+ }
630
+
631
+ .mui-theme .pf-v6-c-nav__link:focus {
632
+ --pf-v6-c-nav__link--Color: var(--mui-palette-common-white);
633
+ }
634
+
635
+ .mui-theme .pf-v6-c-nav__list {
636
+ row-gap: none;
637
+ }
638
+
639
+ .mui-theme .pf-v6-radio {
640
+ --pf-v6-c-radio--AccentColor: var(--mui-palette-primary-main);
641
+ }
642
+
643
+ .mui-theme .pf-v6-c-radio {
644
+ display: flex;
645
+ align-items: center;
646
+ margin: var(--mui-radio--margin);
647
+ }
648
+
649
+ .mui-theme .pf-v6-c-radio__input {
650
+ /* Hide default radio button */
651
+ display: none;
652
+ }
653
+
654
+ .mui-theme .pf-v6-c-radio__label {
655
+ --pf-v6-c-radio__label--FontSize: 16px;
656
+ padding-left: var(--mui-radio-PaddingLeft);
657
+ position: relative;
658
+ cursor: pointer;
659
+ user-select: none;
660
+ }
661
+
662
+ /* Custom radio circle */
663
+ .mui-theme .pf-v6-c-radio__label::before {
664
+ content: '';
665
+ position: absolute;
666
+ left: 0;
667
+ top: 50%;
668
+ transform: translateY(-50%);
669
+ width: var(--mui-radio__label--Width);
670
+ height: var(--mui-radio__label--Height);
671
+ border: 2px solid var(--mui-palette-primary-main);
672
+ border-radius: 50%;
673
+ background: var(--mui-palette-common-white);
674
+ }
675
+
676
+ /* When radio is checked */
677
+ .mui-theme .pf-v6-c-radio__input:checked+.pf-v6-c-radio__label::before {
678
+ background: var(--mui-palette-common-white);
679
+ border-color: var(--mui-palette-primary-main);
680
+ }
681
+
682
+ .mui-theme .pf-v6-c-page__sidebar {
683
+ position: fixed;
684
+ --pf-v6-c-page__sidebar--Width: var(--kf-central-app-drawer-width);
685
+ --pf-v6-c-page__sidebar--BackgroundColor: var(--kf-central-primary-background-color);
686
+ height: 100vh;
687
+ z-index: 300;
688
+ display: flex;
689
+ flex-direction: column;
690
+ }
691
+
692
+ .mui-theme .pf-v6-c-page__sidebar-body {
693
+ --pf-v6-c-page__sidebar-body--PaddingInlineStart: 0px;
694
+ --pf-v6-c-page__sidebar-body--PaddingInlineEnd: 0px;
695
+ flex: 1;
696
+ overflow-y: auto;
697
+ }
698
+
699
+ /* Inner dot for checked state */
700
+ .mui-theme .pf-v6-c-radio__input:checked+.pf-v6-c-radio__label::after {
701
+ content: '';
702
+ position: absolute;
703
+ left: 5px;
704
+ /* Center the dot */
705
+ top: 50%;
706
+ transform: translateY(-50%);
707
+ width: var(--mui-radio__input--Width);
708
+ /* Size of inner dot */
709
+ height: var(--mui-radio__input--Height);
710
+ border-radius: 50%;
711
+ background: var(--mui-palette-primary-main);
712
+ }
713
+
714
+ .mui-theme .pf-v6-c-table {
715
+ --pf-v6-c-table__sort--m-selected__button--Color: var(--mui-palette-text-primary);
716
+ --pf-v6-c-table__sort-indicator--Color: var(--mui-palette-text-secondary);
717
+ --pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--mui-palette-text-secondary);
718
+ --pf-v6-c-table__sort__button--hover__text--Color: var(--mui-palette-text-secondary);
719
+ --pf-v6-c-table--cell--Color: var(--mui-palette-text-primary);
720
+ --pf-v6-c-table__button--hover--BackgroundColor: var(--mui-table__button--BackgroundColor);
721
+ --pf-v6-c-table__button--Color: var(--pf-v6-c-table--cell--Color);
722
+ --pf-v6-c-table__button--PaddingBlockStart: var(--mui-table__button--PaddingBlockStart);
723
+ --pf-v6-c-table__button--PaddingBlockEnd: var(--mui-table__button--PaddingBlockEnd);
724
+ --pf-v6-c-table__button--PaddingInlineStart: var(--mui-table__button--PaddingInlineStart);
725
+ --pf-v6-c-table__button--PaddingInlineEnd: var(--mui-table__button--PaddingInlineEnd);
726
+ --pf-v6-c-table--cell--PaddingInlineStart: var(--mui-table--cell--PaddingInlineStart);
727
+ --pf-v6-c-table--cell--PaddingInlineEnd: var(--mui-table--cell--PaddingInlineEnd);
728
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--mui-table--cell--PaddingBlockStart);
729
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--mui-table--cell--PaddingBlockEnd);
730
+ --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--mui-table--cell--first-last-child--PaddingInline);
731
+ --pf-v6-c-table__thead--cell--FontWeight: var(--mui-button-FontWeight);
732
+ --pf-v6-c-table__thead--cell--FontSize: var(--mui-table__thead--cell--FontSize);
733
+ --pf-v6-c-table__tr--BorderBlockEndColor: var(--mui-palette-grey-300);
734
+ --pf-v6-c-table__sort-indicator--MarginInlineStart: var(--mui-table__sort-indicator--MarginInlineStart);
735
+
736
+ letter-spacing: 0.01071em;
737
+ }
738
+
739
+ .mui-theme .pf-v6-c-table .pf-m-align-right {
740
+ text-align: right;
741
+ }
742
+
743
+ .mui-theme .pf-v6-c-table__sort-indicator {
744
+ font-size: 18px;
745
+ opacity: 0;
746
+ transition:
747
+ opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
748
+ transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
749
+ transform-origin: center center;
750
+ align-self: start;
751
+ }
752
+
753
+ /* CSS workaround to use MUI icon for sort icon */
754
+ .mui-theme .pf-v6-c-table__sort-indicator::before {
755
+ display: block;
756
+ width: 1em;
757
+ height: 1em;
758
+ content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowDownwardIcon'%3E%3Cpath d='M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z'%3E%3C/path%3E%3C/svg%3E");
759
+ }
760
+
761
+ /* Hide PF's default icon for the CSS workaround to use MUI's icon */
762
+ .mui-theme .pf-v6-c-table__sort-indicator svg {
763
+ display: none;
764
+ }
765
+
766
+ .mui-theme .pf-v6-c-table__button:is(:hover, :focus) .pf-v6-c-table__sort-indicator,
767
+ .mui-theme .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__sort-indicator {
768
+ opacity: 0.6;
769
+ }
770
+
771
+ .mui-theme .pf-v6-c-table__sort[aria-sort='ascending'] .pf-v6-c-table__sort-indicator {
772
+ transform: rotate(180deg);
773
+ align-self: end;
774
+ }
775
+
776
+ .mui-theme .pf-v6-c-table__sort[aria-sort='descending'] .pf-v6-c-table__sort-indicator {
777
+ align-self: start;
778
+ }
779
+
780
+ .mui-theme .pf-v6-c-tab-content {
781
+ --pf-v6-c-tab-content__body--m-padding--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
782
+ --pf-v6-c-tab-content__body--m-padding--PaddingBlockStart: var(--pf-t--global--spacer--lg);
783
+ --pf-v6-c-tab-content__body--m-padding--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
784
+ --pf-v6-c-tab-content__body--m-padding--PaddingInlineStart: var(--pf-t--global--spacer--lg);
785
+ }
786
+
787
+ .mui-theme .pf-v6-c-tabs {
788
+ --pf-v6-c-tabs__link--hover--BackgroundColor: var(--mui-tabs__link--hover--BackgroundColor);
789
+ --pf-v6-c-tabs__item--PaddingBlockStart: var(--mui-tabs__item--PaddingBlockStart);
790
+ --pf-v6-c-tabs__item--PaddingBlockEnd: var(--mui-tabs__item--PaddingBlockEnd);
791
+ --pf-v6-c-tabs__item--PaddingInlineStart: none;
792
+ --pf-v6-c-tabs__item--PaddingInlineEnd: var(--mui-tabs__item--PaddingInlineEnd);
793
+ --pf-v6-c-tabs__link--PaddingBlockStart: var(--mui-tabs__link--PaddingBlockStart);
794
+ --pf-v6-c-tabs__link--PaddingBlockEnd: var(--mui-tabs__link--PaddingBlockEnd);
795
+ --pf-v6-c-tabs__link--PaddingInlineStart: var(--mui-tabs__link--PaddingInlineStart);
796
+ --pf-v6-c-tabs__link--PaddingInlineEnd: var(--mui-tabs__link--PaddingInlineEnd);
797
+ --pf-v6-c-tabs__item--m-current__link--Color: var(--pf-t--global--text--color--brand--default);
798
+ --pf-v6-c-tabs__item--m-current__link--after--BorderWidth: var(--mui-tabs__item--m-current__link--after--BorderWidth);
799
+ --pf-v6-c-tabs__link--FontSize: 0.875rem;
800
+ }
801
+
802
+ .mui-theme .pf-v6-c-tabs__link {
803
+ font-weight: var(--mui-button-FontWeight);
804
+ line-height: var(--mui-button-line-height);
805
+ letter-spacing: 0.02857em;
806
+ }
807
+
808
+ .mui-theme .pf-v6-c-tab-content {
809
+ --pf-v6-c-tab-content__body--m-padding--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
810
+ --pf-v6-c-tab-content__body--m-padding--PaddingBlockStart: var(--pf-t--global--spacer--lg);
811
+ --pf-v6-c-tab-content__body--m-padding--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
812
+ --pf-v6-c-tab-content__body--m-padding--PaddingInlineStart: var(--pf-t--global--spacer--lg);
813
+ }
814
+
815
+ .mui-theme .pf-v6-c-table__td.pf-v6-c-table__action.pf-m-width-10 {
816
+ align-content: center;
817
+ }
818
+
819
+ .mui-theme .pf-v6-c-toolbar__item.kubeflow-u-namespace-select>.pf-v6-c-menu-toggle.pf-m-disabled {
820
+ border: none;
821
+ }
822
+
823
+ .mui-theme .pf-v6-c-label {
824
+ --pf-v6-c-label--BorderRadius: 16px;
825
+ --pf-v6-c-label--FontSize: 0.8125rem;
826
+ --pf-v6-c-label--PaddingInlineEnd: var(--mui-spacing-8px);
827
+ --pf-v6-c-label--PaddingInlineStart: var(--mui-spacing-8px);
828
+ --pf-v6-c-label--PaddingBlockStart: 0;
829
+ --pf-v6-c-label--PaddingBlockEnd: 0;
830
+ height: 24px;
831
+ }
832
+
833
+ .mui-theme .pf-v6-c-label.pf-m-overflow {
834
+ border: 1px solid var(--mui-palette-grey-400);
835
+
836
+ .pf-v6-c-label__text {
837
+ color: var(--mui-palette-common-black);
838
+ }
839
+ }
840
+
841
+ .mui-theme .pf-v6-c-label.pf-m-filled .pf-v6-c-label__actions .pf-v6-c-button {
842
+ --pf-v6-c-button__icon--Color: var(--mui-palette-common-white);
843
+ --pf-v6-c-button--PaddingInlineStart: var(--mui-spacing-4px);
844
+ --pf-v6-c-button--PaddingInlineEnd: var(--mui-spacing-4px);
845
+ }
846
+
847
+ .mui-theme .pf-v6-c-label {
848
+ --pf-v6-c-label--m-blue--Color: var(--pf-t--global--text--color--inverse);
849
+ }
850
+
851
+ .mui-theme .pf-v6-c-label-group.pf-m-category {
852
+ --pf-v6-c-label-group--m-category--BorderWidth: 0px;
853
+ --pf-v6-c-label-group--m-category--BorderRadius: var(--mui-shape-borderRadius);
854
+ box-shadow: var(--mui-shadows-1);
855
+ }
856
+
857
+ .mui-theme .pf-v6-c-label.pf-m-outline {
858
+ --pf-v6-c-label--BorderColor: none;
859
+ --pf-v6-c-label--BackgroundColor: var(--mui-palette-grey-200);
860
+ }
861
+
862
+ .mui-theme .pf-v6-c-masthead {
863
+ --pf-v6-c-masthead--BackgroundColor: var(--mui-palette-common-white);
864
+ box-shadow: var(--mui-shadows-1);
865
+ min-height: var(--kf-central-app-bar-height);
866
+ }
867
+
868
+ .mui-theme .pf-v6-c-modal-box {
869
+ --pf-v6-c-modal-box--BorderRadius: var(--mui-shape-borderRadius);
870
+ --pf-v6-c-modal-box--BoxShadow: var(--mui-shadows-24)
871
+ }
872
+
873
+ .mui-theme .pf-v6-c-button.pf-m-plain {
874
+ --pf-v6-c-button--BorderRadius: 50%;
875
+ }
876
+
877
+ .mui-theme .pf-v6-c-page {
878
+ --pf-v6-c-page--BackgroundColor: var(--mui-palette-common-white);
879
+ }
880
+
881
+ .mui-theme .pf-v6-c-page__main {
882
+ --pf-v6-c-page__main--PaddingRight: 0;
883
+ overflow: visible;
884
+ margin-right: 2px;
885
+ }
886
+
887
+ .mui-theme .pf-v6-c-page__main-section {
888
+ --pf-v6-c-page__main-section--PaddingRight: 0;
889
+ overflow: visible;
890
+ margin-right: 2px;
891
+ gap: 0;
892
+ }
893
+
894
+ .mui-theme .pf-v6-c-page__main-container {
895
+ overflow: visible;
896
+ margin-right: 2px;
897
+ }
898
+
899
+ .mui-theme .pf-v6-c-pagination {
900
+ --pf-v6-c-pagination__total-items--Display: block;
901
+ }
902
+
903
+ .mui-theme .pf-v6-c-pagination__total-items b {
904
+ font-weight: normal;
905
+ }
906
+
907
+ .mui-theme .pf-v6-c-pagination__page-menu {
908
+ order: -1;
909
+ }
910
+
911
+ .mui-theme .pf-v6-c-pagination__page-menu .pf-v6-c-menu-toggle {
912
+ --pf-v6-c-menu-toggle--expanded--BackgroundColor: none;
913
+ --pf-v6-c-menu-toggle--hover--BackgroundColor: none;
914
+ text-transform: none;
915
+ }
916
+
917
+ .mui-theme .pf-v6-c-pagination__page-menu::before {
918
+ content: 'Rows per page:';
919
+ }
920
+
921
+ /* Hide Masthead Toggle by default */
922
+ .mui-theme .pf-v6-c-masthead__toggle {
923
+ display: none;
924
+ }
925
+
926
+ /* Show Masthead Toggle on viewports below 1270px */
927
+ @media (max-width: 1200px) {
928
+ .mui-theme .pf-v6-c-masthead__toggle {
929
+ display: block;
930
+ padding-block-start: var(--mui-spacing-4px);
931
+ }
932
+
933
+ .mui-theme .pf-v6-c-page__main-container {
934
+ margin-left: 0;
935
+ }
936
+ }
937
+
938
+ .mui-theme .pf-v6-c-page__sidebar:not(.pf-m-collapsed)+.pf-v6-c-page__main-container,
939
+ .mui-theme .pf-v6-c-page__sidebar:not(.pf-m-collapsed)+.pf-v6-c-page__drawer,
940
+ .mui-theme .pf-v6-c-page__sidebar:not(.pf-m-collapsed)+.pf-v6-c-page__main-breadcrumb {
941
+ --pf-v6-c-page__main-container--MarginInlineStart: calc(-2 * var(--mui-spacing-16px));
942
+ --pf-v6-c-page__main-section--PaddingInlineStart: none;
943
+ --pf-v6-c-page__main-section--PaddingInlineEnd: none;
944
+ --pf-v6-c-page__main-breadcrumb--PaddingInlineStart: none;
945
+ }
946
+
947
+ .pf-v6-c-page__sidebar.pf-m-collapsed+.pf-v6-c-page__main-container {
948
+ --pf-v6-c-page__main-container--MarginInlineStart: calc(-1 * var(--mui-spacing-8px));
949
+ --pf-v6-c-page__main-container--MarginInlineEnd: calc(-1 * var(--mui-spacing-8px));
950
+ }
951
+
952
+ .mui-theme .pf-v6-c-form__group-control .pf-v6-c-menu-toggle.pf-m-full-width.pf-m-typeahead {
953
+ position: relative;
954
+ border: 1px solid rgba(0, 0, 0, 0.23);
955
+ border-radius: var(--mui-shape-borderRadius);
956
+ background-color: var(--mui-palette-common-white);
957
+
958
+ &:hover {
959
+ border-color: var(--mui-palette-common-black);
960
+ background-color: var(--mui-palette-common-white);
961
+ }
962
+
963
+ &:focus-within {
964
+ border-color: var(--mui-palette-primary-main);
965
+ border-width: 2px;
966
+ background-color: var(--mui-palette-common-white);
967
+ }
968
+
969
+ .pf-v6-c-text-input-group__text-input {
970
+ padding-left: var(--mui-spacing-12px);
971
+ }
972
+ }
973
+
974
+ .mui-theme .pf-v6-c-toolbar__item.toolbar-fieldset-wrapper,
975
+ .mui-theme .toolbar-fieldset-wrapper {
976
+ position: relative;
977
+ width: 100%;
978
+ display: flex;
979
+ height: 51px;
980
+ }
981
+
982
+ .mui-theme .toolbar-fieldset-wrapper:hover .form-fieldset {
983
+ border-color: var(--mui-palette-common-black);
984
+ }
985
+
986
+ .mui-theme .toolbar-fieldset-wrapper:focus-within .form-fieldset,
987
+ .mui-theme .tr-fieldset-wrapper:focus-within .form-fieldset {
988
+ border-color: var(--mui-palette-primary-main);
989
+ }