@patternfly/patternfly 6.0.0-alpha.26 → 6.0.0-alpha.28

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.
@@ -1,5 +1,5 @@
1
1
  @charset "UTF-8";
2
- .pf-v5-c-table, .pf-v5-c-select, .pf-v5-c-menu, .pf-v5-c-form-control, .pf-v5-c-data-list, .pf-v5-c-context-selector__menu, .pf-v5-c-chip-group, .pf-v5-c-chip, .pf-v5-c-calendar-month, .pf-v5-c-banner.pf-m-gold, .pf-v5-c-banner.pf-m-blue, .pf-v5-c-accordion, .pf-v5-t-light {
2
+ .pf-v5-c-table, .pf-v5-c-select, .pf-v5-c-menu, .pf-v5-c-form-control, .pf-v5-c-data-list, .pf-v5-c-context-selector__menu, .pf-v5-c-chip-group, .pf-v5-c-chip, .pf-v5-c-calendar-month, .pf-v5-t-light {
3
3
  --pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);
4
4
  --pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);
5
5
  --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);
@@ -11,7 +11,7 @@
11
11
  --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
12
12
  }
13
13
 
14
- .pf-v5-c-wizard__header, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-c-banner, .pf-v5-t-dark {
14
+ .pf-v5-c-wizard__header, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-t-dark {
15
15
  --pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);
16
16
  --pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);
17
17
  --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);
@@ -22,7 +22,7 @@
22
22
  --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
23
23
  --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
24
24
  }
25
- .pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-c-banner .pf-v5-c-button, .pf-v5-t-dark .pf-v5-c-button {
25
+ .pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-t-dark .pf-v5-c-button {
26
26
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
27
27
  }
28
28
 
@@ -324,7 +324,7 @@
324
324
  --pf-v5-global--inverse--multiplier: -1;
325
325
  }
326
326
 
327
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
327
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
328
328
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
329
329
  }
330
330
 
@@ -6392,145 +6392,102 @@
6392
6392
  font-size: var(--pf-v5-c-about-modal-box__close--c-button--FontSize);
6393
6393
  }
6394
6394
 
6395
- .pf-v5-c-accordion {
6396
- --pf-v5-c-accordion--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
6397
- --pf-v5-c-accordion__toggle--PaddingTop: var(--pf-v5-global--spacer--sm);
6398
- --pf-v5-c-accordion__toggle--PaddingRight: var(--pf-v5-global--spacer--md);
6399
- --pf-v5-c-accordion__toggle--PaddingBottom: var(--pf-v5-global--spacer--sm);
6400
- --pf-v5-c-accordion__toggle--PaddingLeft: var(--pf-v5-global--spacer--md);
6401
- --pf-v5-c-accordion__toggle--before--Top: 0;
6402
- --pf-v5-c-accordion__toggle--after--Top: 0;
6403
- --pf-v5-c-accordion__toggle--after--BackgroundColor: transparent;
6404
- --pf-v5-c-accordion__toggle--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
6405
- --pf-v5-c-accordion__toggle--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
6406
- --pf-v5-c-accordion__toggle--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
6407
- --pf-v5-c-accordion__toggle--before--Width: var(--pf-v5-global--BorderWidth--lg);
6408
- --pf-v5-c-accordion__toggle--after--Width: var(--pf-v5-global--BorderWidth--lg);
6409
- --pf-v5-c-accordion__toggle--m-expanded--after--BackgroundColor: var(--pf-v5-global--primary-color--100);
6410
- --pf-v5-c-accordion__toggle--BackgroundColor: transparent;
6411
- --pf-v5-c-accordion__toggle--JustifyContent: space-between;
6412
- --pf-v5-c-accordion__toggle--ColumnGap: 0;
6413
- --pf-v5-c-accordion--m-toggle-start__toggle--JustifyContent: start;
6414
- --pf-v5-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-v5-global--spacer--md);
6415
- --pf-v5-c-accordion__toggle-text--MaxWidth: calc(100% - var(--pf-v5-global--spacer--lg));
6416
- --pf-v5-c-accordion__toggle--hover__toggle-text--Color: var(--pf-v5-global--link--Color);
6417
- --pf-v5-c-accordion__toggle--active__toggle-text--Color: var(--pf-v5-global--link--Color);
6418
- --pf-v5-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-v5-global--FontWeight--bold);
6419
- --pf-v5-c-accordion__toggle--focus__toggle-text--Color: var(--pf-v5-global--link--Color);
6420
- --pf-v5-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-v5-global--FontWeight--bold);
6421
- --pf-v5-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-v5-global--link--Color);
6422
- --pf-v5-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-v5-global--FontWeight--bold);
6395
+ :root {
6396
+ --pf-v5-c-accordion--BackgroundColor: var(--pf-t--global--background--color--primary--default);
6397
+ --pf-v5-c-accordion--RowGap: var(--pf-t--global--spacer--xs);
6398
+ --pf-v5-c-accordion__item--BorderRadius: var(--pf-t--global--border--radius--200);
6399
+ --pf-v5-c-accordion__item--m-expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--selected);
6400
+ --pf-v5-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--sm);
6401
+ --pf-v5-c-accordion__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
6402
+ --pf-v5-c-accordion__toggle--PaddingRight: var(--pf-t--global--spacer--md);
6403
+ --pf-v5-c-accordion__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
6404
+ --pf-v5-c-accordion__toggle--m-expanded--PaddingBottom: var(--pf-t--global--spacer--sm);
6405
+ --pf-v5-c-accordion__toggle--PaddingLeft: var(--pf-t--global--spacer--md);
6406
+ --pf-v5-c-accordion__toggle--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
6407
+ --pf-v5-c-accordion__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
6408
+ --pf-v5-c-accordion__toggle--BorderRadius: var(--pf-t--global--border--radius--small);
6409
+ --pf-v5-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--md);
6410
+ --pf-v5-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
6411
+ --pf-v5-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body);
6412
+ --pf-v5-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
6423
6413
  --pf-v5-c-accordion__toggle-icon--Transition: .2s ease-in 0s;
