@patternfly/patternfly 4.145.0 → 4.147.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.
package/patternfly.css CHANGED
@@ -6095,13 +6095,15 @@ button:-moz-focusring,
6095
6095
  --pf-c-app-launcher__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
6096
6096
  --pf-c-app-launcher__menu-item--m-link--PaddingRight: 0;
6097
6097
  --pf-c-app-launcher__menu-item--m-link--hover--BackgroundColor: transparent;
6098
- --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-global--disabled-color--200);
6098
+ --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-global--Color--200);
6099
6099
  --pf-c-app-launcher__menu-item--m-action--Width: auto;
6100
6100
  --pf-c-app-launcher__menu-item--m-action--FontSize: var(--pf-global--icon--FontSize--sm);
6101
6101
  --pf-c-app-launcher__menu-item--m-action--hover--BackgroundColor: transparent;
6102
6102
  --pf-c-app-launcher__menu-item--hover__menu-item--m-action--Color: var(--pf-global--Color--200);
6103
6103
  --pf-c-app-launcher__menu-item--m-action--hover--Color: var(--pf-global--Color--100);
6104
+ --pf-c-app-launcher__menu-item--m-action--disabled--Color: var(--pf-global--disabled-color--200);
6104
6105
  --pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--Color: var(--pf-global--palette--gold-400);
6106
+ --pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--hover--Color: var(--pf-global--palette--gold-500);
6105
6107
  --pf-c-app-launcher__menu-item-icon--MarginRight: var(--pf-global--spacer--sm);
6106
6108
  --pf-c-app-launcher__menu-item-icon--Width: var(--pf-global--icon--FontSize--lg);
6107
6109
  --pf-c-app-launcher__menu-item-icon--Height: var(--pf-global--icon--FontSize--lg);
@@ -6183,6 +6185,7 @@ button:-moz-focusring,
6183
6185
  }
6184
6186
  .pf-c-app-launcher__menu-wrapper.pf-m-favorite {
6185
6187
  --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--Color);
6188
+ --pf-c-app-launcher__menu-item--m-action--hover--Color: var(--pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--hover--Color);
6186
6189
  }
6187
6190
 
6188
6191
  .pf-c-app-launcher__menu-item {
@@ -6207,6 +6210,7 @@ button:-moz-focusring,
6207
6210
 
6208
6211
  .pf-c-app-launcher__menu-item:disabled, .pf-c-app-launcher__menu-item.pf-m-disabled {
6209
6212
  --pf-c-app-launcher__menu-item--Color: var(--pf-c-app-launcher__menu-item--disabled--Color);
6213
+ --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-c-app-launcher__menu-item--m-action--disabled--Color);
6210
6214
  pointer-events: none;
6211
6215
  }
