@patternfly/patternfly 5.0.0-alpha.36 → 5.0.0-alpha.38
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/assets/images/pfbg-icon.svg +1 -0
- package/components/AboutModalBox/about-modal-box.css +15 -7
- package/components/AboutModalBox/about-modal-box.scss +17 -9
- package/components/BackgroundImage/background-image.css +8 -35
- package/components/BackgroundImage/background-image.scss +17 -43
- package/components/DataList/data-list.css +34 -29
- package/components/DataList/data-list.scss +32 -24
- package/components/Login/login.css +9 -9
- package/components/Login/login.scss +6 -8
- package/components/Login/themes/dark/login.scss +4 -0
- package/components/Page/page.css +30 -9
- package/components/Page/page.scss +37 -9
- package/components/Table/table.css +60 -63
- package/components/Table/table.scss +56 -60
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +8 -2
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +10 -26
- package/docs/components/DataList/examples/DataList.md +52 -54
- package/docs/components/Login/examples/Login.md +5 -120
- package/docs/components/Page/examples/Page.css +7 -1
- package/docs/components/Page/examples/Page.md +31 -4
- package/docs/components/Table/examples/Table.md +136 -2125
- package/docs/demos/AboutModal/examples/AboutModal.md +0 -1
- package/docs/demos/Page/examples/Page.md +931 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +10 -20
- package/package.json +3 -3
- package/patternfly-no-globals.css +156 -152
- package/patternfly.css +156 -152
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--light-100);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.pf-c-wizard__header, .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector, .pf-c-page__header, .pf-c-masthead .pf-c-button.pf-m-plain, .pf-c-masthead, .pf-c-login__footer, .pf-c-login__header, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, .pf-c-banner, .pf-c-about-modal-box, .pf-t-dark {
|
|
12
|
+
.pf-c-wizard__header, .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector, .pf-c-page__sidebar, .pf-c-page__header, .pf-c-masthead .pf-c-button.pf-m-plain, .pf-c-masthead, .pf-c-login__footer, .pf-c-login__header, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, .pf-c-banner, .pf-c-about-modal-box, .pf-t-dark {
|
|
13
13
|
--pf-global--Color--100: var(--pf-global--Color--light-100);
|
|
14
14
|
--pf-global--Color--200: var(--pf-global--Color--light-200);
|
|
15
15
|
--pf-global--BorderColor--100: var(--pf-global--BorderColor--light-100);
|
|
@@ -5320,11 +5320,17 @@
|
|
|
5320
5320
|
|
|
5321
5321
|
.pf-c-about-modal-box {
|
|
5322
5322
|
--pf-c-about-modal-box--BackgroundColor: var(--pf-global--palette--black-1000);
|
|
5323
|
+
--pf-c-about-modal-box--BackgroundImage: url("./assets/images/pfbg-icon.svg");
|
|
5324
|
+
--pf-c-about-modal-box--BackgroundPosition: bottom right;
|
|
5325
|
+
--pf-c-about-modal-box--BackgroundSize--min-width: 200px;
|
|
5326
|
+
--pf-c-about-modal-box--BackgroundSize--width: 60%;
|
|
5327
|
+
--pf-c-about-modal-box--BackgroundSize--max-width: 600px;
|
|
5328
|
+
--pf-c-about-modal-box--BackgroundSize: clamp(var(--pf-c-about-modal-box--BackgroundSize--min-width), var(--pf-c-about-modal-box--BackgroundSize--width), var(--pf-c-about-modal-box--BackgroundSize--max-width));
|
|
5323
5329
|
--pf-c-about-modal-box--Height: 100%;
|
|
5324
5330
|
--pf-c-about-modal-box--lg--Height: 47.625rem;
|
|
5325
5331
|
--pf-c-about-modal-box--Width: 100%;
|
|
5326
|
-
--pf-c-about-modal-box--sm--
|
|
5327
|
-
--pf-c-about-modal-box--lg--
|
|
5332
|
+
--pf-c-about-modal-box--sm--GridTemplateColumns: 5fr 1fr;
|
|
5333
|
+
--pf-c-about-modal-box--lg--GridTemplateColumns: 1fr .6fr;
|
|
5328
5334
|
--pf-c-about-modal-box__brand--PaddingTop: var(--pf-global--spacer--2xl);
|
|
5329
5335
|
--pf-c-about-modal-box__brand--PaddingRight: var(--pf-global--spacer--xl);
|
|
5330
5336
|
--pf-c-about-modal-box__brand--PaddingLeft: var(--pf-global--spacer--xl);
|
|
@@ -5337,7 +5343,6 @@
|
|
|
5337
5343
|
--pf-c-about-modal-box__close--PaddingRight: var(--pf-global--spacer--xl);
|
|
5338
5344
|
--pf-c-about-modal-box__close--PaddingBottom: var(--pf-global--spacer--xl);
|
|
5339
5345
|
--pf-c-about-modal-box__close--sm--PaddingBottom: var(--pf-global--spacer--3xl);
|
|
5340
|
-
--pf-c-about-modal-box__close--sm--PaddingRight: 0;
|
|
5341
5346
|
--pf-c-about-modal-box__close--lg--PaddingRight: var(--pf-global--spacer--3xl);
|
|
5342
5347
|
--pf-c-about-modal-box__close--c-button--Color: var(--pf-global--Color--100);
|
|
5343
5348
|
--pf-c-about-modal-box__close--c-button--FontSize: var(--pf-global--FontSize--xl);
|
|
@@ -5376,6 +5381,10 @@
|
|
|
5376
5381
|
overflow-x: hidden;
|
|
5377
5382
|
overflow-y: auto;
|
|
5378
5383
|
background-color: var(--pf-c-about-modal-box--BackgroundColor);
|
|
5384
|
+
background-image: var(--pf-c-about-modal-box--BackgroundImage);
|
|
5385
|
+
background-repeat: no-repeat;
|
|
5386
|
+
background-position: var(--pf-c-about-modal-box--BackgroundPosition);
|
|
5387
|
+
background-size: var(--pf-c-about-modal-box--BackgroundSize);
|
|
5379
5388
|
}
|
|
5380
5389
|
@media screen and (min-width: 576px) {
|
|
5381
5390
|
.pf-c-about-modal-box {
|
|
@@ -5386,7 +5395,6 @@
|
|
|
5386
5395
|
}
|
|
5387
5396
|
@media only screen and (min-width: 576px) {
|
|
5388
5397
|
.pf-c-about-modal-box {
|
|
5389
|
-
--pf-c-about-modal-box__close--PaddingRight: var(--pf-c-about-modal-box__close--sm--PaddingRight);
|
|
5390
5398
|
--pf-c-about-modal-box__close--PaddingBottom: var(--pf-c-about-modal-box__close--sm--PaddingBottom);
|
|
5391
5399
|
}
|
|
5392
5400
|
}
|
|
@@ -5416,8 +5424,8 @@
|
|
|
5416
5424
|
}
|
|
5417
5425
|
@media only screen and (min-width: 576px) {
|
|
5418
5426
|
.pf-c-about-modal-box {
|
|
5419
|
-
grid-template-areas: "brand
|
|
5420
|
-
grid-template-columns: var(--pf-c-about-modal-box--sm--
|
|
5427
|
+
grid-template-areas: "brand close" "header close" "content close";
|
|
5428
|
+
grid-template-columns: var(--pf-c-about-modal-box--sm--GridTemplateColumns);
|
|
5421
5429
|
}
|
|
5422
5430
|
}
|
|
5423
5431
|
@media only screen and (min-width: 992px) {
|
|
@@ -5425,7 +5433,7 @@
|
|
|
5425
5433
|
--pf-c-about-modal-box--Height: var(--pf-c-about-modal-box--lg--Height);
|
|
5426
5434
|
--pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
|
|
5427
5435
|
grid-template-rows: max-content max-content auto;
|
|
5428
|
-
grid-template-columns: var(--pf-c-about-modal-box--lg--
|
|
5436
|
+
grid-template-columns: var(--pf-c-about-modal-box--lg--GridTemplateColumns);
|
|
5429
5437
|
}
|
|
5430
5438
|
}
|
|
5431
5439
|
|
|
@@ -6598,50 +6606,23 @@
|
|
|
6598
6606
|
|
|
6599
6607
|
.pf-c-background-image {
|
|
6600
6608
|
--pf-c-background-image--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
|
|
6601
|
-
--pf-c-background-image--BackgroundImage: url("./assets/images/
|
|
6602
|
-
--pf-c-background-image--
|
|
6603
|
-
--pf-c-background-image--
|
|
6604
|
-
--pf-c-background-image--
|
|
6605
|
-
--pf-c-background-image--
|
|
6606
|
-
--pf-c-background-image--
|
|
6607
|
-
}
|
|
6608
|
-
.pf-c-background-image::before {
|
|
6609
|
+
--pf-c-background-image--BackgroundImage: url("./assets/images/pfbg-icon.svg");
|
|
6610
|
+
--pf-c-background-image--BackgroundPosition: bottom right;
|
|
6611
|
+
--pf-c-background-image--BackgroundSize--min-width: 200px;
|
|
6612
|
+
--pf-c-background-image--BackgroundSize--width: 60%;
|
|
6613
|
+
--pf-c-background-image--BackgroundSize--max-width: 600px;
|
|
6614
|
+
--pf-c-background-image--BackgroundSize: clamp(var(--pf-c-background-image--BackgroundSize--min-width), var(--pf-c-background-image--BackgroundSize--width), var(--pf-c-background-image--BackgroundSize--max-width));
|
|
6609
6615
|
position: fixed;
|
|
6610
6616
|
top: 0;
|
|
6611
6617
|
left: 0;
|
|
6612
6618
|
z-index: -1;
|
|
6613
6619
|
width: 100%;
|
|
6614
6620
|
height: 100%;
|
|
6615
|
-
content: "";
|
|
6616
6621
|
background-color: var(--pf-c-background-image--BackgroundColor);
|
|
6617
6622
|
background-image: var(--pf-c-background-image--BackgroundImage);
|
|
6618
|
-
filter: var(--pf-c-background-image--Filter);
|
|
6619
6623
|
background-repeat: no-repeat;
|
|
6620
|
-
background-
|
|
6621
|
-
|
|
6622
|
-
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
6623
|
-
.pf-c-background-image::before {
|
|
6624
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage-2x);
|
|
6625
|
-
}
|
|
6626
|
-
}
|
|
6627
|
-
@media (min-width: 576px) {
|
|
6628
|
-
.pf-c-background-image::before {
|
|
6629
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm);
|
|
6630
|
-
}
|
|
6631
|
-
}
|
|
6632
|
-
@media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi) {
|
|
6633
|
-
.pf-c-background-image::before {
|
|
6634
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm-2x);
|
|
6635
|
-
}
|
|
6636
|
-
}
|
|
6637
|
-
@media (min-width: 992px) {
|
|
6638
|
-
.pf-c-background-image::before {
|
|
6639
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--lg);
|
|
6640
|
-
}
|
|
6641
|
-
}
|
|
6642
|
-
|
|
6643
|
-
.pf-c-background-image__filter {
|
|
6644
|
-
display: block;
|
|
6624
|
+
background-position: var(--pf-c-background-image--BackgroundPosition);
|
|
6625
|
+
background-size: var(--pf-c-background-image--BackgroundSize);
|
|
6645
6626
|
}
|
|
6646
6627
|
|
|
6647
6628
|
.pf-c-back-to-top {
|
|
@@ -9732,25 +9713,25 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9732
9713
|
--pf-c-data-list--BorderTopWidth: var(--pf-global--spacer--sm);
|
|
9733
9714
|
--pf-c-data-list--sm--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
9734
9715
|
--pf-c-data-list--sm--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
9716
|
+
--pf-c-data-list--MarginLeft: var(--pf-global--spacer--md);
|
|
9735
9717
|
--pf-c-data-list__item--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
9736
9718
|
--pf-c-data-list__item--m-selected--ZIndex: var(--pf-global--ZIndex--xs);
|
|
9737
9719
|
--pf-c-data-list__item--m-expanded--before--BackgroundColor: var(--pf-global--active-color--100);
|
|
9738
9720
|
--pf-c-data-list__item--m-selected--before--BackgroundColor: var(--pf-global--active-color--100);
|
|
9739
9721
|
--pf-c-data-list__item--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-top), var(--pf-global--BoxShadow--sm-bottom);
|
|
9740
|
-
--pf-c-data-list__item--m-
|
|
9741
|
-
--pf-c-data-list__item--m-
|
|
9742
|
-
--pf-c-data-list__item--m-
|
|
9743
|
-
--pf-c-data-list__item--m-
|
|
9744
|
-
--pf-c-data-list__item--m-
|
|
9745
|
-
--pf-c-data-list__item--m-expanded--m-selectable--before--BackgroundColor: var(--pf-global--active-color--300);
|
|
9722
|
+
--pf-c-data-list__item--m-clickable--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
9723
|
+
--pf-c-data-list__item--m-clickable--hover--ZIndex: calc(var(--pf-c-data-list__item--m-selected--ZIndex) + 1);
|
|
9724
|
+
--pf-c-data-list__item--m-clickable--hover--BoxShadow: var(--pf-global--BoxShadow--sm-top), var(--pf-global--BoxShadow--sm-bottom);
|
|
9725
|
+
--pf-c-data-list__item--m-clickable--focus--BoxShadow: var(--pf-global--BoxShadow--sm-top), var(--pf-global--BoxShadow--sm-bottom);
|
|
9726
|
+
--pf-c-data-list__item--m-clickable--active--BoxShadow: var(--pf-global--BoxShadow--sm-top), var(--pf-global--BoxShadow--sm-bottom);
|
|
9746
9727
|
--pf-c-data-list__item--BorderBottomColor: var(--pf-global--BorderColor--300);
|
|
9747
9728
|
--pf-c-data-list__item--BorderBottomWidth: 0.5rem;
|
|
9748
|
-
--pf-c-data-list__item--m-
|
|
9749
|
-
--pf-c-data-list__item--m-
|
|
9729
|
+
--pf-c-data-list__item--m-clickable--hover--item--BorderTopColor: var(--pf-c-data-list__item--BorderBottomColor);
|
|
9730
|
+
--pf-c-data-list__item--m-clickable--hover--item--BorderTopWidth: var(--pf-c-data-list__item--BorderBottomWidth);
|
|
9750
9731
|
--pf-c-data-list__item--sm--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
9751
9732
|
--pf-c-data-list__item--sm--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
9752
9733
|
--pf-c-data-list__item--before--BackgroundColor: transparent;
|
|
9753
|
-
--pf-c-data-list__item--before--Width: var(--pf-global--BorderWidth--lg);
|
|
9734
|
+
--pf-c-data-list__item--before--Width: calc(2 * var(--pf-global--BorderWidth--lg));
|
|
9754
9735
|
--pf-c-data-list__item--before--Transition: var(--pf-global--Transition);
|
|
9755
9736
|
--pf-c-data-list__item--before--Top: 0;
|
|
9756
9737
|
--pf-c-data-list__item--before--sm--Top: calc(var(--pf-c-data-list__item--BorderBottomWidth) * -1);
|
|
@@ -9810,8 +9791,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9810
9791
|
--pf-c-data-list__item-action__action--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
9811
9792
|
--pf-c-data-list__action--MarginTop: var(--pf-c-data-list__item-action__action--MarginTop);
|
|
9812
9793
|
--pf-c-data-list__item-action__action--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
|
9813
|
-
--pf-c-data-list__expandable-content--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
9814
|
-
--pf-c-data-list__expandable-content--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
9815
9794
|
--pf-c-data-list__expandable-content--MarginRight: calc(var(--pf-c-data-list__expandable-content-body--PaddingRight) * -1);
|
|
9816
9795
|
--pf-c-data-list__expandable-content--MarginLeft: calc(var(--pf-c-data-list__expandable-content-body--PaddingLeft) * -1);
|
|
9817
9796
|
--pf-c-data-list__expandable-content--MaxHeight: 37.5rem;
|
|
@@ -9943,28 +9922,28 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9943
9922
|
background-color: var(--pf-c-data-list__item--before--BackgroundColor);
|
|
9944
9923
|
transition: var(--pf-c-data-list__item--before--Transition);
|
|
9945
9924
|
}
|
|
9946
|
-
.pf-c-data-list__item.pf-m-
|
|
9925
|
+
.pf-c-data-list__item.pf-m-clickable {
|
|
9947
9926
|
cursor: pointer;
|
|
9948
|
-
outline-offset: var(--pf-c-data-list__item--m-
|
|
9927
|
+
outline-offset: var(--pf-c-data-list__item--m-clickable--OutlineOffset);
|
|
9949
9928
|
}
|
|
9950
|
-
.pf-c-data-list__item.pf-m-
|
|
9929
|
+
.pf-c-data-list__item.pf-m-clickable:hover, .pf-c-data-list__item.pf-m-clickable:focus {
|
|
9951
9930
|
position: relative;
|
|
9952
|
-
z-index: var(--pf-c-data-list__item--m-
|
|
9931
|
+
z-index: var(--pf-c-data-list__item--m-clickable--hover--ZIndex);
|
|
9953
9932
|
}
|
|
9954
|
-
.pf-c-data-list__item.pf-m-
|
|
9933
|
+
.pf-c-data-list__item.pf-m-clickable:hover:not(.pf-m-selected):not(:last-child), .pf-c-data-list__item.pf-m-clickable:focus:not(.pf-m-selected):not(:last-child) {
|
|
9955
9934
|
--pf-c-data-list__item--BorderBottomWidth: 0;
|
|
9956
9935
|
}
|
|
9957
|
-
.pf-c-data-list__item.pf-m-
|
|
9958
|
-
border-top: var(--pf-c-data-list__item--m-
|
|
9936
|
+
.pf-c-data-list__item.pf-m-clickable:hover:not(.pf-m-selected):not(:last-child) + .pf-c-data-list__item, .pf-c-data-list__item.pf-m-clickable:focus:not(.pf-m-selected):not(:last-child) + .pf-c-data-list__item {
|
|
9937
|
+
border-top: var(--pf-c-data-list__item--m-clickable--hover--item--BorderTopWidth) solid var(--pf-c-data-list__item--m-clickable--hover--item--BorderTopColor);
|
|
9959
9938
|
}
|
|
9960
|
-
.pf-c-data-list__item.pf-m-
|
|
9961
|
-
box-shadow: var(--pf-c-data-list__item--m-
|
|
9939
|
+
.pf-c-data-list__item.pf-m-clickable:hover {
|
|
9940
|
+
box-shadow: var(--pf-c-data-list__item--m-clickable--hover--BoxShadow);
|
|
9962
9941
|
}
|
|
9963
|
-
.pf-c-data-list__item.pf-m-
|
|
9964
|
-
box-shadow: var(--pf-c-data-list__item--m-
|
|
9942
|
+
.pf-c-data-list__item.pf-m-clickable:focus {
|
|
9943
|
+
box-shadow: var(--pf-c-data-list__item--m-clickable--focus--BoxShadow);
|
|
9965
9944
|
}
|
|
9966
|
-
.pf-c-data-list__item.pf-m-
|
|
9967
|
-
box-shadow: var(--pf-c-data-list__item--m-
|
|
9945
|
+
.pf-c-data-list__item.pf-m-clickable:active {
|
|
9946
|
+
box-shadow: var(--pf-c-data-list__item--m-clickable--active--BoxShadow);
|
|
9968
9947
|
}
|
|
9969
9948
|
.pf-c-data-list__item.pf-m-selected {
|
|
9970
9949
|
--pf-c-data-list__item--before--BackgroundColor: var(--pf-c-data-list__item--m-selected--before--BackgroundColor);
|
|
@@ -9984,10 +9963,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9984
9963
|
}
|
|
9985
9964
|
.pf-c-data-list__item.pf-m-expanded {
|
|
9986
9965
|
--pf-c-data-list__toggle-icon--Rotate: var(--pf-c-data-list__item--m-expanded__toggle-icon--Rotate);
|
|
9987
|
-
--pf-c-data-list__item--before--BackgroundColor: var(--pf-c-data-list__item--m-expanded--before--BackgroundColor);
|
|
9988
|
-
}
|
|
9989
|
-
.pf-c-data-list__item.pf-m-expanded.pf-m-selectable:not(.pf-m-selected) {
|
|
9990
|
-
--pf-c-data-list__item--before--BackgroundColor: var(--pf-c-data-list__item--m-expanded--m-selectable--before--BackgroundColor);
|
|
9991
9966
|
}
|
|
9992
9967
|
|
|
9993
9968
|
.pf-c-data-list__item-row {
|
|
@@ -10119,11 +10094,22 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10119
10094
|
.pf-c-data-list__expandable-content {
|
|
10120
10095
|
max-height: var(--pf-c-data-list__expandable-content--MaxHeight);
|
|
10121
10096
|
overflow-y: auto;
|
|
10122
|
-
border-top: var(--pf-c-data-list__expandable-content--BorderTopWidth) solid var(--pf-c-data-list__expandable-content--BorderTopColor);
|
|
10123
10097
|
}
|
|
10124
10098
|
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body {
|
|
10125
10099
|
padding: var(--pf-c-data-list__expandable-content-body--PaddingTop) var(--pf-c-data-list__expandable-content-body--PaddingRight) var(--pf-c-data-list__expandable-content-body--PaddingBottom) var(--pf-c-data-list__expandable-content-body--PaddingLeft);
|
|
10126
10100
|
}
|
|
10101
|
+
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body > .pf-c-data-list {
|
|
10102
|
+
margin-left: var(--pf-c-data-list--MarginLeft);
|
|
10103
|
+
}
|
|
10104
|
+
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body .pf-c-data-list__item:last-child {
|
|
10105
|
+
border-bottom: 0;
|
|
10106
|
+
}
|
|
10107
|
+
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body .pf-c-data-list__item-row {
|
|
10108
|
+
--pf-c-data-list__item-row--PaddingLeft: 0;
|
|
10109
|
+
}
|
|
10110
|
+
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body .pf-c-data-list__expandable-content-body {
|
|
10111
|
+
--pf-c-data-list__expandable-content-body--PaddingLeft: 0;
|
|
10112
|
+
}
|
|
10127
10113
|
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body.pf-m-no-padding {
|
|
10128
10114
|
padding: 0;
|
|
10129
10115
|
}
|
|
@@ -16635,7 +16621,6 @@ ul.pf-c-list {
|
|
|
16635
16621
|
.pf-c-login {
|
|
16636
16622
|
--pf-c-login--PaddingTop: var(--pf-global--spacer--lg);
|
|
16637
16623
|
--pf-c-login--PaddingBottom: var(--pf-global--spacer--lg);
|
|
16638
|
-
--pf-c-login--xl--BackgroundImage: none;
|
|
16639
16624
|
--pf-c-login__container--xl--GridColumnGap: var(--pf-global--spacer--3xl);
|
|
16640
16625
|
--pf-c-login__container--MaxWidth: 31.25rem;
|
|
16641
16626
|
--pf-c-login__container--xl--MaxWidth: none;
|
|
@@ -16649,8 +16634,9 @@ ul.pf-c-list {
|
|
|
16649
16634
|
--pf-c-login__header--xl--MarginTop: var(--pf-global--spacer--3xl);
|
|
16650
16635
|
--pf-c-login__header--c-brand--MarginBottom: var(--pf-global--spacer--lg);
|
|
16651
16636
|
--pf-c-login__header--c-brand--xl--MarginBottom: var(--pf-global--spacer--2xl);
|
|
16652
|
-
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--
|
|
16637
|
+
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
16653
16638
|
--pf-c-login__main--MarginBottom: var(--pf-global--spacer--lg);
|
|
16639
|
+
--pf-c-login__main--BoxShadow: var(--pf-global--BoxShadow--xl);
|
|
16654
16640
|
--pf-c-login__main-header--PaddingTop: var(--pf-global--spacer--2xl);
|
|
16655
16641
|
--pf-c-login__main-header--PaddingRight: var(--pf-global--spacer--xl);
|
|
16656
16642
|
--pf-c-login__main-header--PaddingBottom: var(--pf-global--spacer--md);
|
|
@@ -16684,7 +16670,8 @@ ul.pf-c-list {
|
|
|
16684
16670
|
--pf-c-login__main-footer-band--PaddingRight: var(--pf-global--spacer--md);
|
|
16685
16671
|
--pf-c-login__main-footer-band--PaddingBottom: var(--pf-global--spacer--lg);
|
|
16686
16672
|
--pf-c-login__main-footer-band--PaddingLeft: var(--pf-global--spacer--md);
|
|
16687
|
-
--pf-c-login__main-footer-band--
|
|
16673
|
+
--pf-c-login__main-footer-band--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
16674
|
+
--pf-c-login__main-footer-band--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
16688
16675
|
--pf-c-login__main-footer-band-item--PaddingTop: var(--pf-global--spacer--md);
|
|
16689
16676
|
--pf-c-login__footer--PaddingLeft: var(--pf-global--spacer--md);
|
|
16690
16677
|
--pf-c-login__footer--PaddingRight: var(--pf-global--spacer--md);
|
|
@@ -16742,11 +16729,6 @@ ul.pf-c-list {
|
|
|
16742
16729
|
--pf-c-login__footer--c-list--PaddingTop: var(--pf-c-login__footer--c-list--xl--PaddingTop);
|
|
16743
16730
|
}
|
|
16744
16731
|
}
|
|
16745
|
-
@media (min-width: 1200px) {
|
|
16746
|
-
.pf-c-login {
|
|
16747
|
-
background-image: var(--pf-c-login--xl--BackgroundImage);
|
|
16748
|
-
}
|
|
16749
|
-
}
|
|
16750
16732
|
@media (min-width: 576px) {
|
|
16751
16733
|
.pf-c-login {
|
|
16752
16734
|
align-items: center;
|
|
@@ -16789,6 +16771,7 @@ ul.pf-c-list {
|
|
|
16789
16771
|
align-self: start;
|
|
16790
16772
|
margin-bottom: var(--pf-c-login__main--MarginBottom);
|
|
16791
16773
|
background-color: var(--pf-c-login__main--BackgroundColor);
|
|
16774
|
+
box-shadow: var(--pf-c-login__main--BoxShadow);
|
|
16792
16775
|
}
|
|
16793
16776
|
.pf-c-login__main > :first-child:not(.pf-c-login__main-header) {
|
|
16794
16777
|
padding-top: var(--pf-c-login__main-header--PaddingTop);
|
|
@@ -16880,7 +16863,7 @@ ul.pf-c-list {
|
|
|
16880
16863
|
.pf-c-login__main-footer-band {
|
|
16881
16864
|
padding: var(--pf-c-login__main-footer-band--PaddingTop) var(--pf-c-login__main-footer-band--PaddingRight) var(--pf-c-login__main-footer-band--PaddingBottom) var(--pf-c-login__main-footer-band--PaddingLeft);
|
|
16882
16865
|
text-align: center;
|
|
16883
|
-
|
|
16866
|
+
border-top: var(--pf-c-login__main-footer-band--BorderTopWidth) solid var(--pf-c-login__main-footer-band--BorderTopColor);
|
|
16884
16867
|
}
|
|
16885
16868
|
.pf-c-login__main-footer-band > * + * {
|
|
16886
16869
|
padding-top: var(--pf-c-login__main-footer-band-item--PaddingTop);
|
|
@@ -16912,6 +16895,9 @@ ul.pf-c-list {
|
|
|
16912
16895
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
16913
16896
|
}
|
|
16914
16897
|
|
|
16898
|
+
:where(.pf-theme-dark) .pf-c-login {
|
|
16899
|
+
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
16900
|
+
}
|
|
16915
16901
|
:where(.pf-theme-dark) .pf-c-login__header,
|
|
16916
16902
|
:where(.pf-theme-dark) .pf-c-login__footer {
|
|
16917
16903
|
color: var(--pf-global--Color--100);
|
|
@@ -20689,6 +20675,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20689
20675
|
|
|
20690
20676
|
.pf-c-page {
|
|
20691
20677
|
--pf-c-page--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
20678
|
+
--pf-c-page--inset: var(--pf-global--spacer--md);
|
|
20679
|
+
--pf-c-page--xl--inset: var(--pf-global--spacer--lg);
|
|
20692
20680
|
--pf-c-page__header--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
|
|
20693
20681
|
--pf-c-page__header--ZIndex: var(--pf-global--ZIndex--md);
|
|
20694
20682
|
--pf-c-page__header--MinHeight: 4.75rem;
|
|
@@ -20735,10 +20723,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20735
20723
|
--pf-c-page__sidebar--TranslateZ: 0;
|
|
20736
20724
|
--pf-c-page__sidebar--m-expanded--TranslateX: 0;
|
|
20737
20725
|
--pf-c-page__sidebar--xl--TranslateX: 0;
|
|
20738
|
-
--pf-c-page__sidebar-body--
|
|
20739
|
-
--pf-c-page__sidebar-body--
|
|
20740
|
-
--pf-c-page__sidebar-body--m-
|
|
20741
|
-
--pf-c-page__sidebar-body--m-
|
|
20726
|
+
--pf-c-page__sidebar-body--PaddingRight: 0;
|
|
20727
|
+
--pf-c-page__sidebar-body--PaddingLeft: 0;
|
|
20728
|
+
--pf-c-page__sidebar-body--m-page-insets--PaddingRight: var(--pf-c-page--inset);
|
|
20729
|
+
--pf-c-page__sidebar-body--m-page-insets--PaddingLeft: var(--pf-c-page--inset);
|
|
20742
20730
|
--pf-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-global--BackgroundColor--dark-200);
|
|
20743
20731
|
--pf-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
20744
20732
|
--pf-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
|
|
@@ -20809,6 +20797,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20809
20797
|
@media (min-width: 1200px) {
|
|
20810
20798
|
.pf-c-page {
|
|
20811
20799
|
--pf-c-page__header-brand--PaddingLeft: var(--pf-c-page__header-brand--xl--PaddingLeft);
|
|
20800
|
+
--pf-c-page--inset: var(--pf-c-page--xl--inset);
|
|
20812
20801
|
}
|
|
20813
20802
|
}
|
|
20814
20803
|
@media screen and (min-width: 1200px) {
|
|
@@ -20994,7 +20983,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20994
20983
|
}
|
|
20995
20984
|
|
|
20996
20985
|
.pf-c-page__sidebar {
|
|
20986
|
+
color: var(--pf-global--Color--100);
|
|
20997
20987
|
z-index: var(--pf-c-page__sidebar--ZIndex);
|
|
20988
|
+
display: flex;
|
|
20989
|
+
flex-direction: column;
|
|
20998
20990
|
grid-area: nav;
|
|
20999
20991
|
grid-row-start: 2;
|
|
21000
20992
|
grid-column-start: 1;
|
|
@@ -21026,12 +21018,13 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21026
21018
|
}
|
|
21027
21019
|
|
|
21028
21020
|
.pf-c-page__sidebar-body {
|
|
21029
|
-
padding-
|
|
21030
|
-
padding-
|
|
21021
|
+
padding-right: var(--pf-c-page__sidebar-body--PaddingRight);
|
|
21022
|
+
padding-left: var(--pf-c-page__sidebar-body--PaddingLeft);
|
|
21023
|
+
}
|
|
21024
|
+
.pf-c-page__sidebar-body:last-child {
|
|
21025
|
+
flex-grow: 1;
|
|
21031
21026
|
}
|
|
21032
21027
|
.pf-c-page__sidebar-body.pf-m-menu {
|
|
21033
|
-
--pf-c-page__sidebar-body--PaddingTop: var(--pf-c-page__sidebar-body--m-menu--PaddingTop);
|
|
21034
|
-
--pf-c-page__sidebar-body--PaddingBottom: var(--pf-c-page__sidebar-body--m-menu--PaddingBottom);
|
|
21035
21028
|
background-color: var(--pf-global--palette--black-900);
|
|
21036
21029
|
border-top: var(--pf-c-page__sidebar-body--m-menu--BorderTopWidth) solid var(--pf-c-page__sidebar-body--m-menu--BorderTopColor);
|
|
21037
21030
|
}
|
|
@@ -21047,6 +21040,20 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21047
21040
|
color: var(--pf-global--Color--100);
|
|
21048
21041
|
width: 100%;
|
|
21049
21042
|
}
|
|
21043
|
+
.pf-c-page__sidebar-body.pf-m-page-insets {
|
|
21044
|
+
--pf-c-page__sidebar-body--PaddingRight: var(--pf-c-page__sidebar-body--m-page-insets--PaddingRight);
|
|
21045
|
+
--pf-c-page__sidebar-body--PaddingLeft: var(--pf-c-page__sidebar-body--m-page-insets--PaddingLeft);
|
|
21046
|
+
}
|
|
21047
|
+
.pf-c-page__sidebar-body.pf-m-inset-none {
|
|
21048
|
+
--pf-c-page__sidebar-body--PaddingRight: 0;
|
|
21049
|
+
--pf-c-page__sidebar-body--PaddingLeft: 0;
|
|
21050
|
+
}
|
|
21051
|
+
.pf-c-page__sidebar-body.pf-m-fill {
|
|
21052
|
+
flex-grow: 1;
|
|
21053
|
+
}
|
|
21054
|
+
.pf-c-page__sidebar-body.pf-m-no-fill {
|
|
21055
|
+
flex-grow: 0;
|
|
21056
|
+
}
|
|
21050
21057
|
|
|
21051
21058
|
.pf-c-page__main-nav.pf-m-limit-width,
|
|
21052
21059
|
.pf-c-page__main-breadcrumb.pf-m-limit-width,
|
|
@@ -26978,43 +26985,43 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26978
26985
|
--pf-c-table--nested--first-last-child--PaddingRight: var(--pf-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
|
26979
26986
|
--pf-c-table--nested--first-last-child--PaddingLeft: var(--pf-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
26980
26987
|
--pf-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
26981
|
-
--pf-c-table--tr--m-
|
|
26982
|
-
--pf-c-table--tr--m-
|
|
26983
|
-
--pf-c-table--tr--m-
|
|
26984
|
-
--pf-c-table--tr--m-
|
|
26985
|
-
--pf-c-table--tr--m-
|
|
26986
|
-
--pf-c-table--tr--m-
|
|
26987
|
-
--pf-c-table--tr--m-
|
|
26988
|
-
--pf-c-table--tr--m-
|
|
26989
|
-
--pf-c-table--tr--m-
|
|
26990
|
-
--pf-c-table--tr--m-
|
|
26991
|
-
--pf-c-table--tr--m-
|
|
26988
|
+
--pf-c-table--tr--m-clickable--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
26989
|
+
--pf-c-table--tr--m-clickable--BackgroundColor: transparent;
|
|
26990
|
+
--pf-c-table--tr--m-clickable--BoxShadow: none;
|
|
26991
|
+
--pf-c-table--tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
26992
|
+
--pf-c-table--tr--m-clickable--hover--BoxShadow: var(--pf-c-table--tr--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
26993
|
+
--pf-c-table--tr--m-clickable--hover--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
26994
|
+
--pf-c-table--tr--m-clickable--focus--BoxShadow: var(--pf-c-table--tr--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
26995
|
+
--pf-c-table--tr--m-clickable--focus--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
26996
|
+
--pf-c-table--tr--m-clickable--active--BoxShadow: var(--pf-c-table--tr--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
26997
|
+
--pf-c-table--tr--m-clickable--active--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
26998
|
+
--pf-c-table--tr--m-clickable--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom) inset, var(--pf-global--BoxShadow--sm-bottom);
|
|
26992
26999
|
--pf-c-table--tr--m-selected--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
26993
27000
|
--pf-c-table--tr--m-selected--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
26994
27001
|
--pf-c-table--tr--m-selected--BoxShadow: var(--pf-c-table--tr--m-selected--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
26995
27002
|
--pf-c-table--tr--m-selected--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
26996
|
-
--pf-c-table--tr--m-selected--after--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
|
27003
|
+
--pf-c-table--tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-c-table__expandable-row--after--border-width--base));
|
|
26997
27004
|
--pf-c-table--tr--m-selected--after--BorderLeftColor: var(--pf-global--active-color--100);
|
|
26998
27005
|
--pf-c-table--tr--m-selected--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
26999
27006
|
--pf-c-table--tr--m-selected--hover--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom) inset, var(--pf-global--BoxShadow--sm-bottom);
|
|
27000
27007
|
--pf-c-table--tr--m-selected--tr--m-selected--hover--BoxShadow: var(--pf-c-table--tr--m-selected--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27001
|
-
--pf-c-table--tbody--m-
|
|
27002
|
-
--pf-c-table--tbody--m-
|
|
27003
|
-
--pf-c-table--tbody--m-
|
|
27004
|
-
--pf-c-table--tbody--m-
|
|
27005
|
-
--pf-c-table--tbody--m-
|
|
27006
|
-
--pf-c-table--tbody--m-
|
|
27007
|
-
--pf-c-table--tbody--m-
|
|
27008
|
-
--pf-c-table--tbody--m-
|
|
27009
|
-
--pf-c-table--tbody--m-
|
|
27010
|
-
--pf-c-table--tbody--m-
|
|
27011
|
-
--pf-c-table--tbody--m-
|
|
27012
|
-
--pf-c-table--tbody--m-
|
|
27008
|
+
--pf-c-table--tbody--m-clickable--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
27009
|
+
--pf-c-table--tbody--m-clickable--BoxShadow: none;
|
|
27010
|
+
--pf-c-table--tbody--m-clickable--BackgroundColor: transparent;
|
|
27011
|
+
--pf-c-table--tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
27012
|
+
--pf-c-table--tbody--m-clickable--hover--BoxShadow: var(--pf-c-table--tbody--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27013
|
+
--pf-c-table--tbody--m-clickable--hover--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27014
|
+
--pf-c-table--tbody--m-clickable--focus--BoxShadow: var(--pf-c-table--tbody--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27015
|
+
--pf-c-table--tbody--m-clickable--focus--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27016
|
+
--pf-c-table--tbody--m-clickable--active--BoxShadow: var(--pf-c-table--tbody--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27017
|
+
--pf-c-table--tbody--m-clickable--active--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27018
|
+
--pf-c-table--tbody--m-clickable--m-expanded--BorderColor: var(--pf-global--active-color--400);
|
|
27019
|
+
--pf-c-table--tbody--m-clickable--m-selected--hover--tr--BoxShadow: var(--pf-global--BoxShadow--sm-bottom) inset, var(--pf-global--BoxShadow--sm-bottom);
|
|
27013
27020
|
--pf-c-table--tbody--m-selected--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27014
27021
|
--pf-c-table--tbody--m-selected--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
27015
27022
|
--pf-c-table--tbody--m-selected--BoxShadow: var(--pf-c-table--tbody--m-selected--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27016
27023
|
--pf-c-table--tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
27017
|
-
--pf-c-table--tbody--m-selected--after--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
|
27024
|
+
--pf-c-table--tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-c-table__expandable-row--after--border-width--base));
|
|
27018
27025
|
--pf-c-table--tbody--m-selected--after--BorderLeftColor: var(--pf-global--active-color--100);
|
|
27019
27026
|
--pf-c-table--tbody--m-selected--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
27020
27027
|
--pf-c-table--tbody--m-selected--hover--tbody--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom) inset, var(--pf-global--BoxShadow--sm-bottom);
|
|
@@ -27211,6 +27218,9 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27211
27218
|
margin-top: var(--pf-c-table__check--input--MarginTop);
|
|
27212
27219
|
vertical-align: top;
|
|
27213
27220
|
}
|
|
27221
|
+
.pf-c-table tbody.pf-m-expanded > :first-child:not(.pf-c-table__control-row) {
|
|
27222
|
+
border-bottom-width: 0;
|
|
27223
|
+
}
|
|
27214
27224
|
.pf-c-table .pf-c-table__compound-expansion-toggle, .pf-c-table .pf-c-table__compound-expansion-toggle:first-child, .pf-c-table .pf-c-table__compound-expansion-toggle:last-child {
|
|
27215
27225
|
padding: 0;
|
|
27216
27226
|
}
|
|
@@ -27270,26 +27280,26 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27270
27280
|
.pf-c-table.pf-m-no-border-rows > tbody .pf-c-table__control-row > .pf-c-table__compound-expansion-toggle:first-child > ::before {
|
|
27271
27281
|
border-left-width: 0;
|
|
27272
27282
|
}
|
|
27273
|
-
.pf-c-table tr.pf-m-
|
|
27283
|
+
.pf-c-table tr.pf-m-clickable {
|
|
27274
27284
|
cursor: pointer;
|
|
27275
|
-
background-color: var(--pf-c-table--tr--m-
|
|
27276
|
-
outline-offset: var(--pf-c-table--tr--m-
|
|
27277
|
-
box-shadow: var(--pf-c-table--tr--m-
|
|
27285
|
+
background-color: var(--pf-c-table--tr--m-clickable--BackgroundColor);
|
|
27286
|
+
outline-offset: var(--pf-c-table--tr--m-clickable--OutlineOffset);
|
|
27287
|
+
box-shadow: var(--pf-c-table--tr--m-clickable--BoxShadow);
|
|
27278
27288
|
}
|
|
27279
|
-
.pf-c-table tr.pf-m-
|
|
27280
|
-
box-shadow: var(--pf-c-table--tr--m-
|
|
27289
|
+
.pf-c-table tr.pf-m-clickable:hover:not(.pf-m-selected) + tr.pf-m-selected, .pf-c-table tr.pf-m-clickable:focus:not(.pf-m-selected) + tr.pf-m-selected, .pf-c-table tr.pf-m-clickable:active:not(.pf-m-selected) + tr.pf-m-selected {
|
|
27290
|
+
box-shadow: var(--pf-c-table--tr--m-clickable--m-selected--BoxShadow);
|
|
27281
27291
|
}
|
|
27282
|
-
.pf-c-table tr.pf-m-
|
|
27283
|
-
--pf-c-table--tr--m-
|
|
27284
|
-
--pf-c-table--tr--m-
|
|
27292
|
+
.pf-c-table tr.pf-m-clickable:hover {
|
|
27293
|
+
--pf-c-table--tr--m-clickable--BoxShadow: var(--pf-c-table--tr--m-clickable--hover--BoxShadow);
|
|
27294
|
+
--pf-c-table--tr--m-clickable--BackgroundColor: var(--pf-c-table--tr--m-clickable--hover--BackgroundColor);
|
|
27285
27295
|
}
|
|
27286
|
-
.pf-c-table tr.pf-m-
|
|
27287
|
-
--pf-c-table--tr--m-
|
|
27288
|
-
--pf-c-table--tr--m-
|
|
27296
|
+
.pf-c-table tr.pf-m-clickable:focus {
|
|
27297
|
+
--pf-c-table--tr--m-clickable--BoxShadow: var(--pf-c-table--tr--m-clickable--focus--BoxShadow);
|
|
27298
|
+
--pf-c-table--tr--m-clickable--BackgroundColor: var(--pf-c-table--tr--m-clickable--focus--BackgroundColor);
|
|
27289
27299
|
}
|
|
27290
|
-
.pf-c-table tr.pf-m-
|
|
27291
|
-
--pf-c-table--tr--m-
|
|
27292
|
-
--pf-c-table--tr--m-
|
|
27300
|
+
.pf-c-table tr.pf-m-clickable:active {
|
|
27301
|
+
--pf-c-table--tr--m-clickable--BoxShadow: var(--pf-c-table--tr--m-clickable--active--BoxShadow);
|
|
27302
|
+
--pf-c-table--tr--m-clickable--BackgroundColor: var(--pf-c-table--tr--m-clickable--active--BackgroundColor);
|
|
27293
27303
|
}
|
|
27294
27304
|
.pf-c-table tr.pf-m-selected {
|
|
27295
27305
|
--pf-c-table__expandable-row--after--BorderLeftWidth: var(--pf-c-table--tr--m-selected--after--BorderLeftWidth);
|
|
@@ -27311,29 +27321,29 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27311
27321
|
.pf-c-table tr.pf-m-first-cell-offset-reset {
|
|
27312
27322
|
--pf-c-table--cell--first-last-child--PaddingLeft: var(--pf-c-table--tr--m-first-cell-offset-reset--cell--PaddingLeft);
|
|
27313
27323
|
}
|
|
27314
|
-
.pf-c-table tbody.pf-m-
|
|
27324
|
+
.pf-c-table tbody.pf-m-clickable {
|
|
27315
27325
|
cursor: pointer;
|
|
27316
|
-
background-color: var(--pf-c-table--tbody--m-
|
|
27317
|
-
outline-offset: var(--pf-c-table--tbody--m-
|
|
27318
|
-
box-shadow: var(--pf-c-table--tbody--m-
|
|
27326
|
+
background-color: var(--pf-c-table--tbody--m-clickable--BackgroundColor);
|
|
27327
|
+
outline-offset: var(--pf-c-table--tbody--m-clickable--OutlineOffset);
|
|
27328
|
+
box-shadow: var(--pf-c-table--tbody--m-clickable--BoxShadow);
|
|
27319
27329
|
}
|
|
27320
|
-
.pf-c-table tbody.pf-m-
|
|
27321
|
-
--pf-c-table__expandable-row--after--BorderColor: var(--pf-c-table--tbody--m-
|
|
27330
|
+
.pf-c-table tbody.pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
|
|
27331
|
+
--pf-c-table__expandable-row--after--BorderColor: var(--pf-c-table--tbody--m-clickable--m-expanded--BorderColor);
|
|
27322
27332
|
}
|
|
27323
|
-
.pf-c-table tbody.pf-m-
|
|
27324
|
-
box-shadow: var(--pf-c-table--tbody--m-
|
|
27333
|
+
.pf-c-table tbody.pf-m-clickable:hover:not(.pf-m-selected) + tbody.pf-m-selected, .pf-c-table tbody.pf-m-clickable:focus:not(.pf-m-selected) + tbody.pf-m-selected, .pf-c-table tbody.pf-m-clickable:active:not(.pf-m-selected) + tbody.pf-m-selected {
|
|
27334
|
+
box-shadow: var(--pf-c-table--tbody--m-clickable--m-selected--hover--tr--BoxShadow);
|
|
27325
27335
|
}
|
|
27326
|
-
.pf-c-table tbody.pf-m-
|
|
27327
|
-
--pf-c-table--tbody--m-
|
|
27328
|
-
--pf-c-table--tbody--m-
|
|
27336
|
+
.pf-c-table tbody.pf-m-clickable:hover {
|
|
27337
|
+
--pf-c-table--tbody--m-clickable--BoxShadow: var(--pf-c-table--tbody--m-clickable--hover--BoxShadow);
|
|
27338
|
+
--pf-c-table--tbody--m-clickable--BackgroundColor: var(--pf-c-table--tbody--m-clickable--hover--BackgroundColor);
|
|
27329
27339
|
}
|
|
27330
|
-
.pf-c-table tbody.pf-m-
|
|
27331
|
-
--pf-c-table--tbody--m-
|
|
27332
|
-
--pf-c-table--tbody--m-
|
|
27340
|
+
.pf-c-table tbody.pf-m-clickable:focus {
|
|
27341
|
+
--pf-c-table--tbody--m-clickable--BoxShadow: var(--pf-c-table--tbody--m-clickable--focus--BoxShadow);
|
|
27342
|
+
--pf-c-table--tbody--m-clickable--BackgroundColor: var(--pf-c-table--tbody--m-clickable--focus--BackgroundColor);
|
|
27333
27343
|
}
|
|
27334
|
-
.pf-c-table tbody.pf-m-
|
|
27335
|
-
--pf-c-table--tbody--m-
|
|
27336
|
-
--pf-c-table--tbody--m-
|
|
27344
|
+
.pf-c-table tbody.pf-m-clickable:active {
|
|
27345
|
+
--pf-c-table--tbody--m-clickable--BoxShadow: var(--pf-c-table--tbody--m-clickable--active--BoxShadow);
|
|
27346
|
+
--pf-c-table--tbody--m-clickable--BackgroundColor: var(--pf-c-table--tbody--m-clickable--active--BackgroundColor);
|
|
27337
27347
|
}
|
|
27338
27348
|
.pf-c-table tbody.pf-m-selected {
|
|
27339
27349
|
--pf-c-table__expandable-row--after--BorderLeftWidth: var(--pf-c-table--tbody--m-selected--after--BorderLeftWidth);
|
|
@@ -27701,12 +27711,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27701
27711
|
display: none;
|
|
27702
27712
|
}
|
|
27703
27713
|
|
|
27704
|
-
.pf-c-table__compound-expansion-toggle.pf-m-expanded:first-child,
|
|
27705
|
-
.pf-c-table__expandable-row.pf-m-expanded > :first-child,
|
|
27706
|
-
.pf-c-table tbody.pf-m-expanded > tr > :not(.pf-c-table__compound-expansion-toggle) {
|
|
27707
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
|
27708
|
-
}
|
|
27709
|
-
|
|
27710
27714
|
.pf-c-table .pf-c-table tr > *:first-child {
|
|
27711
27715
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--nested--first-last-child--PaddingLeft);
|
|
27712
27716
|
}
|