6424
6414
  --pf-v5-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
6425
- --pf-v5-c-accordion__expandable-content--Color: var(--pf-v5-global--Color--200);
6426
- --pf-v5-c-accordion__expandable-content--FontSize: var(--pf-v5-global--FontSize--sm);
6427
- --pf-v5-c-accordion__expandable-content--m-expanded__expandable-content-body--after--BackgroundColor: var(--pf-v5-global--primary-color--100);
6415
+ --pf-v5-c-accordion__expandable-content--MarginRight: var(--pf-t--global--spacer--md);
6416
+ --pf-v5-c-accordion__expandable-content--MarginBottom: var(--pf-t--global--spacer--md);
6417
+ --pf-v5-c-accordion__expandable-content--MarginLeft: var(--pf-t--global--spacer--md);
6418
+ --pf-v5-c-accordion__expandable-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
6419
+ --pf-v5-c-accordion__expandable-content--BorderRadius: var(--pf-t--global--border--radius--small);
6420
+ --pf-v5-c-accordion__expandable-content--Color: var(--pf-t--global--text--color--regular);
6421
+ --pf-v5-c-accordion__expandable-content--FontSize: var(--pf-t--global--font--size--body--md);
6428
6422
  --pf-v5-c-accordion__expandable-content--m-fixed--MaxHeight: 9.375rem;
6429
- --pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-global--spacer--sm);
6430
- --pf-v5-c-accordion__expandable-content-body--PaddingRight: var(--pf-v5-global--spacer--md);
6431
- --pf-v5-c-accordion__expandable-content-body--PaddingBottom: var(--pf-v5-global--spacer--sm);
6432
- --pf-v5-c-accordion__expandable-content-body--PaddingLeft: var(--pf-v5-global--spacer--md);
6423
+ --pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-t--global--spacer--sm);
6424
+ --pf-v5-c-accordion__expandable-content-body--PaddingRight: var(--pf-t--global--spacer--sm);
6425
+ --pf-v5-c-accordion__expandable-content-body--PaddingBottom: var(--pf-t--global--spacer--sm);
6426
+ --pf-v5-c-accordion__expandable-content-body--PaddingLeft: var(--pf-t--global--spacer--sm);
6433
6427
  --pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop: 0;
6434
- --pf-v5-c-accordion__expandable-content-body--after--BackgroundColor: transparent;
6435
- --pf-v5-c-accordion__expandable-content-body--after--Width: var(--pf-v5-global--BorderWidth--lg);
6436
- --pf-v5-c-accordion__expandable-content-body--before--Top: 0;
6437
- --pf-v5-c-accordion--m-display-lg__toggle--PaddingTop: var(--pf-v5-global--spacer--md);
6438
- --pf-v5-c-accordion--m-display-lg__toggle--PaddingRight: var(--pf-v5-global--spacer--md);
6439
- --pf-v5-c-accordion--m-display-lg__toggle--PaddingBottom: var(--pf-v5-global--spacer--md);
6440
- --pf-v5-c-accordion--m-display-lg__toggle--PaddingLeft: var(--pf-v5-global--spacer--lg);
6441
- --pf-v5-c-accordion--m-display-lg__toggle--FontFamily: var(--pf-v5-global--FontFamily--heading);
6442
- --pf-v5-c-accordion--m-display-lg__toggle--FontSize: var(--pf-v5-global--FontSize--xl);
6443
- --pf-v5-c-accordion--m-display-lg__toggle--hover__toggle-text--Color: var(--pf-v5-global--Color--100);
6444
- --pf-v5-c-accordion--m-display-lg__toggle--active__toggle-text--Color: var(--pf-v5-global--Color--100);
6445
- --pf-v5-c-accordion--m-display-lg__toggle--active__toggle-text--FontWeight: var(--pf-v5-global--FontWeight--normal);
6446
- --pf-v5-c-accordion--m-display-lg__toggle--focus__toggle-text--Color: var(--pf-v5-global--Color--100);
6447
- --pf-v5-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight: var(--pf-v5-global--FontWeight--normal);
6448
- --pf-v5-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color: var(--pf-v5-global--Color--100);
6449
- --pf-v5-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-v5-global--FontWeight--normal);
6450
- --pf-v5-c-accordion--m-display-lg__expandable-content--FontSize: var(--pf-v5-global--FontSize--md);
6451
- --pf-v5-c-accordion--m-display-lg__expandable-content--Color: var(--pf-v5-global--Color--100);
6452
- --pf-v5-c-accordion--m-display-lg__expandable-content-body--PaddingTop: 0;
6453
- --pf-v5-c-accordion--m-display-lg__expandable-content-body--PaddingRight: var(--pf-v5-global--spacer--md);
6454
- --pf-v5-c-accordion--m-display-lg__expandable-content-body--PaddingBottom: var(--pf-v5-global--spacer--md);
6455
- --pf-v5-c-accordion--m-display-lg__expandable-content-body--last-child--PaddingBottom: var(--pf-v5-global--spacer--lg);
6456
- --pf-v5-c-accordion--m-display-lg__expandable-content-body--PaddingLeft: var(--pf-v5-global--spacer--lg);
6457
- --pf-v5-c-accordion--m-bordered--BorderTopWidth: var(--pf-v5-global--BorderWidth--sm);
6458
- --pf-v5-c-accordion--m-bordered--BorderTopColor: var(--pf-v5-global--BorderColor--100);
6459
- --pf-v5-c-accordion--m-bordered__toggle--after--Top: calc(-1 * var(--pf-v5-global--BorderWidth--sm));
6460
- --pf-v5-c-accordion--m-bordered__toggle--before--BorderColor: var(--pf-v5-global--BorderColor--100);
6461
- --pf-v5-c-accordion--m-bordered__toggle--before--BorderTopWidth: 0;
6462
- --pf-v5-c-accordion--m-bordered__toggle--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
6463
- --pf-v5-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
6464
- --pf-v5-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
6465
- color: var(--pf-v5-global--Color--100);
6428
+ --pf-v5-c-accordion--m-display-lg__toggle--PaddingTop: var(--pf-t--global--spacer--md);
6429
+ --pf-v5-c-accordion--m-display-lg__toggle--PaddingRight: var(--pf-t--global--spacer--md);
6430
+ --pf-v5-c-accordion--m-display-lg__toggle--PaddingBottom: var(--pf-t--global--spacer--md);
6431
+ --pf-v5-c-accordion--m-display-lg__toggle--m-expanded--PaddingBottom: var(--pf-t--global--spacer--sm);
6432
+ --pf-v5-c-accordion--m-display-lg__toggle--PaddingLeft: var(--pf-t--global--spacer--md);
6433
+ --pf-v5-c-accordion--m-display-lg__toggle--FontFamily: var(--pf-t--global--font--family--heading);
6434
+ --pf-v5-c-accordion--m-display-lg__toggle--FontSize: var(--pf-t--global--font--size--heading--sm);
6435
+ --pf-v5-c-accordion--m-display-lg__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading);
6436
+ --pf-v5-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading--bold);
6437
+ --pf-v5-c-accordion--m-display-lg__expandable-content--FontSize: var(--pf-t--global--font--size--body--lg);
6438
+ --pf-v5-c-accordion--m-display-lg__expandable-content--Color: var(--pf-t--global--text--color--regular);
6439
+ --pf-v5-c-accordion--m-bordered--RowGap: 0;
6440
+ --pf-v5-c-accordion__item--m-bordered--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
6441
+ --pf-v5-c-accordion__item--m-bordered--BorderBottomColor: var(--pf-t--global--border--color--default);
6442
+ }
6443
+
6444
+ .pf-v5-c-accordion {
6445
+ display: flex;
6446
+ flex-direction: column;
6447
+ row-gap: var(--pf-v5-c-accordion--RowGap);
6466
6448
  background-color: var(--pf-v5-c-accordion--BackgroundColor);
6467
6449
  }