6212
6216
  .pf-c-app-launcher__menu-wrapper:disabled, .pf-c-app-launcher__menu-wrapper.pf-m-disabled, .pf-c-app-launcher__menu-item:disabled, .pf-c-app-launcher__menu-item.pf-m-disabled {
@@ -7327,6 +7331,24 @@ button.pf-c-breadcrumb__link {
7327
7331
  .pf-c-card {
7328
7332
  --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
7329
7333
  --pf-c-card--BoxShadow: var(--pf-global--BoxShadow--sm);
7334
+ --pf-c-card--first-child--PaddingTop: var(--pf-global--spacer--lg);
7335
+ --pf-c-card--child--PaddingRight: var(--pf-global--spacer--lg);
7336
+ --pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
7337
+ --pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
7338
+ --pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
7339
+ --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
7340
+ --pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
7341
+ --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
7342
+ --pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
7343
+ --pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
7344
+ --pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
7345
+ --pf-c-card__actions--child--MarginLeft: var(--pf-global--spacer--sm);
7346
+ --pf-c-card__header-toggle--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
7347
+ --pf-c-card__header-toggle--MarginRight: var(--pf-global--spacer--xs);
7348
+ --pf-c-card__header-toggle--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
7349
+ --pf-c-card__header-toggle--MarginLeft: calc(var(--pf-global--spacer--md) * -1);
7350
+ --pf-c-card__header-toggle-icon--Transition: var(--pf-global--Transition);
7351
+ --pf-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
7330
7352
  --pf-c-card--m-hoverable--hover--BoxShadow: var(--pf-global--BoxShadow--lg);
7331
7353
  --pf-c-card--m-selectable--hover--BoxShadow: var(--pf-global--BoxShadow--lg);
7332
7354
  --pf-c-card--m-selectable--focus--BoxShadow: var(--pf-global--BoxShadow--lg);
@@ -7334,6 +7356,35 @@ button.pf-c-breadcrumb__link {
7334
7356
  --pf-c-card--m-selectable--m-selected--BoxShadow: var(--pf-global--BoxShadow--lg);
7335
7357
  --pf-c-card--m-selectable--m-selected--before--Height: var(--pf-global--BorderWidth--lg);
7336
7358
  --pf-c-card--m-selectable--m-selected--before--BackgroundColor: var(--pf-global--active-color--100);
7359
+ --pf-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-global--BoxShadow--md);
7360
+ --pf-c-card--m-hoverable-raised--hover--before--BackgroundColor: var(--pf-global--active-color--400);
7361
+ --pf-c-card--m-selectable-raised--before--Right: 0;
7362
+ --pf-c-card--m-selectable-raised--before--Bottom: 0;
7363
+ --pf-c-card--m-selectable-raised--before--Left: 0;
7364
+ --pf-c-card--m-flat--m-selectable-raised--before--Right: calc(-1 * var(--pf-c-card--m-flat--BorderWidth));
7365
+ --pf-c-card--m-flat--m-selectable-raised--before--Bottom: calc(-1 * var(--pf-c-card--m-flat--BorderWidth));
7366
+ --pf-c-card--m-flat--m-selectable-raised--before--Left: calc(-1 * var(--pf-c-card--m-flat--BorderWidth));
7367
+ --pf-c-card--m-selectable-raised--before--Height: var(--pf-global--BorderWidth--xl);
7368
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: transparent;
7369
+ --pf-c-card--m-selectable-raised--before--Transition: none;
7370
+ --pf-c-card--m-selectable-raised--before--ScaleY: 1;
7371
+ --pf-c-card--m-selectable-raised--before--TranslateY: 0;
7372
+ --pf-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-global--BoxShadow--md);
7373
+ --pf-c-card--m-selectable-raised--hover--before--BackgroundColor: var(--pf-global--active-color--400);
7374
+ --pf-c-card--m-selectable-raised--focus--BoxShadow: var(--pf-global--BoxShadow--md);
7375
+ --pf-c-card--m-selectable-raised--focus--before--BackgroundColor: var(--pf-global--active-color--400);
7376
+ --pf-c-card--m-selectable-raised--active--BoxShadow: var(--pf-global--BoxShadow--md);
7377
+ --pf-c-card--m-selectable-raised--active--before--BackgroundColor: var(--pf-global--active-color--400);
7378
+ --pf-c-card--m-selectable-raised--m-selected-raised--before--BackgroundColor: var(--pf-global--active-color--100);
7379
+ --pf-c-card--m-selectable-raised--m-selected-raised--BoxShadow: var(--pf-global--BoxShadow--lg);
7380
+ --pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base: -0.5rem;
7381
+ --pf-c-card--m-selectable-raised--m-selected-raised--TranslateY: var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base);
7382
+ --pf-c-card--m-flat--m-selectable-raised--m-selected-raised--TranslateY: calc(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base) + var(--pf-c-card--m-flat--BorderWidth));
7383
+ --pf-c-card--m-rounded--m-selectable-raised--m-selected-raised--TranslateY: calc(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base) + var(--pf-c-card--m-rounded--BorderRadius));
7384
+ --pf-c-card--m-selectable-raised--m-selected-raised--Transition: transform .25s linear, box-shadow .25s linear;
7385
+ --pf-c-card--m-selectable-raised--m-selected-raised--before--Transition: transform .25s linear;
7386
+ --pf-c-card--m-selectable-raised--m-selected-raised--before--TranslateY: calc(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY) * -1);
7387
+ --pf-c-card--m-selectable-raised--m-selected-raised--before--ScaleY: 2;
7337
7388
  --pf-c-card--m-compact__body--FontSize: var(--pf-global--FontSize--sm);
7338
7389
  --pf-c-card--m-compact__footer--FontSize: var(--pf-global--FontSize--sm);
7339
7390
  --pf-c-card--m-compact--first-child--PaddingTop: var(--pf-global--spacer--md);