6468
6450
  .pf-v5-c-accordion.pf-m-toggle-start {
6469
- --pf-v5-c-accordion__toggle--JustifyContent: var(--pf-v5-c-accordion--m-toggle-start__toggle--JustifyContent);
6470
6451
  --pf-v5-c-accordion__toggle--ColumnGap: var(--pf-v5-c-accordion--m-toggle-start__toggle--ColumnGap);
6471
6452
  }
6472
6453
  .pf-v5-c-accordion.pf-m-display-lg {
6473
6454
  --pf-v5-c-accordion__toggle--PaddingTop: var(--pf-v5-c-accordion--m-display-lg__toggle--PaddingTop);
6474
6455
  --pf-v5-c-accordion__toggle--PaddingRight: var(--pf-v5-c-accordion--m-display-lg__toggle--PaddingRight);
6475
6456
  --pf-v5-c-accordion__toggle--PaddingBottom: var(--pf-v5-c-accordion--m-display-lg__toggle--PaddingBottom);
6457
+ --pf-v5-c-accordion__toggle--m-expanded--PaddingBottom: var(--pf-v5-c-accordion--m-display-lg__toggle--m-expanded--PaddingBottom);
6476
6458
  --pf-v5-c-accordion__toggle--PaddingLeft: var(--pf-v5-c-accordion--m-display-lg__toggle--PaddingLeft);
6477
6459
  --pf-v5-c-accordion__toggle--FontFamily: var(--pf-v5-c-accordion--m-display-lg__toggle--FontFamily);
6478
6460
  --pf-v5-c-accordion__toggle--FontSize: var(--pf-v5-c-accordion--m-display-lg__toggle--FontSize);
6479
- --pf-v5-c-accordion__toggle--hover__toggle-text--Color: var(--pf-v5-c-accordion--m-display-lg__toggle--hover__toggle-text--Color);
6480
- --pf-v5-c-accordion__toggle--active__toggle-text--Color: var(--pf-v5-c-accordion--m-display-lg__toggle--active__toggle-text--Color);
6481
- --pf-v5-c-accordion__toggle--active__toggle-text--FontWeight: var(--pf-v5-c-accordion--m-display-lg__toggle--active__toggle-text--FontWeight);
6482
- --pf-v5-c-accordion__toggle--focus__toggle-text--Color: var(--pf-v5-c-accordion--m-display-lg__toggle--focus__toggle-text--Color);
6483
- --pf-v5-c-accordion__toggle--focus__toggle-text--FontWeight: var(--pf-v5-c-accordion--m-display-lg__toggle--focus__toggle-text--FontWeight);
6484
- --pf-v5-c-accordion__toggle--m-expanded__toggle-text--Color: var(--pf-v5-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--Color);
6461
+ --pf-v5-c-accordion__toggle-text--FontWeight: var(--pf-v5-c-accordion--m-display-lg__toggle-text--FontWeight);
6485
6462
  --pf-v5-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-v5-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight);
6486
- --pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion--m-display-lg__expandable-content-body--PaddingTop);
6487
- --pf-v5-c-accordion__expandable-content-body--PaddingRight: var(--pf-v5-c-accordion--m-display-lg__expandable-content-body--PaddingRight);
6488
- --pf-v5-c-accordion__expandable-content-body--PaddingBottom: var(--pf-v5-c-accordion--m-display-lg__expandable-content-body--PaddingBottom);
6489
- --pf-v5-c-accordion__expandable-content-body--PaddingLeft: var(--pf-v5-c-accordion--m-display-lg__expandable-content-body--PaddingLeft);
6490
6463
  --pf-v5-c-accordion__expandable-content--FontSize: var(--pf-v5-c-accordion--m-display-lg__expandable-content--FontSize);
6491
6464
  --pf-v5-c-accordion__expandable-content--Color: var(--pf-v5-c-accordion--m-display-lg__expandable-content--Color);
6492
6465
  }
6493
- .pf-v5-c-accordion.pf-m-display-lg .pf-v5-c-accordion__expandable-content-body:last-child {
6494
- --pf-v5-c-accordion__expandable-content-body--PaddingBottom: var(--pf-v5-c-accordion--m-display-lg__expandable-content-body--last-child--PaddingBottom);
6495
- }
6496
6466
  .pf-v5-c-accordion.pf-m-bordered {
6497
- --pf-v5-c-accordion__toggle--after--Top: var(--pf-v5-c-accordion--m-bordered__toggle--after--Top);
6498
- border-block-start: var(--pf-v5-c-accordion--m-bordered--BorderTopWidth) solid var(--pf-v5-c-accordion--m-bordered--BorderTopColor);
6467
+ --pf-v5-c-accordion--RowGap: var(--pf-v5-c-accordion--m-bordered--RowGap);
6468
+ --pf-v5-c-accordion__item--BorderRadius: 0;
6469
+ --pf-v5-c-accordion__toggle--BorderRadius: 0;
6499
6470
  }
6500
- .pf-v5-c-accordion.pf-m-bordered .pf-v5-c-accordion__toggle::before {
6501
- position: absolute;
6502
- inset-block-start: 0;
6503
- inset-block-end: 0;
6504
- inset-inline-start: 0;
6505
- inset-inline-end: 0;
6506
- content: "";
6507
- border-color: var(--pf-v5-c-accordion--m-bordered__toggle--before--BorderColor);
6508
- border-style: solid;
6509
- border-block-start-width: var(--pf-v5-c-accordion--m-bordered__toggle--before--BorderTopWidth);
6510
- border-block-end-width: var(--pf-v5-c-accordion--m-bordered__toggle--before--BorderBottomWidth);
6511
- border-inline-start-width: 0;
6512
- border-inline-end-width: 0;
6471
+ .pf-v5-c-accordion.pf-m-bordered .pf-v5-c-accordion__item {
6472
+ border-block-end: var(--pf-v5-c-accordion__item--m-bordered--BorderBottomWidth) solid var(--pf-v5-c-accordion__item--m-bordered--BorderBottomColor);
6513
6473
  }
6514
- .pf-v5-c-accordion.pf-m-bordered .pf-v5-c-accordion__toggle.pf-m-expanded {
6515
- --pf-v5-c-accordion--m-bordered__toggle--before--BorderBottomWidth: 0;
6474
+
6475
+ .pf-v5-c-accordion__item {
6476
+ border-radius: var(--pf-v5-c-accordion__item--BorderRadius);
6516
6477
  }
6517
- .pf-v5-c-accordion.pf-m-bordered .pf-v5-c-accordion__expandable-content.pf-m-expanded .pf-v5-c-accordion__expandable-content-body:last-child::before {
6518
- position: absolute;
6519
- inset-block-start: 0;
6520
- inset-block-end: 0;
6521
- inset-inline-start: 0;
6522
- inset-inline-end: 0;
6523
- pointer-events: none;
6524
- content: "";
6525
- border-block-end: var(--pf-v5-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomWidth) solid var(--pf-v5-c-accordion--m-bordered__expandable-content--m-expanded__expandable-content-body--last-child--before--BorderBottomColor);
6478
+ .pf-v5-c-accordion__item.pf-m-expanded {
6479
+ --pf-v5-c-accordion__toggle--PaddingBottom: var(--pf-v5-c-accordion__toggle--m-expanded--PaddingBottom);
6480
+ --pf-v5-c-accordion__toggle-text--FontWeight: var(--pf-v5-c-accordion__toggle--m-expanded__toggle-text--FontWeight);
6481
+ background-color: var(--pf-v5-c-accordion__item--m-expanded--BackgroundColor);
6482
+ }
6483
+ .pf-v5-c-accordion__item.pf-m-expanded .pf-v5-c-accordion__toggle-icon {
6484
+ transform: rotate(var(--pf-v5-c-accordion__toggle--m-expanded__toggle-icon--Rotate));
6526
6485
  }
6527
6486
 
6528
6487
  .pf-v5-c-accordion__toggle {
6529
- position: relative;
6530
6488
  display: flex;
6531
6489
  column-gap: var(--pf-v5-c-accordion__toggle--ColumnGap);
6532
6490
  align-items: center;
6533
- justify-content: var(--pf-v5-c-accordion__toggle--JustifyContent);
6534
6491
  width: 100%;
6535
6492
  padding-block-start: var(--pf-v5-c-accordion__toggle--PaddingTop);
6536
6493
  padding-block-end: var(--pf-v5-c-accordion__toggle--PaddingBottom);
@@ -6538,54 +6495,22 @@
6538
6495
  padding-inline-end: var(--pf-v5-c-accordion__toggle--PaddingRight);
6539
6496
  font-family: var(--pf-v5-c-accordion__toggle--FontFamily, inherit);
6540
6497
  font-size: var(--pf-v5-c-accordion__toggle--FontSize, inherit);
6498
+ text-align: start;
6541
6499
  background-color: var(--pf-v5-c-accordion__toggle--BackgroundColor);
6542
6500
  border: 0;
6501
+ border-radius: var(--pf-v5-c-accordion__toggle--BorderRadius);
6543
6502
  }
6544
- .pf-v5-c-accordion__toggle::after {
6545
- position: absolute;
6546
- inset-block-start: var(--pf-v5-c-accordion__toggle--after--Top);
6547
- inset-block-end: 0;
6548
- inset-inline-start: 0;
6549
- width: var(--pf-v5-c-accordion__toggle--after--Width);
6550
- content: "";
6551
- background-color: var(--pf-v5-c-accordion__toggle--after--BackgroundColor);
6552
- }
6553
- .pf-v5-c-accordion__toggle.pf-m-expanded {
6554
- --pf-v5-c-accordion__toggle--after--BackgroundColor: var(--pf-v5-c-accordion__toggle--m-expanded--after--BackgroundColor);
6555
- }
6556
- .pf-v5-c-accordion__toggle.pf-m-expanded .pf-v5-c-accordion__toggle-text {
6557
- font-weight: var(--pf-v5-c-accordion__toggle--m-expanded__toggle-text--FontWeight);
6558
- color: var(--pf-v5-c-accordion__toggle--m-expanded__toggle-text--Color);
6559
- }
6560
- .pf-v5-c-accordion__toggle.pf-m-expanded .pf-v5-c-accordion__toggle-icon {
6561
- transform: rotate(var(--pf-v5-c-accordion__toggle--m-expanded__toggle-icon--Rotate));
6562
- }
6563
- .pf-v5-c-accordion__toggle:hover {
6564
- background-color: var(--pf-v5-c-accordion__toggle--hover--BackgroundColor);
6565
- }
6566
- .pf-v5-c-accordion__toggle:hover .pf-v5-c-accordion__toggle-text {
6567
- color: var(--pf-v5-c-accordion__toggle--hover__toggle-text--Color);
6568
- }
6569
- .pf-v5-c-accordion__toggle:focus {
6570
- background-color: var(--pf-v5-c-accordion__toggle--focus--BackgroundColor);
6571
- }
6572
- .pf-v5-c-accordion__toggle:focus .pf-v5-c-accordion__toggle-text {
6573
- font-weight: var(--pf-v5-c-accordion__toggle--focus__toggle-text--FontWeight);
6574
- color: var(--pf-v5-c-accordion__toggle--focus__toggle-text--Color);
6575
- }
6576
- .pf-v5-c-accordion__toggle:active {
6577
- background-color: var(--pf-v5-c-accordion__toggle--active--BackgroundColor);
6578
- }
6579
- .pf-v5-c-accordion__toggle:active .pf-v5-c-accordion__toggle-text {
6580
- font-weight: var(--pf-v5-c-accordion__toggle--active__toggle-text--FontWeight);
6581
- color: var(--pf-v5-c-accordion__toggle--active__toggle-text--Color);
6503
+ .pf-v5-c-accordion__toggle:is(:hover, :focus) {
6504
+ --pf-v5-c-accordion__toggle--BackgroundColor: var(--pf-v5-c-accordion__toggle--hover--BackgroundColor);
6582
6505
  }
6583
6506
 
6584
6507
  .pf-v5-c-accordion__toggle-text {
6585
6508
  overflow: hidden;
6586
6509
  text-overflow: ellipsis;
6587
6510
  white-space: nowrap;
6588
- max-width: var(--pf-v5-c-accordion__toggle-text--MaxWidth);
6511
+ flex-grow: 1;
6512
+ font-weight: var(--pf-v5-c-accordion__toggle-text--FontWeight);
6513
+ color: var(--pf-v5-c-accordion__toggle-text--Color);
6589
6514
  }
6590
6515
 
6591
6516
  .pf-v5-c-accordion__toggle-icon {
@@ -6596,47 +6521,29 @@
6596
6521
  }
6597
6522
 
6598
6523
  .pf-v5-c-accordion__expandable-content {
6524
+ margin-block-end: var(--pf-v5-c-accordion__expandable-content--MarginBottom);
6525
+ margin-inline-start: var(--pf-v5-c-accordion__expandable-content--MarginLeft);
6526
+ margin-inline-end: var(--pf-v5-c-accordion__expandable-content--MarginRight);
6599
6527
  font-size: var(--pf-v5-c-accordion__expandable-content--FontSize);
6600
6528
  color: var(--pf-v5-c-accordion__expandable-content--Color);
6529
+ background-color: var(--pf-v5-c-accordion__expandable-content--BackgroundColor);
6530
+ border-radius: var(--pf-v5-c-accordion__expandable-content--BorderRadius);
6601
6531
  }
6602
6532
  .pf-v5-c-accordion__expandable-content.pf-m-fixed {
6603
6533
  max-height: var(--pf-v5-c-accordion__expandable-content--m-fixed--MaxHeight);
6604
6534
  overflow-y: auto;
6605
6535
  }
6606
- .pf-v5-c-accordion__expandable-content.pf-m-expanded {
6607
- --pf-v5-c-accordion__expandable-content-body--after--BackgroundColor: var(--pf-v5-c-accordion__expandable-content--m-expanded__expandable-content-body--after--BackgroundColor);
6608
- }
6609
6536
 
6610
6537
  .pf-v5-c-accordion__expandable-content-body {
6611
- position: relative;
6612
6538
  padding-block-start: var(--pf-v5-c-accordion__expandable-content-body--PaddingTop);
6613
6539
  padding-block-end: var(--pf-v5-c-accordion__expandable-content-body--PaddingBottom);
6614
6540
  padding-inline-start: var(--pf-v5-c-accordion__expandable-content-body--PaddingLeft);
6615
6541
  padding-inline-end: var(--pf-v5-c-accordion__expandable-content-body--PaddingRight);
6616
6542
  }
6617
- .pf-v5-c-accordion__expandable-content-body::after {
6618
- position: absolute;
6619
- inset-block-start: 0;
6620
- inset-block-end: 0;
6621
- inset-inline-start: 0;
6622
- width: var(--pf-v5-c-accordion__expandable-content-body--after--Width);
6623
- content: "";
6624
- background-color: var(--pf-v5-c-accordion__expandable-content-body--after--BackgroundColor);
6625
- }
6626
6543
  .pf-v5-c-accordion__expandable-content-body + .pf-v5-c-accordion__expandable-content-body {
6627
6544
  --pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-v5-c-accordion__expandable-content-body--expandable-content-body--PaddingTop);
6628
6545
  }
6629
6546
 
6630
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
6631
- --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6632
- }
6633
-
6634
- :where(.pf-v5-theme-dark) .pf-v5-c-accordion {
6635
- --pf-v5-c-accordion__toggle--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6636
- --pf-v5-c-accordion__toggle--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6637
- --pf-v5-c-accordion__toggle--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
6638
- }
6639
-
6640
6547
  .pf-v5-c-action-list {
6641
6548
  --pf-v5-c-action-list--m-icon--spacer: 0;
6642
6549
  --pf-v5-c-action-list--child--spacer-base: var(--pf-v5-global--spacer--md);
@@ -7167,7 +7074,7 @@
7167
7074
  color: var(--pf-v5-c-app-launcher__group-title--Color);
7168
7075
  }
7169
7076
 
7170
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
7077
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
7171
7078
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7172
7079
  }
7173
7080
 
@@ -7552,32 +7459,59 @@
7552
7459
  color: var(--pf-v5-c-badge__toggle-icon--Color);
7553
7460
  }