@@ -7352,25 +7403,7 @@ button.pf-c-breadcrumb__link {
7352
7403
  --pf-c-card--m-flat--BorderWidth: var(--pf-global--BorderWidth--sm);
7353
7404
  --pf-c-card--m-flat--BorderColor: var(--pf-global--BorderColor--100);
7354
7405
  --pf-c-card--m-rounded--BorderRadius: var(--pf-global--BorderRadius--sm);
7355
- --pf-c-card--first-child--PaddingTop: var(--pf-global--spacer--lg);
7356
- --pf-c-card--child--PaddingRight: var(--pf-global--spacer--lg);
7357
- --pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
7358
- --pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
7359
- --pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
7360
- --pf-c-card__header-toggle--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
7361
- --pf-c-card__header-toggle--MarginRight: var(--pf-global--spacer--xs);
7362
- --pf-c-card__header-toggle--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
7363
- --pf-c-card__header-toggle--MarginLeft: calc(var(--pf-global--spacer--md) * -1);
7364
- --pf-c-card__header-toggle-icon--Transition: var(--pf-global--Transition);
7365
- --pf-c-card--m-expanded__header-toggle-icon--Rotate: 90deg;
7366
7406
  --pf-c-card--m-full-height--Height: 100%;
7367
- --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
7368
- --pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
7369
- --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
7370
- --pf-c-card__body--FontSize: var(--pf-global--FontSize--md);
7371
- --pf-c-card__footer--FontSize: var(--pf-global--FontSize--md);
7372
- --pf-c-card__actions--PaddingLeft: var(--pf-global--spacer--md);
7373
- --pf-c-card__actions--child--MarginLeft: var(--pf-global--spacer--sm);
7374
7407
  --pf-c-card--m-plain--BoxShadow: none;
7375
7408
  --pf-c-card--m-plain--BackgroundColor: transparent;
7376
7409
  --pf-c-card__header--m-toggle-right--toggle--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
@@ -7409,6 +7442,51 @@ button.pf-c-breadcrumb__link {
7409
7442
  content: "";
7410
7443
  background-color: var(--pf-c-card--m-selectable--m-selected--before--BackgroundColor);
7411
7444
  }
7445
+ .pf-c-card.pf-m-hoverable-raised, .pf-c-card.pf-m-selectable-raised {
7446
+ position: relative;
7447
+ }
7448
+ .pf-c-card.pf-m-hoverable-raised::before, .pf-c-card.pf-m-selectable-raised::before {
7449
+ position: absolute;
7450
+ right: var(--pf-c-card--m-selectable-raised--before--Right);
7451
+ bottom: var(--pf-c-card--m-selectable-raised--before--Bottom);
7452
+ left: var(--pf-c-card--m-selectable-raised--before--Left);
7453
+ height: var(--pf-c-card--m-selectable-raised--before--Height);
7454
+ content: "";
7455
+ background-color: var(--pf-c-card--m-selectable-raised--before--BackgroundColor);
7456
+ transition: var(--pf-c-card--m-selectable-raised--before--Transition);
7457
+ transform: translateY(var(--pf-c-card--m-selectable-raised--before--TranslateY)) scaleY(var(--pf-c-card--m-selectable-raised--before--ScaleY));
7458
+ transform-origin: center bottom;
7459
+ }
7460
+ .pf-c-card.pf-m-hoverable-raised:hover {
7461
+ --pf-c-card--BoxShadow: var(--pf-c-card--m-hoverable-raised--hover--BoxShadow);
7462
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-hoverable-raised--hover--before--BackgroundColor);
7463
+ }
7464
+ .pf-c-card.pf-m-selectable-raised {
7465
+ cursor: pointer;
7466
+ /*
7467
+ &:active {
7468
+ --pf-c-card--BoxShadow: var(--pf-c-card--m-selectable-raised--active--BoxShadow);
7469
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-selectable-raised--active--before--BackgroundColor);
7470
+ }
7471
+ */
7472
+ }
7473
+ .pf-c-card.pf-m-selectable-raised:hover {
7474
+ --pf-c-card--BoxShadow: var(--pf-c-card--m-selectable-raised--hover--BoxShadow);
7475
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-selectable-raised--hover--before--BackgroundColor);
7476
+ }
7477
+ .pf-c-card.pf-m-selectable-raised:focus {
7478
+ --pf-c-card--BoxShadow: var(--pf-c-card--m-selectable-raised--focus--BoxShadow);
7479
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-selectable-raised--focus--before--BackgroundColor);
7480
+ }
7481
+ .pf-c-card.pf-m-selectable-raised.pf-m-selected-raised, .pf-c-card.pf-m-selectable-raised:active {
7482
+ --pf-c-card--m-selectable-raised--before--BackgroundColor: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--BackgroundColor);
7483
+ --pf-c-card--m-selectable-raised--before--Transition: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--Transition);
7484
+ --pf-c-card--m-selectable-raised--before--TranslateY: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--TranslateY);
7485
+ --pf-c-card--m-selectable-raised--before--ScaleY: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--ScaleY);
7486
+ box-shadow: var(--pf-c-card--m-selectable-raised--m-selected-raised--BoxShadow);
7487
+ transition: var(--pf-c-card--m-selectable-raised--m-selected-raised--Transition);
7488
+ transform: translateY(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY));
7489
+ }
7412
7490
  .pf-c-card.pf-m-compact {
7413
7491
  --pf-c-card__body--FontSize: var(--pf-c-card--m-compact__body--FontSize);
7414
7492
  --pf-c-card__footer--FontSize: var(--pf-c-card--m-compact__footer--FontSize);
@@ -7430,6 +7508,10 @@ button.pf-c-breadcrumb__link {
7430
7508
  }
7431
7509
  .pf-c-card.pf-m-flat {
7432
7510
  --pf-c-card--BoxShadow: none;
7511
+ --pf-c-card--m-selectable-raised--before--Right: var(--pf-c-card--m-flat--m-selectable-raised--before--Right);
7512
+ --pf-c-card--m-selectable-raised--before--Bottom: var(--pf-c-card--m-flat--m-selectable-raised--before--Bottom);
7513
+ --pf-c-card--m-selectable-raised--before--Left: var(--pf-c-card--m-flat--m-selectable-raised--before--Left);
7514
+ --pf-c-card--m-selectable-raised--m-selected-raised--TranslateY: var(--pf-c-card--m-flat--m-selectable-raised--m-selected-raised--TranslateY);
7433
7515
  border: var(--pf-c-card--m-flat--BorderWidth) solid var(--pf-c-card--m-flat--BorderColor);
7434
7516
  }
7435
7517
  .pf-c-card.pf-m-plain {
@@ -7437,6 +7519,7 @@ button.pf-c-breadcrumb__link {
7437
7519
  --pf-c-card--BackgroundColor: var(--pf-c-card--m-plain--BackgroundColor);
7438
7520
  }
7439
7521
  .pf-c-card.pf-m-rounded {
7522
+ --pf-c-card--m-selectable-raised--m-selected-raised--TranslateY: var(--pf-c-card--m-rounded--m-selectable-raised--m-selected-raised--TranslateY);
7440
7523
  border-radius: var(--pf-c-card--m-rounded--BorderRadius);
7441
7524
  }
7442
7525
  .pf-c-card.pf-m-expanded .pf-c-card__header-toggle-icon {
@@ -15737,9 +15820,9 @@ ul.pf-c-list {
15737
15820
  --pf-c-menu__item-action--PaddingLeft: var(--pf-global--spacer--md);
15738
15821
  --pf-c-menu__item-action--Color: var(--pf-global--Color--200);
15739
15822
  --pf-c-menu__item-action--hover--Color: var(--pf-global--Color--100);
15823
+ --pf-c-menu__item-action--disabled--Color: var(--pf-global--disabled-color--200);
15740
15824
  --pf-c-menu__item-action--m-favorited--Color: var(--pf-global--palette--gold-400);
15741
15825
  --pf-c-menu__item-action--m-favorited--hover--Color: var(--pf-global--palette--gold-500);
15742
- --pf-c-menu__list-item--m-disabled__item-action--Color: var(--pf-global--disabled-color--200);
15743
15826
  --pf-c-menu__item-action-icon--Height: calc(var(--pf-c-menu__item--FontSize) * var(--pf-c-menu__item--LineHeight));
15744
15827
  --pf-c-menu__item-action--m-favorite__icon--FontSize: var(--pf-global--icon--FontSize--sm);
15745
15828
  --pf-c-menu__breadcrumb--PaddingTop: var(--pf-global--spacer--md);
@@ -15955,7 +16038,6 @@ ul.pf-c-list {
15955
16038
  --pf-c-menu__list-item--hover--BackgroundColor: transparent;
15956
16039
  --pf-c-menu__list-item--focus-within--BackgroundColor: transparent;
15957
16040
  --pf-c-menu__item--Color: var(--pf-c-menu__list-item--m-disabled__item--Color);
15958
- --pf-c-menu__item-action--Color: var(--pf-c-menu__list-item--m-disabled__item-action--Color);
15959
16041
  --pf-c-menu__item-toggle-icon: var(--pf-c-menu__list-item--m-disabled__item-toggle-icon--Color);
15960
16042
  pointer-events: none;
15961
16043
  }
@@ -16082,6 +16164,9 @@ ul.pf-c-list {
16082
16164
  .pf-c-menu__item-action:hover, .pf-c-menu__item-action:focus {
16083
16165
  --pf-c-menu__item-action--Color: var(--pf-c-menu__item-action--hover--Color);
16084
16166
  }
16167
+ .pf-c-menu__item-action:disabled {
16168
+ --pf-c-menu__item-action--Color: var(--pf-c-menu__item-action--disabled--Color);
16169
+ }
16085
16170
 
16086
16171
  .pf-c-menu__item-action-icon {
16087
16172
  display: flex;
@@ -19751,23 +19836,29 @@ label.pf-c-radio, .pf-c-radio__label,
19751
19836
  --pf-c-select__menu-item--FontWeight: var(--pf-global--FontWeight--normal);
19752
19837
  --pf-c-select__menu-item--LineHeight: var(--pf-global--LineHeight--md);
19753
19838
  --pf-c-select__menu-item--Color: var(--pf-global--Color--dark-100);
19754
- --pf-c-select__menu-item--Width: 100%;
19755
19839
  --pf-c-select__menu-item--disabled--Color: var(--pf-global--Color--dark-200);
19840
+ --pf-c-select__menu-item--Width: 100%;
19756
19841
  --pf-c-select__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
19757
19842
  --pf-c-select__menu-item--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
19758
19843
  --pf-c-select__menu-item--disabled--BackgroundColor: transparent;
19759
19844
  --pf-c-select__menu-item--m-link--Width: auto;
19760
19845
  --pf-c-select__menu-item--m-link--hover--BackgroundColor: transparent;
19761
19846
  --pf-c-select__menu-item--m-link--focus--BackgroundColor: transparent;
19762
- --pf-c-select__menu-item--m-action--Color: var(--pf-global--disabled-color--200);
19847
+ --pf-c-select__menu-item--m-action--Color: var(--pf-global--Color--200);
19848
+ --pf-c-select__menu-item--m-action--hover--Color: var(--pf-global--Color--100);
19849
+ --pf-c-select__menu-item--m-action--focus--Color: var(--pf-global--Color--100);
19850
+ --pf-c-select__menu-item--m-action--disabled--Color: var(--pf-global--disabled-color--200);
19763
19851
  --pf-c-select__menu-item--m-action--Width: auto;
19764
19852
  --pf-c-select__menu-item--m-action--FontSize: var(--pf-global--icon--FontSize--sm);
19765
19853
  --pf-c-select__menu-item--m-action--hover--BackgroundColor: transparent;
19766
19854
  --pf-c-select__menu-item--m-action--focus--BackgroundColor: transparent;
19767
19855
  --pf-c-select__menu-item--hover__menu-item--m-action--Color: var(--pf-global--Color--200);
19768
- --pf-c-select__menu-item--m-action--hover--Color: var(--pf-global--Color--100);
19769
- --pf-c-select__menu-item--m-action--focus--Color: var(--pf-global--Color--100);
19856
+ --pf-c-select__menu-item--m-favorite-action--Color: var(--pf-global--Color--200);
19857
+ --pf-c-select__menu-item--m-favorite-action--hover--Color: var(--pf-global--Color--100);
19858
+ --pf-c-select__menu-item--m-favorite-action--focus--Color: var(--pf-global--Color--100);
19770
19859
  --pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--Color: var(--pf-global--palette--gold-400);
19860
+ --pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--hover--Color: var(--pf-global--palette--gold-500);
19861
+ --pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--focus--Color: var(--pf-global--palette--gold-500);
19771
19862
  --pf-c-select__menu-item--m-load--Color: var(--pf-global--link--Color);
19772
19863
  --pf-c-select__menu-item-icon--Color: var(--pf-global--active-color--100);
19773
19864
  --pf-c-select__menu-item-icon--FontSize: var(--pf-global--icon--FontSize--sm);
@@ -20028,7 +20119,9 @@ label.pf-c-radio, .pf-c-radio__label,
20028
20119
  display: flex;
20029
20120
  }
20030
20121
  .pf-c-select__menu-wrapper.pf-m-favorite .pf-c-select__menu-item.pf-m-favorite-action {
20031
- --pf-c-select__menu-item--Color: var(--pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--Color);
20122
+ --pf-c-select__menu-item--m-favorite-action--Color: var(--pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--Color);
20123
+ --pf-c-select__menu-item--m-favorite-action--hover--Color: var(--pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--hover--Color);
20124
+ --pf-c-select__menu-item--m-favorite-action--focus--Color: var(--pf-c-select__menu-wrapper--m-favorite__menu-item--m-favorite-action--focus--Color);
20032
20125
  }
20033
20126
 
20034
20127
  .pf-c-select__menu-item {
@@ -20082,6 +20175,14 @@ label.pf-c-radio, .pf-c-radio__label,
20082
20175
  .pf-c-select__menu-item.pf-m-action:focus {
20083
20176
  --pf-c-select__menu-item--m-action--Color: var(--pf-c-select__menu-item--m-action--focus--Color);
20084
20177
  }
20178
+ .pf-c-select__menu-item.pf-m-action:disabled {
20179
+ --pf-c-select__menu-item--disabled--Color: var(--pf-c-select__menu-item--m-action--disabled--Color);
20180
+ }
20181
+ .pf-c-select__menu-item.pf-m-favorite-action {
20182
+ --pf-c-select__menu-item--m-action--Color: var(--pf-c-select__menu-item--m-favorite-action--Color);
20183
+ --pf-c-select__menu-item--m-action--hover--Color: var(--pf-c-select__menu-item--m-favorite-action--hover--Color);
20184
+ --pf-c-select__menu-item--m-action--focus--Color: var(--pf-c-select__menu-item--m-favorite-action--focus--Color);
20185
+ }
20085
20186
  .pf-c-select__menu-item.pf-m-selected {
20086
20187
  --pf-c-select__menu-item--PaddingRight: var(--pf-c-select__menu-item--m-selected--PaddingRight);
20087
20188
  --pf-c-select__menu-item-main--PaddingRight: var(--pf-c-select__menu-item--m-selected__menu-item-main--PaddingRight);
@@ -25635,33 +25736,42 @@ svg.pf-c-spinner.pf-m-xl {
25635
25736
  --pf-c-tile--PaddingBottom: var(--pf-global--spacer--lg);
25636
25737
  --pf-c-tile--PaddingLeft: var(--pf-global--spacer--lg);
25637
25738
  --pf-c-tile--BackgroundColor: var(--pf-global--BackgroundColor--100);
25739
+ --pf-c-tile--Transition: none;
25740
+ --pf-c-tile--TranslateY: 0;
25638
25741
  --pf-c-tile--before--BorderColor: var(--pf-global--BorderColor--100);
25639
25742
  --pf-c-tile--before--BorderWidth: var(--pf-global--BorderWidth--sm);
25640
- --pf-c-tile--before--BorderRadius: var(--pf-global--BorderRadius--sm);
25641
- --pf-c-tile--hover--before--BorderColor: var(--pf-global--primary-color--100);
25642
- --pf-c-tile--m-selected--before--BorderWidth: var(--pf-global--BorderWidth--md);
25643
- --pf-c-tile--m-selected--before--BorderColor: var(--pf-global--primary-color--100);
25644
- --pf-c-tile--focus--before--BorderWidth: var(--pf-global--BorderWidth--md);
25645
- --pf-c-tile--focus--before--BorderColor: var(--pf-global--primary-color--100);
25646
- --pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--300);
25647
- --pf-c-tile__title--Color: var(--pf-global--Color--100);
25648
- --pf-c-tile--hover__title--Color: var(--pf-global--primary-color--100);
25649
- --pf-c-tile--m-selected__title--Color: var(--pf-global--primary-color--100);
25650
- --pf-c-tile--focus__title--Color: var(--pf-global--primary-color--100);
25651
- --pf-c-tile--m-disabled__title--Color: var(--pf-global--disabled-color--100);
25743
+ --pf-c-tile--after--Height: var(--pf-global--BorderWidth--lg);
25744
+ --pf-c-tile--after--BackgroundColor: transparent;
25745
+ --pf-c-tile--after--Transition: none;
25746
+ --pf-c-tile--after--ScaleY: 1;
25747
+ --pf-c-tile--after--TranslateY: 0;
25652
25748
  --pf-c-tile__icon--MarginRight: var(--pf-global--spacer--sm);
25653
25749
  --pf-c-tile__icon--FontSize: var(--pf-global--icon--FontSize--md);
25654
25750
  --pf-c-tile__icon--Color: var(--pf-global--Color--100);
25751
+ --pf-c-tile__title--Color: var(--pf-global--Color--100);
25752
+ --pf-c-tile__body--Color: var(--pf-global--Color--100);
25753
+ --pf-c-tile__body--FontSize: var(--pf-global--FontSize--xs);
25754
+ --pf-c-tile--hover--after--BackgroundColor: var(--pf-global--active-color--400);
25655
25755
  --pf-c-tile--hover__icon--Color: var(--pf-global--primary-color--100);
25756
+ --pf-c-tile--hover__title--Color: var(--pf-global--primary-color--100);
25757
+ --pf-c-tile--focus--after--BackgroundColor: var(--pf-global--active-color--400);
25758
+ --pf-c-tile--focus__icon--Color: var(--pf-global--primary-color--100);
25759
+ --pf-c-tile--focus__title--Color: var(--pf-global--primary-color--100);
25760
+ --pf-c-tile--m-selected--TranslateY: calc(-1 * var(--pf-c-tile--m-selected--after--ScaleY) * var(--pf-c-tile--m-selected--after--Height));
25761
+ --pf-c-tile--m-selected--Transition: var(--pf-global--Transition);
25762
+ --pf-c-tile--m-selected--after--Height: var(--pf-global--BorderWidth--lg);
25763
+ --pf-c-tile--m-selected--after--BackgroundColor: var(--pf-global--active-color--100);
25764
+ --pf-c-tile--m-selected--after--Transition: var(--pf-global--Transition);
25765
+ --pf-c-tile--m-selected--after--ScaleY: 2;
25656
25766
  --pf-c-tile--m-selected__icon--Color: var(--pf-global--primary-color--100);
25767
+ --pf-c-tile--m-selected__title--Color: var(--pf-global--primary-color--100);
25768
+ --pf-c-tile--m-disabled--BackgroundColor: var(--pf-global--disabled-color--300);
25657
25769
  --pf-c-tile--m-disabled__icon--Color: var(--pf-global--disabled-color--100);
25658
- --pf-c-tile--focus__icon--Color: var(--pf-global--primary-color--100);
25770
+ --pf-c-tile--m-disabled__title--Color: var(--pf-global--disabled-color--100);
25771
+ --pf-c-tile--m-disabled__body--Color: var(--pf-global--disabled-color--100);
25659
25772
  --pf-c-tile__header--m-stacked__icon--MarginBottom: var(--pf-global--spacer--xs);
25660
25773
  --pf-c-tile__header--m-stacked__icon--FontSize: var(--pf-global--icon--FontSize--lg);
25661
25774
  --pf-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-global--icon--FontSize--xl);
25662
- --pf-c-tile__body--Color: var(--pf-global--Color--100);
25663
- --pf-c-tile__body--FontSize: var(--pf-global--FontSize--xs);
25664
- --pf-c-tile--m-disabled__body--Color: var(--pf-global--disabled-color--100);
25665
25775
  position: relative;
25666
25776
  display: inline-grid;
25667
25777
  padding: var(--pf-c-tile--PaddingTop) var(--pf-c-tile--PaddingRight) var(--pf-c-tile--PaddingBottom) var(--pf-c-tile--PaddingLeft);
@@ -25669,34 +25779,49 @@ svg.pf-c-spinner.pf-m-xl {
25669
25779
  cursor: pointer;
25670
25780
  background-color: var(--pf-c-tile--BackgroundColor);
25671
25781
  grid-template-rows: min-content;
25782
+ transition: var(--pf-c-tile--Transition);
25783
+ transform: translateY(var(--pf-c-tile--TranslateY));
25672
25784
  }
25673
- .pf-c-tile::before {
25785
+ .pf-c-tile::before, .pf-c-tile::after {
25674
25786
  position: absolute;
25787
+ pointer-events: none;
25788
+ content: "";
25789
+ }
25790
+ .pf-c-tile::before {
25675
25791
  top: 0;
25676
25792
  right: 0;
25677
25793
  bottom: 0;
25678
25794
  left: 0;
25679
- pointer-events: none;
25680
- content: "";
25681
25795
  border: var(--pf-c-tile--before--BorderWidth) solid var(--pf-c-tile--before--BorderColor);
25682
- border-radius: var(--pf-c-tile--before--BorderRadius);
25796
+ }
25797
+ .pf-c-tile::after {
25798
+ right: 0;
25799
+ bottom: 0;
25800
+ left: 0;
25801
+ height: var(--pf-c-tile--after--Height);
25802
+ background-color: var(--pf-c-tile--after--BackgroundColor);
25803
+ transition: var(--pf-c-tile--after--Transition);
25804
+ transform: scaleY(var(--pf-c-tile--after--ScaleY)) translateY(var(--pf-c-tile--after--TranslateY));
25683
25805
  }
25684
25806
  .pf-c-tile:hover {
25685
25807
  --pf-c-tile__title--Color: var(--pf-c-tile--hover__title--Color);
25686
25808
  --pf-c-tile__icon--Color: var(--pf-c-tile--hover__icon--Color);
25687
- --pf-c-tile--before--BorderColor: var(--pf-c-tile--hover--before--BorderColor);
25688
- }
25689
- .pf-c-tile.pf-m-selected {
25690
- --pf-c-tile__title--Color: var(--pf-c-tile--m-selected__title--Color);
25691
- --pf-c-tile__icon--Color: var(--pf-c-tile--m-selected__icon--Color);
25692
- --pf-c-tile--before--BorderWidth: var(--pf-c-tile--m-selected--before--BorderWidth);
25693
- --pf-c-tile--before--BorderColor: var(--pf-c-tile--m-selected--before--BorderColor);
25809
+ --pf-c-tile--after--BackgroundColor: var(--pf-c-tile--hover--after--BackgroundColor);
25694
25810
  }
25695
25811
  .pf-c-tile:focus {
25696
25812
  --pf-c-tile__title--Color: var(--pf-c-tile--focus__title--Color);
25697
25813
  --pf-c-tile__icon--Color: var(--pf-c-tile--focus__icon--Color);
25698
- --pf-c-tile--before--BorderWidth: var(--pf-c-tile--focus--before--BorderWidth);
25699
- --pf-c-tile--before--BorderColor: var(--pf-c-tile--focus--before--BorderColor);
25814
+ --pf-c-tile--after--BackgroundColor: var(--pf-c-tile--focus--after--BackgroundColor);
25815
+ }
25816
+ .pf-c-tile:active, .pf-c-tile.pf-m-selected {
25817
+ --pf-c-tile__title--Color: var(--pf-c-tile--m-selected__title--Color);
25818
+ --pf-c-tile__icon--Color: var(--pf-c-tile--m-selected__icon--Color);
25819
+ --pf-c-tile--TranslateY: var(--pf-c-tile--m-selected--TranslateY);
25820
+ --pf-c-tile--Transition: var(--pf-c-tile--m-selected--Transition);
25821
+ --pf-c-tile--after--Height: var(--pf-c-tile--m-selected--after--Height);
25822
+ --pf-c-tile--after--BackgroundColor: var(--pf-c-tile--m-selected--after--BackgroundColor);
25823
+ --pf-c-tile--after--Transition: var(--pf-c-tile--m-selected--after--Transition);
25824
+ --pf-c-tile--after--ScaleY: var(--pf-c-tile--m-selected--after--ScaleY);
25700
25825
  }
25701
25826
  .pf-c-tile.pf-m-disabled {
25702
25827
  --pf-c-tile--BackgroundColor: var(--pf-c-tile--m-disabled--BackgroundColor);