7554
7461
 
7555
- .pf-v5-c-banner {
7556
- --pf-v5-c-banner--PaddingTop: var(--pf-v5-global--spacer--xs);
7557
- --pf-v5-c-banner--PaddingRight: var(--pf-v5-global--spacer--md);
7558
- --pf-v5-c-banner--md--PaddingRight: var(--pf-v5-global--spacer--lg);
7559
- --pf-v5-c-banner--PaddingBottom: var(--pf-v5-global--spacer--xs);
7560
- --pf-v5-c-banner--PaddingLeft: var(--pf-v5-global--spacer--md);
7561
- --pf-v5-c-banner--md--PaddingLeft: var(--pf-v5-global--spacer--lg);
7562
- --pf-v5-c-banner--FontSize: var(--pf-v5-global--FontSize--sm);
7563
- --pf-v5-c-banner--Color: var(--pf-v5-global--Color--100);
7564
- --pf-v5-c-banner--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-400);
7462
+ :root {
7463
+ --pf-v5-c-banner--PaddingTop: var(--pf-t--global--spacer--xs);
7464
+ --pf-v5-c-banner--PaddingRight: var(--pf-t--global--spacer--md);
7465
+ --pf-v5-c-banner--md--PaddingRight: var(--pf-t--global--spacer--lg);
7466
+ --pf-v5-c-banner--PaddingBottom: var(--pf-t--global--spacer--xs);
7467
+ --pf-v5-c-banner--PaddingLeft: var(--pf-t--global--spacer--md);
7468
+ --pf-v5-c-banner--md--PaddingLeft: var(--pf-t--global--spacer--lg);
7469
+ --pf-v5-c-banner--FontSize: var(--pf-t--global--font--size--body);
7470
+ --pf-v5-c-banner--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
7471
+ --pf-v5-c-banner--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
7565
7472
  --pf-v5-c-banner--link--Color: var(--pf-v5-c-banner--Color);
7566
7473
  --pf-v5-c-banner--link--TextDecoration: underline;
7567
7474
  --pf-v5-c-banner--link--hover--Color: var(--pf-v5-c-banner--Color);
7568
- --pf-v5-c-banner--link--hover--FontWeight: var(--pf-v5-global--FontWeight--bold);
7475
+ --pf-v5-c-banner--link--hover--FontWeight: var(--pf-t--global--font--weight--body--bold);
7569
7476
  --pf-v5-c-banner--link--disabled--Color: var(--pf-v5-c-banner--Color);
7570
7477
  --pf-v5-c-banner--link--disabled--TextDecoration: none;
7571
- --pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-v5-global--palette--blue-200);
7572
- --pf-v5-c-banner--m-red--BackgroundColor: var(--pf-v5-global--danger-color--100);
7573
- --pf-v5-c-banner--m-green--BackgroundColor: var(--pf-v5-global--success-color--100);
7574
- --pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-v5-global--warning-color--100);
7575
7478
  --pf-v5-c-banner--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--md);
7576
- --pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
7577
- color: var(--pf-v5-global--Color--100);
7578
- overflow: hidden;
7579
- text-overflow: ellipsis;
7580
- white-space: nowrap;
7479
+ --pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
7480
+ --pf-v5-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
7481
+ --pf-v5-c-banner--m-danger--Color: var(--pf-t--global--text--color--status--on-danger--default);
7482
+ --pf-v5-c-banner--m-success--BackgroundColor: var(--pf-t--global--color--status--success--default);
7483
+ --pf-v5-c-banner--m-success--Color: var(--pf-t--global--text--color--status--on-success--default);
7484
+ --pf-v5-c-banner--m-warning--BackgroundColor: var(--pf-t--global--color--status--warning--default);
7485
+ --pf-v5-c-banner--m-warning--Color: var(--pf-t--global--text--color--status--on-warning--default);
7486
+ --pf-v5-c-banner--m-info--BackgroundColor: var(--pf-t--global--color--status--info--default);
7487
+ --pf-v5-c-banner--m-info--Color: var(--pf-t--global--text--color--status--on-info--default);
7488
+ --pf-v5-c-banner--m-custom--BackgroundColor: var(--pf-t--global--color--status--custom--default);
7489
+ --pf-v5-c-banner--m-custom--Color: var(--pf-t--global--text--color--status--on-custom--default);
7490
+ --pf-v5-c-banner--m-red--BackgroundColor: var(--pf-t--global--color--nonstatus--red--default);
7491
+ --pf-v5-c-banner--m-red--Color: var(--pf-t--global--text--color--nonstatus--on-red--default);
7492
+ --pf-v5-c-banner--m-orangered--BackgroundColor: var(--pf-t--global--color--nonstatus--orangered--default);
7493
+ --pf-v5-c-banner--m-orangered--Color: var(--pf-t--global--text--color--nonstatus--on-orangered--default);
7494
+ --pf-v5-c-banner--m-orange--BackgroundColor: var(--pf-t--global--color--nonstatus--orange--default);
7495
+ --pf-v5-c-banner--m-orange--Color: var(--pf-t--global--text--color--nonstatus--on-orange--default);
7496
+ --pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-t--global--color--nonstatus--gold--default);
7497
+ --pf-v5-c-banner--m-gold--Color: var(--pf-t--global--text--color--nonstatus--on-gold--default);
7498
+ --pf-v5-c-banner--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
7499
+ --pf-v5-c-banner--m-green--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
7500
+ --pf-v5-c-banner--m-cyan--BackgroundColor: var(--pf-t--global--color--nonstatus--cyan--default);
7501
+ --pf-v5-c-banner--m-cyan--Color: var(--pf-t--global--text--color--nonstatus--on-cyan--default);
7502
+ --pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-t--global--color--nonstatus--blue--default);
7503
+ --pf-v5-c-banner--m-blue--Color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
7504
+ --pf-v5-c-banner--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
7505
+ --pf-v5-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
7506
+ }
7507
+ @media (min-width: 768px) {
7508
+ :root {
7509
+ --pf-v5-c-banner--PaddingRight: var(--pf-v5-c-banner--md--PaddingRight);
7510
+ --pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
7511
+ }
7512
+ }
7513
+
7514
+ .pf-v5-c-banner {
7581
7515
  flex-shrink: 0;
7582
7516
  padding-block-start: var(--pf-v5-c-banner--PaddingTop);
7583
7517
  padding-block-end: var(--pf-v5-c-banner--PaddingBottom);
@@ -7588,23 +7522,53 @@
7588
7522
  white-space: nowrap;
7589
7523
  background-color: var(--pf-v5-c-banner--BackgroundColor);
7590
7524
  }
7591
- @media (min-width: 768px) {
7592
- .pf-v5-c-banner {
7593
- --pf-v5-c-banner--PaddingRight: var(--pf-v5-c-banner--md--PaddingRight);
7594
- --pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
7595
- }
7525
+ .pf-v5-c-banner.pf-m-danger {
7526
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-danger--BackgroundColor);
7527
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-danger--Color);
7596
7528
  }
7597
- .pf-v5-c-banner.pf-m-blue {
7598
- --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-blue--BackgroundColor);
7529
+ .pf-v5-c-banner.pf-m-success {
7530
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-success--BackgroundColor);
7531
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-success--Color);
7532
+ }
7533
+ .pf-v5-c-banner.pf-m-warning {
7534
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-warning--BackgroundColor);
7535
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-warning--Color);
7536
+ }
7537
+ .pf-v5-c-banner.pf-m-info {
7538
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-info--BackgroundColor);
7539
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-info--Color);
7599
7540
  }
7600
7541
  .pf-v5-c-banner.pf-m-red {
7601
7542
  --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-red--BackgroundColor);
7543
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-red--Color);
7602
7544
  }
7603
- .pf-v5-c-banner.pf-m-green {
7604
- --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-green--BackgroundColor);
7545
+ .pf-v5-c-banner.pf-m-orangered {
7546
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orangered--BackgroundColor);
7547
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orangered--Color);
7548
+ }
7549
+ .pf-v5-c-banner.pf-m-orange {
7550
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orange--BackgroundColor);
7551
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orange--Color);
7605
7552
  }
7606
7553
  .pf-v5-c-banner.pf-m-gold {
7607
7554
  --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-gold--BackgroundColor);
7555
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-gold--Color);
7556
+ }
7557
+ .pf-v5-c-banner.pf-m-green {
7558
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-green--BackgroundColor);
7559
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-green--Color);
7560
+ }
7561
+ .pf-v5-c-banner.pf-m-cyan {
7562
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-cyan--BackgroundColor);
7563
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-cyan--Color);
7564
+ }
7565
+ .pf-v5-c-banner.pf-m-blue {
7566
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-blue--BackgroundColor);
7567
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-blue--Color);
7568
+ }
7569
+ .pf-v5-c-banner.pf-m-purple {
7570
+ --pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-purple--BackgroundColor);
7571
+ --pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-purple--Color);
7608
7572
  }
7609
7573
  .pf-v5-c-banner.pf-m-sticky {
7610
7574
  position: sticky;
@@ -7640,14 +7604,6 @@
7640
7604
  cursor: not-allowed;
7641
7605
  }
7642
7606
 
7643
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
7644
- --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
7645
- }
7646
-
7647
- :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
7648
- --pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
7649
- }
7650
-
7651
7607
  .pf-v5-c-brand {
7652
7608
  --pf-v5-c-brand--Width: auto;
7653
7609
  --pf-v5-c-brand--Height: auto;
@@ -8532,7 +8488,7 @@ button.pf-v5-c-breadcrumb__link {
8532
8488
  pointer-events: none;
8533
8489
  }
8534
8490
 
8535
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8491
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
8536
8492
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
8537
8493
  }
8538
8494
 
@@ -8959,7 +8915,7 @@ button.pf-v5-c-breadcrumb__link {
8959
8915
  border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
8960
8916
  }
8961
8917
 
8962
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
8918
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
8963
8919
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
8964
8920
  }
8965
8921
 
@@ -9153,7 +9109,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9153
9109
  line-height: 1;
9154
9110
  }
9155
9111
 
9156
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9112
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
9157
9113
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9158
9114
  }
9159
9115
 
@@ -9344,7 +9300,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9344
9300
  --pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
9345
9301
  }
9346
9302
 
9347
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9303
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
9348
9304
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9349
9305
  }
9350
9306
 
@@ -9547,7 +9503,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
9547
9503
  margin-inline-start: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
9548
9504
  }
9549
9505
 
9550
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
9506
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
9551
9507
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
9552
9508
  }
9553
9509
 
@@ -10124,7 +10080,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10124
10080
  pointer-events: none;
10125
10081
  }
10126
10082
 
10127
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10083
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
10128
10084
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
10129
10085
  }
10130
10086
 
@@ -10972,7 +10928,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
10972
10928
  padding: 0;
10973
10929
  }
10974
10930
 
10975
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
10931
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
10976
10932
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
10977
10933
  }
10978
10934
 
@@ -11371,7 +11327,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
11371
11327
  --pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
11372
11328
  }
11373
11329
 
11374
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11330
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
11375
11331
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
11376
11332
  }
11377
11333
 
@@ -11692,7 +11648,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
11692
11648
  --pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
11693
11649
  }
11694
11650
 
11695
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
11651
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
11696
11652
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
11697
11653
  }
11698
11654
 
@@ -12948,7 +12904,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
12948
12904
  min-width: min-content;
12949
12905
  }
12950
12906
 
12951
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
12907
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
12952
12908
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
12953
12909
  }
12954
12910
 
@@ -14128,7 +14084,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14128
14084
  display: none;
14129
14085
  }
14130
14086
  }
14131
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14087
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
14132
14088
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
14133
14089
  }
14134
14090
 
@@ -14805,7 +14761,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
14805
14761
  color: var(--pf-v5-c-dropdown__group-title--Color);
14806
14762
  }
14807
14763
 
14808
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
14764
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
14809
14765
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
14810
14766
  }
14811
14767
 
@@ -15668,7 +15624,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15668
15624
  margin-block-end: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
15669
15625
  }
15670
15626
 
15671
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15627
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
15672
15628
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
15673
15629
  }
15674
15630
 
@@ -15940,7 +15896,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
15940
15896
  pointer-events: none;
15941
15897
  }
15942
15898
 
15943
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
15899
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
15944
15900
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
15945
15901
  }
15946
15902
 
@@ -16112,7 +16068,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
16112
16068
  color: var(--pf-v5-c-helper-text__item-text--Color);
16113
16069
  }
16114
16070
 
16115
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16071
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
16116
16072
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
16117
16073
  }
16118
16074
 
@@ -16397,7 +16353,7 @@ label.pf-v5-c-input-group__text {
16397
16353
  cursor: pointer;
16398
16354
  }
16399
16355
 
16400
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
16356
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
16401
16357
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
16402
16358
  }
16403
16359
 
@@ -17088,7 +17044,7 @@ button.pf-v5-c-label__content:focus {
17088
17044
  margin-block-end: var(--pf-v5-c-label__actions--c-button--MarginBottom);
17089
17045
  }
17090
17046
 
17091
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17047
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
17092
17048
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17093
17049
  }
17094
17050
 
@@ -17533,7 +17489,7 @@ ul.pf-v5-c-list {
17533
17489
  font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
17534
17490
  }
17535
17491
 
17536
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
17492
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
17537
17493
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
17538
17494
  }
17539
17495
 
@@ -19013,7 +18969,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19013
18969
  border-block-start: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
19014
18970
  }
19015
18971
 
19016
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
18972
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
19017
18973
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
19018
18974
  }
19019
18975
 
@@ -19424,7 +19380,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
19424
19380
  color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
19425
19381
  }
19426
19382
 
19427
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
19383
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
19428
19384
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
19429
19385
  }
19430
19386
 
@@ -20804,7 +20760,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
20804
20760
  inset-inline-start: 0;
20805
20761
  }
20806
20762
 
20807
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
20763
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
20808
20764
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
20809
20765
  }
20810
20766
 
@@ -21207,7 +21163,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21207
21163
  transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
21208
21164
  }
21209
21165
 
21210
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
21166
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
21211
21167
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
21212
21168
  }
21213
21169
 
@@ -21487,7 +21443,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21487
21443
  color: var(--pf-v5-c-options-menu__group-title--Color);
21488
21444
  }
21489
21445
 
21490
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
21446
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
21491
21447
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
21492
21448
  }
21493
21449
 
@@ -22875,7 +22831,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22875
22831
  }
22876
22832
  }
22877
22833
 
22878
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
22834
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
22879
22835
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
22880
22836
  }
22881
22837
 
@@ -22970,7 +22926,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22970
22926
  box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
22971
22927
  }
22972
22928
 
22973
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
22929
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
22974
22930
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
22975
22931
  }
22976
22932
 
@@ -23350,7 +23306,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
23350
23306
  margin-block-start: var(--pf-v5-c-progress__helper-text--MarginTop);
23351
23307
  }
23352
23308
 
23353
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
23309
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
23354
23310
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
23355
23311
  }
23356
23312
 
@@ -24611,7 +24567,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
24611
24567
  box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
24612
24568
  }
24613
24569
 
24614
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
24570
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
24615
24571
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
24616
24572
  }
24617
24573
 
@@ -25044,7 +25000,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
25044
25000
  margin-block-start: var(--pf-v5-c-simple-list__section--section--MarginTop);
25045
25001
  }
25046
25002
 
25047
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25003
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25048
25004
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25049
25005
  }
25050
25006
 
@@ -25221,7 +25177,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
25221
25177
  transform: translateX(100%);
25222
25178
  }
25223
25179
  }
25224
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25180
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25225
25181
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25226
25182
  }
25227
25183
 
@@ -25703,7 +25659,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25703
25659
  vertical-align: top;
25704
25660
  }
25705
25661
 
25706
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25662
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
25707
25663
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
25708
25664
  }
25709
25665
 
@@ -28437,7 +28393,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
28437
28393
  --pf-v5-c-table--cell--Width: 100%;
28438
28394
  }
28439
28395
 
28440
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
28396
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
28441
28397
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
28442
28398
  }
28443
28399
 
@@ -30178,7 +30134,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30178
30134
  }
30179
30135
  }
30180
30136
 
30181
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30137
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30182
30138
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30183
30139
  }
30184
30140
 
@@ -30339,7 +30295,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30339
30295
  display: flex;
30340
30296
  }
30341
30297
 
30342
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30298
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30343
30299
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30344
30300
  }
30345
30301
 
@@ -30489,7 +30445,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30489
30445
  color: var(--pf-v5-c-tile__icon--Color);
30490
30446
  }
30491
30447
 
30492
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30448
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30493
30449
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30494
30450
  }
30495
30451
 
@@ -30749,7 +30705,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
30749
30705
  margin-inline-start: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
30750
30706
  }
30751
30707
 
30752
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30708
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
30753
30709
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
30754
30710
  }
30755
30711
 
@@ -31435,7 +31391,7 @@ label.pf-v5-c-tree-view__node-text {
31435
31391
  --pf-v5-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v5-c-tree-view__node--PaddingLeft) - var(--pf-v5-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
31436
31392
  }
31437
31393
 
31438
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
31394
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
31439
31395
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
31440
31396
  }
31441
31397
 
@@ -31954,7 +31910,7 @@ label.pf-v5-c-tree-view__node-text {
31954
31910
  margin-inline-start: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
31955
31911
  }
31956
31912
 
31957
- :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
31913
+ :where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
31958
31914
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
31959
31915
  }
31960
31916