@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
package/patternfly.css
CHANGED
|
@@ -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);
|
|
@@ -5437,11 +5437,17 @@ button) {
|
|
|
5437
5437
|
|
|
5438
5438
|
.pf-c-about-modal-box {
|
|
5439
5439
|
--pf-c-about-modal-box--BackgroundColor: var(--pf-global--palette--black-1000);
|
|
5440
|
+
--pf-c-about-modal-box--BackgroundImage: url("./assets/images/pfbg-icon.svg");
|
|
5441
|
+
--pf-c-about-modal-box--BackgroundPosition: bottom right;
|
|
5442
|
+
--pf-c-about-modal-box--BackgroundSize--min-width: 200px;
|
|
5443
|
+
--pf-c-about-modal-box--BackgroundSize--width: 60%;
|
|
5444
|
+
--pf-c-about-modal-box--BackgroundSize--max-width: 600px;
|
|
5445
|
+
--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));
|
|
5440
5446
|
--pf-c-about-modal-box--Height: 100%;
|
|
5441
5447
|
--pf-c-about-modal-box--lg--Height: 47.625rem;
|
|
5442
5448
|
--pf-c-about-modal-box--Width: 100%;
|
|
5443
|
-
--pf-c-about-modal-box--sm--
|
|
5444
|
-
--pf-c-about-modal-box--lg--
|
|
5449
|
+
--pf-c-about-modal-box--sm--GridTemplateColumns: 5fr 1fr;
|
|
5450
|
+
--pf-c-about-modal-box--lg--GridTemplateColumns: 1fr .6fr;
|
|
5445
5451
|
--pf-c-about-modal-box__brand--PaddingTop: var(--pf-global--spacer--2xl);
|
|
5446
5452
|
--pf-c-about-modal-box__brand--PaddingRight: var(--pf-global--spacer--xl);
|
|
5447
5453
|
--pf-c-about-modal-box__brand--PaddingLeft: var(--pf-global--spacer--xl);
|
|
@@ -5454,7 +5460,6 @@ button) {
|
|
|
5454
5460
|
--pf-c-about-modal-box__close--PaddingRight: var(--pf-global--spacer--xl);
|
|
5455
5461
|
--pf-c-about-modal-box__close--PaddingBottom: var(--pf-global--spacer--xl);
|
|
5456
5462
|
--pf-c-about-modal-box__close--sm--PaddingBottom: var(--pf-global--spacer--3xl);
|
|
5457
|
-
--pf-c-about-modal-box__close--sm--PaddingRight: 0;
|
|
5458
5463
|
--pf-c-about-modal-box__close--lg--PaddingRight: var(--pf-global--spacer--3xl);
|
|
5459
5464
|
--pf-c-about-modal-box__close--c-button--Color: var(--pf-global--Color--100);
|
|
5460
5465
|
--pf-c-about-modal-box__close--c-button--FontSize: var(--pf-global--FontSize--xl);
|
|
@@ -5493,6 +5498,10 @@ button) {
|
|
|
5493
5498
|
overflow-x: hidden;
|
|
5494
5499
|
overflow-y: auto;
|
|
5495
5500
|
background-color: var(--pf-c-about-modal-box--BackgroundColor);
|
|
5501
|
+
background-image: var(--pf-c-about-modal-box--BackgroundImage);
|
|
5502
|
+
background-repeat: no-repeat;
|
|
5503
|
+
background-position: var(--pf-c-about-modal-box--BackgroundPosition);
|
|
5504
|
+
background-size: var(--pf-c-about-modal-box--BackgroundSize);
|
|
5496
5505
|
}
|
|
5497
5506
|
@media screen and (min-width: 576px) {
|
|
5498
5507
|
.pf-c-about-modal-box {
|
|
@@ -5503,7 +5512,6 @@ button) {
|
|
|
5503
5512
|
}
|
|
5504
5513
|
@media only screen and (min-width: 576px) {
|
|
5505
5514
|
.pf-c-about-modal-box {
|
|
5506
|
-
--pf-c-about-modal-box__close--PaddingRight: var(--pf-c-about-modal-box__close--sm--PaddingRight);
|
|
5507
5515
|
--pf-c-about-modal-box__close--PaddingBottom: var(--pf-c-about-modal-box__close--sm--PaddingBottom);
|
|
5508
5516
|
}
|
|
5509
5517
|
}
|
|
@@ -5533,8 +5541,8 @@ button) {
|
|
|
5533
5541
|
}
|
|
5534
5542
|
@media only screen and (min-width: 576px) {
|
|
5535
5543
|
.pf-c-about-modal-box {
|
|
5536
|
-
grid-template-areas: "brand
|
|
5537
|
-
grid-template-columns: var(--pf-c-about-modal-box--sm--
|
|
5544
|
+
grid-template-areas: "brand close" "header close" "content close";
|
|
5545
|
+
grid-template-columns: var(--pf-c-about-modal-box--sm--GridTemplateColumns);
|
|
5538
5546
|
}
|
|
5539
5547
|
}
|
|
5540
5548
|
@media only screen and (min-width: 992px) {
|
|
@@ -5542,7 +5550,7 @@ button) {
|
|
|
5542
5550
|
--pf-c-about-modal-box--Height: var(--pf-c-about-modal-box--lg--Height);
|
|
5543
5551
|
--pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
|
|
5544
5552
|
grid-template-rows: max-content max-content auto;
|
|
5545
|
-
grid-template-columns: var(--pf-c-about-modal-box--lg--
|
|
5553
|
+
grid-template-columns: var(--pf-c-about-modal-box--lg--GridTemplateColumns);
|
|
5546
5554
|
}
|
|
5547
5555
|
}
|
|
5548
5556
|
|
|
@@ -6715,50 +6723,23 @@ button) {
|
|
|
6715
6723
|
|
|
6716
6724
|
.pf-c-background-image {
|
|
6717
6725
|
--pf-c-background-image--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
|
|
6718
|
-
--pf-c-background-image--BackgroundImage: url("./assets/images/
|
|
6719
|
-
--pf-c-background-image--
|
|
6720
|
-
--pf-c-background-image--
|
|
6721
|
-
--pf-c-background-image--
|
|
6722
|
-
--pf-c-background-image--
|
|
6723
|
-
--pf-c-background-image--
|
|
6724
|
-
}
|
|
6725
|
-
.pf-c-background-image::before {
|
|
6726
|
+
--pf-c-background-image--BackgroundImage: url("./assets/images/pfbg-icon.svg");
|
|
6727
|
+
--pf-c-background-image--BackgroundPosition: bottom right;
|
|
6728
|
+
--pf-c-background-image--BackgroundSize--min-width: 200px;
|
|
6729
|
+
--pf-c-background-image--BackgroundSize--width: 60%;
|
|
6730
|
+
--pf-c-background-image--BackgroundSize--max-width: 600px;
|
|
6731
|
+
--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));
|
|
6726
6732
|
position: fixed;
|
|
6727
6733
|
top: 0;
|
|
6728
6734
|
left: 0;
|
|
6729
6735
|
z-index: -1;
|
|
6730
6736
|
width: 100%;
|
|
6731
6737
|
height: 100%;
|
|
6732
|
-
content: "";
|
|
6733
6738
|
background-color: var(--pf-c-background-image--BackgroundColor);
|
|
6734
6739
|
background-image: var(--pf-c-background-image--BackgroundImage);
|
|
6735
|
-
filter: var(--pf-c-background-image--Filter);
|
|
6736
6740
|
background-repeat: no-repeat;
|
|
6737
|
-
background-
|
|
6738
|
-
|
|
6739
|
-
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
6740
|
-
.pf-c-background-image::before {
|
|
6741
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage-2x);
|
|
6742
|
-
}
|
|
6743
|
-
}
|
|
6744
|
-
@media (min-width: 576px) {
|
|
6745
|
-
.pf-c-background-image::before {
|
|
6746
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm);
|
|
6747
|
-
}
|
|
6748
|
-
}
|
|
6749
|
-
@media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi) {
|
|
6750
|
-
.pf-c-background-image::before {
|
|
6751
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm-2x);
|
|
6752
|
-
}
|
|
6753
|
-
}
|
|
6754
|
-
@media (min-width: 992px) {
|
|
6755
|
-
.pf-c-background-image::before {
|
|
6756
|
-
--pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--lg);
|
|
6757
|
-
}
|
|
6758
|
-
}
|
|
6759
|
-
|
|
6760
|
-
.pf-c-background-image__filter {
|
|
6761
|
-
display: block;
|
|
6741
|
+
background-position: var(--pf-c-background-image--BackgroundPosition);
|
|
6742
|
+
background-size: var(--pf-c-background-image--BackgroundSize);
|
|
6762
6743
|
}
|
|
6763
6744
|
|
|
6764
6745
|
.pf-c-back-to-top {
|
|
@@ -9849,25 +9830,25 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9849
9830
|
--pf-c-data-list--BorderTopWidth: var(--pf-global--spacer--sm);
|
|
9850
9831
|
--pf-c-data-list--sm--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
9851
9832
|
--pf-c-data-list--sm--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
9833
|
+
--pf-c-data-list--MarginLeft: var(--pf-global--spacer--md);
|
|
9852
9834
|
--pf-c-data-list__item--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
9853
9835
|
--pf-c-data-list__item--m-selected--ZIndex: var(--pf-global--ZIndex--xs);
|
|
9854
9836
|
--pf-c-data-list__item--m-expanded--before--BackgroundColor: var(--pf-global--active-color--100);
|
|
9855
9837
|
--pf-c-data-list__item--m-selected--before--BackgroundColor: var(--pf-global--active-color--100);
|
|
9856
9838
|
--pf-c-data-list__item--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-top), var(--pf-global--BoxShadow--sm-bottom);
|
|
9857
|
-
--pf-c-data-list__item--m-
|
|
9858
|
-
--pf-c-data-list__item--m-
|
|
9859
|
-
--pf-c-data-list__item--m-
|
|
9860
|
-
--pf-c-data-list__item--m-
|
|
9861
|
-
--pf-c-data-list__item--m-
|
|
9862
|
-
--pf-c-data-list__item--m-expanded--m-selectable--before--BackgroundColor: var(--pf-global--active-color--300);
|
|
9839
|
+
--pf-c-data-list__item--m-clickable--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
9840
|
+
--pf-c-data-list__item--m-clickable--hover--ZIndex: calc(var(--pf-c-data-list__item--m-selected--ZIndex) + 1);
|
|
9841
|
+
--pf-c-data-list__item--m-clickable--hover--BoxShadow: var(--pf-global--BoxShadow--sm-top), var(--pf-global--BoxShadow--sm-bottom);
|
|
9842
|
+
--pf-c-data-list__item--m-clickable--focus--BoxShadow: var(--pf-global--BoxShadow--sm-top), var(--pf-global--BoxShadow--sm-bottom);
|
|
9843
|
+
--pf-c-data-list__item--m-clickable--active--BoxShadow: var(--pf-global--BoxShadow--sm-top), var(--pf-global--BoxShadow--sm-bottom);
|
|
9863
9844
|
--pf-c-data-list__item--BorderBottomColor: var(--pf-global--BorderColor--300);
|
|
9864
9845
|
--pf-c-data-list__item--BorderBottomWidth: 0.5rem;
|
|
9865
|
-
--pf-c-data-list__item--m-
|
|
9866
|
-
--pf-c-data-list__item--m-
|
|
9846
|
+
--pf-c-data-list__item--m-clickable--hover--item--BorderTopColor: var(--pf-c-data-list__item--BorderBottomColor);
|
|
9847
|
+
--pf-c-data-list__item--m-clickable--hover--item--BorderTopWidth: var(--pf-c-data-list__item--BorderBottomWidth);
|
|
9867
9848
|
--pf-c-data-list__item--sm--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
|
|
9868
9849
|
--pf-c-data-list__item--sm--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
9869
9850
|
--pf-c-data-list__item--before--BackgroundColor: transparent;
|
|
9870
|
-
--pf-c-data-list__item--before--Width: var(--pf-global--BorderWidth--lg);
|
|
9851
|
+
--pf-c-data-list__item--before--Width: calc(2 * var(--pf-global--BorderWidth--lg));
|
|
9871
9852
|
--pf-c-data-list__item--before--Transition: var(--pf-global--Transition);
|
|
9872
9853
|
--pf-c-data-list__item--before--Top: 0;
|
|
9873
9854
|
--pf-c-data-list__item--before--sm--Top: calc(var(--pf-c-data-list__item--BorderBottomWidth) * -1);
|
|
@@ -9927,8 +9908,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9927
9908
|
--pf-c-data-list__item-action__action--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
|
9928
9909
|
--pf-c-data-list__action--MarginTop: var(--pf-c-data-list__item-action__action--MarginTop);
|
|
9929
9910
|
--pf-c-data-list__item-action__action--MarginBottom: calc(var(--pf-global--spacer--form-element) * -1);
|
|
9930
|
-
--pf-c-data-list__expandable-content--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
9931
|
-
--pf-c-data-list__expandable-content--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
9932
9911
|
--pf-c-data-list__expandable-content--MarginRight: calc(var(--pf-c-data-list__expandable-content-body--PaddingRight) * -1);
|
|
9933
9912
|
--pf-c-data-list__expandable-content--MarginLeft: calc(var(--pf-c-data-list__expandable-content-body--PaddingLeft) * -1);
|
|
9934
9913
|
--pf-c-data-list__expandable-content--MaxHeight: 37.5rem;
|
|
@@ -10060,28 +10039,28 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10060
10039
|
background-color: var(--pf-c-data-list__item--before--BackgroundColor);
|
|
10061
10040
|
transition: var(--pf-c-data-list__item--before--Transition);
|
|
10062
10041
|
}
|
|
10063
|
-
.pf-c-data-list__item.pf-m-
|
|
10042
|
+
.pf-c-data-list__item.pf-m-clickable {
|
|
10064
10043
|
cursor: pointer;
|
|
10065
|
-
outline-offset: var(--pf-c-data-list__item--m-
|
|
10044
|
+
outline-offset: var(--pf-c-data-list__item--m-clickable--OutlineOffset);
|
|
10066
10045
|
}
|
|
10067
|
-
.pf-c-data-list__item.pf-m-
|
|
10046
|
+
.pf-c-data-list__item.pf-m-clickable:hover, .pf-c-data-list__item.pf-m-clickable:focus {
|
|
10068
10047
|
position: relative;
|
|
10069
|
-
z-index: var(--pf-c-data-list__item--m-
|
|
10048
|
+
z-index: var(--pf-c-data-list__item--m-clickable--hover--ZIndex);
|
|
10070
10049
|
}
|
|
10071
|
-
.pf-c-data-list__item.pf-m-
|
|
10050
|
+
.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) {
|
|
10072
10051
|
--pf-c-data-list__item--BorderBottomWidth: 0;
|
|
10073
10052
|
}
|
|
10074
|
-
.pf-c-data-list__item.pf-m-
|
|
10075
|
-
border-top: var(--pf-c-data-list__item--m-
|
|
10053
|
+
.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 {
|
|
10054
|
+
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);
|
|
10076
10055
|
}
|
|
10077
|
-
.pf-c-data-list__item.pf-m-
|
|
10078
|
-
box-shadow: var(--pf-c-data-list__item--m-
|
|
10056
|
+
.pf-c-data-list__item.pf-m-clickable:hover {
|
|
10057
|
+
box-shadow: var(--pf-c-data-list__item--m-clickable--hover--BoxShadow);
|
|
10079
10058
|
}
|
|
10080
|
-
.pf-c-data-list__item.pf-m-
|
|
10081
|
-
box-shadow: var(--pf-c-data-list__item--m-
|
|
10059
|
+
.pf-c-data-list__item.pf-m-clickable:focus {
|
|
10060
|
+
box-shadow: var(--pf-c-data-list__item--m-clickable--focus--BoxShadow);
|
|
10082
10061
|
}
|
|
10083
|
-
.pf-c-data-list__item.pf-m-
|
|
10084
|
-
box-shadow: var(--pf-c-data-list__item--m-
|
|
10062
|
+
.pf-c-data-list__item.pf-m-clickable:active {
|
|
10063
|
+
box-shadow: var(--pf-c-data-list__item--m-clickable--active--BoxShadow);
|
|
10085
10064
|
}
|
|
10086
10065
|
.pf-c-data-list__item.pf-m-selected {
|
|
10087
10066
|
--pf-c-data-list__item--before--BackgroundColor: var(--pf-c-data-list__item--m-selected--before--BackgroundColor);
|
|
@@ -10101,10 +10080,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10101
10080
|
}
|
|
10102
10081
|
.pf-c-data-list__item.pf-m-expanded {
|
|
10103
10082
|
--pf-c-data-list__toggle-icon--Rotate: var(--pf-c-data-list__item--m-expanded__toggle-icon--Rotate);
|
|
10104
|
-
--pf-c-data-list__item--before--BackgroundColor: var(--pf-c-data-list__item--m-expanded--before--BackgroundColor);
|
|
10105
|
-
}
|
|
10106
|
-
.pf-c-data-list__item.pf-m-expanded.pf-m-selectable:not(.pf-m-selected) {
|
|
10107
|
-
--pf-c-data-list__item--before--BackgroundColor: var(--pf-c-data-list__item--m-expanded--m-selectable--before--BackgroundColor);
|
|
10108
10083
|
}
|
|
10109
10084
|
|
|
10110
10085
|
.pf-c-data-list__item-row {
|
|
@@ -10236,11 +10211,22 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10236
10211
|
.pf-c-data-list__expandable-content {
|
|
10237
10212
|
max-height: var(--pf-c-data-list__expandable-content--MaxHeight);
|
|
10238
10213
|
overflow-y: auto;
|
|
10239
|
-
border-top: var(--pf-c-data-list__expandable-content--BorderTopWidth) solid var(--pf-c-data-list__expandable-content--BorderTopColor);
|
|
10240
10214
|
}
|
|
10241
10215
|
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body {
|
|
10242
10216
|
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);
|
|
10243
10217
|
}
|
|
10218
|
+
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body > .pf-c-data-list {
|
|
10219
|
+
margin-left: var(--pf-c-data-list--MarginLeft);
|
|
10220
|
+
}
|
|
10221
|
+
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body .pf-c-data-list__item:last-child {
|
|
10222
|
+
border-bottom: 0;
|
|
10223
|
+
}
|
|
10224
|
+
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body .pf-c-data-list__item-row {
|
|
10225
|
+
--pf-c-data-list__item-row--PaddingLeft: 0;
|
|
10226
|
+
}
|
|
10227
|
+
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body .pf-c-data-list__expandable-content-body {
|
|
10228
|
+
--pf-c-data-list__expandable-content-body--PaddingLeft: 0;
|
|
10229
|
+
}
|
|
10244
10230
|
.pf-c-data-list__expandable-content .pf-c-data-list__expandable-content-body.pf-m-no-padding {
|
|
10245
10231
|
padding: 0;
|
|
10246
10232
|
}
|
|
@@ -16752,7 +16738,6 @@ ul.pf-c-list {
|
|
|
16752
16738
|
.pf-c-login {
|
|
16753
16739
|
--pf-c-login--PaddingTop: var(--pf-global--spacer--lg);
|
|
16754
16740
|
--pf-c-login--PaddingBottom: var(--pf-global--spacer--lg);
|
|
16755
|
-
--pf-c-login--xl--BackgroundImage: none;
|
|
16756
16741
|
--pf-c-login__container--xl--GridColumnGap: var(--pf-global--spacer--3xl);
|
|
16757
16742
|
--pf-c-login__container--MaxWidth: 31.25rem;
|
|
16758
16743
|
--pf-c-login__container--xl--MaxWidth: none;
|
|
@@ -16766,8 +16751,9 @@ ul.pf-c-list {
|
|
|
16766
16751
|
--pf-c-login__header--xl--MarginTop: var(--pf-global--spacer--3xl);
|
|
16767
16752
|
--pf-c-login__header--c-brand--MarginBottom: var(--pf-global--spacer--lg);
|
|
16768
16753
|
--pf-c-login__header--c-brand--xl--MarginBottom: var(--pf-global--spacer--2xl);
|
|
16769
|
-
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--
|
|
16754
|
+
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
16770
16755
|
--pf-c-login__main--MarginBottom: var(--pf-global--spacer--lg);
|
|
16756
|
+
--pf-c-login__main--BoxShadow: var(--pf-global--BoxShadow--xl);
|
|
16771
16757
|
--pf-c-login__main-header--PaddingTop: var(--pf-global--spacer--2xl);
|
|
16772
16758
|
--pf-c-login__main-header--PaddingRight: var(--pf-global--spacer--xl);
|
|
16773
16759
|
--pf-c-login__main-header--PaddingBottom: var(--pf-global--spacer--md);
|
|
@@ -16801,7 +16787,8 @@ ul.pf-c-list {
|
|
|
16801
16787
|
--pf-c-login__main-footer-band--PaddingRight: var(--pf-global--spacer--md);
|
|
16802
16788
|
--pf-c-login__main-footer-band--PaddingBottom: var(--pf-global--spacer--lg);
|
|
16803
16789
|
--pf-c-login__main-footer-band--PaddingLeft: var(--pf-global--spacer--md);
|
|
16804
|
-
--pf-c-login__main-footer-band--
|
|
16790
|
+
--pf-c-login__main-footer-band--BorderTopColor: var(--pf-global--BorderColor--100);
|
|
16791
|
+
--pf-c-login__main-footer-band--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
16805
16792
|
--pf-c-login__main-footer-band-item--PaddingTop: var(--pf-global--spacer--md);
|
|
16806
16793
|
--pf-c-login__footer--PaddingLeft: var(--pf-global--spacer--md);
|
|
16807
16794
|
--pf-c-login__footer--PaddingRight: var(--pf-global--spacer--md);
|
|
@@ -16859,11 +16846,6 @@ ul.pf-c-list {
|
|
|
16859
16846
|
--pf-c-login__footer--c-list--PaddingTop: var(--pf-c-login__footer--c-list--xl--PaddingTop);
|
|
16860
16847
|
}
|
|
16861
16848
|
}
|
|
16862
|
-
@media (min-width: 1200px) {
|
|
16863
|
-
.pf-c-login {
|
|
16864
|
-
background-image: var(--pf-c-login--xl--BackgroundImage);
|
|
16865
|
-
}
|
|
16866
|
-
}
|
|
16867
16849
|
@media (min-width: 576px) {
|
|
16868
16850
|
.pf-c-login {
|
|
16869
16851
|
align-items: center;
|
|
@@ -16906,6 +16888,7 @@ ul.pf-c-list {
|
|
|
16906
16888
|
align-self: start;
|
|
16907
16889
|
margin-bottom: var(--pf-c-login__main--MarginBottom);
|
|
16908
16890
|
background-color: var(--pf-c-login__main--BackgroundColor);
|
|
16891
|
+
box-shadow: var(--pf-c-login__main--BoxShadow);
|
|
16909
16892
|
}
|
|
16910
16893
|
.pf-c-login__main > :first-child:not(.pf-c-login__main-header) {
|
|
16911
16894
|
padding-top: var(--pf-c-login__main-header--PaddingTop);
|
|
@@ -16997,7 +16980,7 @@ ul.pf-c-list {
|
|
|
16997
16980
|
.pf-c-login__main-footer-band {
|
|
16998
16981
|
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);
|
|
16999
16982
|
text-align: center;
|
|
17000
|
-
|
|
16983
|
+
border-top: var(--pf-c-login__main-footer-band--BorderTopWidth) solid var(--pf-c-login__main-footer-band--BorderTopColor);
|
|
17001
16984
|
}
|
|
17002
16985
|
.pf-c-login__main-footer-band > * + * {
|
|
17003
16986
|
padding-top: var(--pf-c-login__main-footer-band-item--PaddingTop);
|
|
@@ -17029,6 +17012,9 @@ ul.pf-c-list {
|
|
|
17029
17012
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
17030
17013
|
}
|
|
17031
17014
|
|
|
17015
|
+
:where(.pf-theme-dark) .pf-c-login {
|
|
17016
|
+
--pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
|
17017
|
+
}
|
|
17032
17018
|
:where(.pf-theme-dark) .pf-c-login__header,
|
|
17033
17019
|
:where(.pf-theme-dark) .pf-c-login__footer {
|
|
17034
17020
|
color: var(--pf-global--Color--100);
|
|
@@ -20806,6 +20792,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20806
20792
|
|
|
20807
20793
|
.pf-c-page {
|
|
20808
20794
|
--pf-c-page--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
|
20795
|
+
--pf-c-page--inset: var(--pf-global--spacer--md);
|
|
20796
|
+
--pf-c-page--xl--inset: var(--pf-global--spacer--lg);
|
|
20809
20797
|
--pf-c-page__header--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
|
|
20810
20798
|
--pf-c-page__header--ZIndex: var(--pf-global--ZIndex--md);
|
|
20811
20799
|
--pf-c-page__header--MinHeight: 4.75rem;
|
|
@@ -20852,10 +20840,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20852
20840
|
--pf-c-page__sidebar--TranslateZ: 0;
|
|
20853
20841
|
--pf-c-page__sidebar--m-expanded--TranslateX: 0;
|
|
20854
20842
|
--pf-c-page__sidebar--xl--TranslateX: 0;
|
|
20855
|
-
--pf-c-page__sidebar-body--
|
|
20856
|
-
--pf-c-page__sidebar-body--
|
|
20857
|
-
--pf-c-page__sidebar-body--m-
|
|
20858
|
-
--pf-c-page__sidebar-body--m-
|
|
20843
|
+
--pf-c-page__sidebar-body--PaddingRight: 0;
|
|
20844
|
+
--pf-c-page__sidebar-body--PaddingLeft: 0;
|
|
20845
|
+
--pf-c-page__sidebar-body--m-page-insets--PaddingRight: var(--pf-c-page--inset);
|
|
20846
|
+
--pf-c-page__sidebar-body--m-page-insets--PaddingLeft: var(--pf-c-page--inset);
|
|
20859
20847
|
--pf-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-global--BackgroundColor--dark-200);
|
|
20860
20848
|
--pf-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
20861
20849
|
--pf-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
|
|
@@ -20926,6 +20914,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20926
20914
|
@media (min-width: 1200px) {
|
|
20927
20915
|
.pf-c-page {
|
|
20928
20916
|
--pf-c-page__header-brand--PaddingLeft: var(--pf-c-page__header-brand--xl--PaddingLeft);
|
|
20917
|
+
--pf-c-page--inset: var(--pf-c-page--xl--inset);
|
|
20929
20918
|
}
|
|
20930
20919
|
}
|
|
20931
20920
|
@media screen and (min-width: 1200px) {
|
|
@@ -21111,7 +21100,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21111
21100
|
}
|
|
21112
21101
|
|
|
21113
21102
|
.pf-c-page__sidebar {
|
|
21103
|
+
color: var(--pf-global--Color--100);
|
|
21114
21104
|
z-index: var(--pf-c-page__sidebar--ZIndex);
|
|
21105
|
+
display: flex;
|
|
21106
|
+
flex-direction: column;
|
|
21115
21107
|
grid-area: nav;
|
|
21116
21108
|
grid-row-start: 2;
|
|
21117
21109
|
grid-column-start: 1;
|
|
@@ -21143,12 +21135,13 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21143
21135
|
}
|
|
21144
21136
|
|
|
21145
21137
|
.pf-c-page__sidebar-body {
|
|
21146
|
-
padding-
|
|
21147
|
-
padding-
|
|
21138
|
+
padding-right: var(--pf-c-page__sidebar-body--PaddingRight);
|
|
21139
|
+
padding-left: var(--pf-c-page__sidebar-body--PaddingLeft);
|
|
21140
|
+
}
|
|
21141
|
+
.pf-c-page__sidebar-body:last-child {
|
|
21142
|
+
flex-grow: 1;
|
|
21148
21143
|
}
|
|
21149
21144
|
.pf-c-page__sidebar-body.pf-m-menu {
|
|
21150
|
-
--pf-c-page__sidebar-body--PaddingTop: var(--pf-c-page__sidebar-body--m-menu--PaddingTop);
|
|
21151
|
-
--pf-c-page__sidebar-body--PaddingBottom: var(--pf-c-page__sidebar-body--m-menu--PaddingBottom);
|
|
21152
21145
|
background-color: var(--pf-global--palette--black-900);
|
|
21153
21146
|
border-top: var(--pf-c-page__sidebar-body--m-menu--BorderTopWidth) solid var(--pf-c-page__sidebar-body--m-menu--BorderTopColor);
|
|
21154
21147
|
}
|
|
@@ -21164,6 +21157,20 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21164
21157
|
color: var(--pf-global--Color--100);
|
|
21165
21158
|
width: 100%;
|
|
21166
21159
|
}
|
|
21160
|
+
.pf-c-page__sidebar-body.pf-m-page-insets {
|
|
21161
|
+
--pf-c-page__sidebar-body--PaddingRight: var(--pf-c-page__sidebar-body--m-page-insets--PaddingRight);
|
|
21162
|
+
--pf-c-page__sidebar-body--PaddingLeft: var(--pf-c-page__sidebar-body--m-page-insets--PaddingLeft);
|
|
21163
|
+
}
|
|
21164
|
+
.pf-c-page__sidebar-body.pf-m-inset-none {
|
|
21165
|
+
--pf-c-page__sidebar-body--PaddingRight: 0;
|
|
21166
|
+
--pf-c-page__sidebar-body--PaddingLeft: 0;
|
|
21167
|
+
}
|
|
21168
|
+
.pf-c-page__sidebar-body.pf-m-fill {
|
|
21169
|
+
flex-grow: 1;
|
|
21170
|
+
}
|
|
21171
|
+
.pf-c-page__sidebar-body.pf-m-no-fill {
|
|
21172
|
+
flex-grow: 0;
|
|
21173
|
+
}
|
|
21167
21174
|
|
|
21168
21175
|
.pf-c-page__main-nav.pf-m-limit-width,
|
|
21169
21176
|
.pf-c-page__main-breadcrumb.pf-m-limit-width,
|
|
@@ -27095,43 +27102,43 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27095
27102
|
--pf-c-table--nested--first-last-child--PaddingRight: var(--pf-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
|
27096
27103
|
--pf-c-table--nested--first-last-child--PaddingLeft: var(--pf-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
27097
27104
|
--pf-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
27098
|
-
--pf-c-table--tr--m-
|
|
27099
|
-
--pf-c-table--tr--m-
|
|
27100
|
-
--pf-c-table--tr--m-
|
|
27101
|
-
--pf-c-table--tr--m-
|
|
27102
|
-
--pf-c-table--tr--m-
|
|
27103
|
-
--pf-c-table--tr--m-
|
|
27104
|
-
--pf-c-table--tr--m-
|
|
27105
|
-
--pf-c-table--tr--m-
|
|
27106
|
-
--pf-c-table--tr--m-
|
|
27107
|
-
--pf-c-table--tr--m-
|
|
27108
|
-
--pf-c-table--tr--m-
|
|
27105
|
+
--pf-c-table--tr--m-clickable--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
27106
|
+
--pf-c-table--tr--m-clickable--BackgroundColor: transparent;
|
|
27107
|
+
--pf-c-table--tr--m-clickable--BoxShadow: none;
|
|
27108
|
+
--pf-c-table--tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
27109
|
+
--pf-c-table--tr--m-clickable--hover--BoxShadow: var(--pf-c-table--tr--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27110
|
+
--pf-c-table--tr--m-clickable--hover--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27111
|
+
--pf-c-table--tr--m-clickable--focus--BoxShadow: var(--pf-c-table--tr--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27112
|
+
--pf-c-table--tr--m-clickable--focus--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27113
|
+
--pf-c-table--tr--m-clickable--active--BoxShadow: var(--pf-c-table--tr--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27114
|
+
--pf-c-table--tr--m-clickable--active--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27115
|
+
--pf-c-table--tr--m-clickable--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom) inset, var(--pf-global--BoxShadow--sm-bottom);
|
|
27109
27116
|
--pf-c-table--tr--m-selected--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
27110
27117
|
--pf-c-table--tr--m-selected--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27111
27118
|
--pf-c-table--tr--m-selected--BoxShadow: var(--pf-c-table--tr--m-selected--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27112
27119
|
--pf-c-table--tr--m-selected--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
27113
|
-
--pf-c-table--tr--m-selected--after--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
|
27120
|
+
--pf-c-table--tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-c-table__expandable-row--after--border-width--base));
|
|
27114
27121
|
--pf-c-table--tr--m-selected--after--BorderLeftColor: var(--pf-global--active-color--100);
|
|
27115
27122
|
--pf-c-table--tr--m-selected--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
27116
27123
|
--pf-c-table--tr--m-selected--hover--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom) inset, var(--pf-global--BoxShadow--sm-bottom);
|
|
27117
27124
|
--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);
|
|
27118
|
-
--pf-c-table--tbody--m-
|
|
27119
|
-
--pf-c-table--tbody--m-
|
|
27120
|
-
--pf-c-table--tbody--m-
|
|
27121
|
-
--pf-c-table--tbody--m-
|
|
27122
|
-
--pf-c-table--tbody--m-
|
|
27123
|
-
--pf-c-table--tbody--m-
|
|
27124
|
-
--pf-c-table--tbody--m-
|
|
27125
|
-
--pf-c-table--tbody--m-
|
|
27126
|
-
--pf-c-table--tbody--m-
|
|
27127
|
-
--pf-c-table--tbody--m-
|
|
27128
|
-
--pf-c-table--tbody--m-
|
|
27129
|
-
--pf-c-table--tbody--m-
|
|
27125
|
+
--pf-c-table--tbody--m-clickable--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
27126
|
+
--pf-c-table--tbody--m-clickable--BoxShadow: none;
|
|
27127
|
+
--pf-c-table--tbody--m-clickable--BackgroundColor: transparent;
|
|
27128
|
+
--pf-c-table--tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
27129
|
+
--pf-c-table--tbody--m-clickable--hover--BoxShadow: var(--pf-c-table--tbody--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27130
|
+
--pf-c-table--tbody--m-clickable--hover--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27131
|
+
--pf-c-table--tbody--m-clickable--focus--BoxShadow: var(--pf-c-table--tbody--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27132
|
+
--pf-c-table--tbody--m-clickable--focus--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27133
|
+
--pf-c-table--tbody--m-clickable--active--BoxShadow: var(--pf-c-table--tbody--m-clickable--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27134
|
+
--pf-c-table--tbody--m-clickable--active--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27135
|
+
--pf-c-table--tbody--m-clickable--m-expanded--BorderColor: var(--pf-global--active-color--400);
|
|
27136
|
+
--pf-c-table--tbody--m-clickable--m-selected--hover--tr--BoxShadow: var(--pf-global--BoxShadow--sm-bottom) inset, var(--pf-global--BoxShadow--sm-bottom);
|
|
27130
27137
|
--pf-c-table--tbody--m-selected--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
27131
27138
|
--pf-c-table--tbody--m-selected--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
|
27132
27139
|
--pf-c-table--tbody--m-selected--BoxShadow: var(--pf-c-table--tbody--m-selected--BoxShadow--top), var(--pf-global--BoxShadow--sm-bottom);
|
|
27133
27140
|
--pf-c-table--tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-global--spacer--xs));
|
|
27134
|
-
--pf-c-table--tbody--m-selected--after--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
|
27141
|
+
--pf-c-table--tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-c-table__expandable-row--after--border-width--base));
|
|
27135
27142
|
--pf-c-table--tbody--m-selected--after--BorderLeftColor: var(--pf-global--active-color--100);
|
|
27136
27143
|
--pf-c-table--tbody--m-selected--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
27137
27144
|
--pf-c-table--tbody--m-selected--hover--tbody--m-selected--BoxShadow: var(--pf-global--BoxShadow--sm-bottom) inset, var(--pf-global--BoxShadow--sm-bottom);
|
|
@@ -27328,6 +27335,9 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27328
27335
|
margin-top: var(--pf-c-table__check--input--MarginTop);
|
|
27329
27336
|
vertical-align: top;
|
|
27330
27337
|
}
|
|
27338
|
+
.pf-c-table tbody.pf-m-expanded > :first-child:not(.pf-c-table__control-row) {
|
|
27339
|
+
border-bottom-width: 0;
|
|
27340
|
+
}
|
|
27331
27341
|
.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 {
|
|
27332
27342
|
padding: 0;
|
|
27333
27343
|
}
|
|
@@ -27387,26 +27397,26 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27387
27397
|
.pf-c-table.pf-m-no-border-rows > tbody .pf-c-table__control-row > .pf-c-table__compound-expansion-toggle:first-child > ::before {
|
|
27388
27398
|
border-left-width: 0;
|
|
27389
27399
|
}
|
|
27390
|
-
.pf-c-table tr.pf-m-
|
|
27400
|
+
.pf-c-table tr.pf-m-clickable {
|
|
27391
27401
|
cursor: pointer;
|
|
27392
|
-
background-color: var(--pf-c-table--tr--m-
|
|
27393
|
-
outline-offset: var(--pf-c-table--tr--m-
|
|
27394
|
-
box-shadow: var(--pf-c-table--tr--m-
|
|
27402
|
+
background-color: var(--pf-c-table--tr--m-clickable--BackgroundColor);
|
|
27403
|
+
outline-offset: var(--pf-c-table--tr--m-clickable--OutlineOffset);
|
|
27404
|
+
box-shadow: var(--pf-c-table--tr--m-clickable--BoxShadow);
|
|
27395
27405
|
}
|
|
27396
|
-
.pf-c-table tr.pf-m-
|
|
27397
|
-
box-shadow: var(--pf-c-table--tr--m-
|
|
27406
|
+
.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 {
|
|
27407
|
+
box-shadow: var(--pf-c-table--tr--m-clickable--m-selected--BoxShadow);
|
|
27398
27408
|
}
|
|
27399
|
-
.pf-c-table tr.pf-m-
|
|
27400
|
-
--pf-c-table--tr--m-
|
|
27401
|
-
--pf-c-table--tr--m-
|
|
27409
|
+
.pf-c-table tr.pf-m-clickable:hover {
|
|
27410
|
+
--pf-c-table--tr--m-clickable--BoxShadow: var(--pf-c-table--tr--m-clickable--hover--BoxShadow);
|
|
27411
|
+
--pf-c-table--tr--m-clickable--BackgroundColor: var(--pf-c-table--tr--m-clickable--hover--BackgroundColor);
|
|
27402
27412
|
}
|
|
27403
|
-
.pf-c-table tr.pf-m-
|
|
27404
|
-
--pf-c-table--tr--m-
|
|
27405
|
-
--pf-c-table--tr--m-
|
|
27413
|
+
.pf-c-table tr.pf-m-clickable:focus {
|
|
27414
|
+
--pf-c-table--tr--m-clickable--BoxShadow: var(--pf-c-table--tr--m-clickable--focus--BoxShadow);
|
|
27415
|
+
--pf-c-table--tr--m-clickable--BackgroundColor: var(--pf-c-table--tr--m-clickable--focus--BackgroundColor);
|
|
27406
27416
|
}
|
|
27407
|
-
.pf-c-table tr.pf-m-
|
|
27408
|
-
--pf-c-table--tr--m-
|
|
27409
|
-
--pf-c-table--tr--m-
|
|
27417
|
+
.pf-c-table tr.pf-m-clickable:active {
|
|
27418
|
+
--pf-c-table--tr--m-clickable--BoxShadow: var(--pf-c-table--tr--m-clickable--active--BoxShadow);
|
|
27419
|
+
--pf-c-table--tr--m-clickable--BackgroundColor: var(--pf-c-table--tr--m-clickable--active--BackgroundColor);
|
|
27410
27420
|
}
|
|
27411
27421
|
.pf-c-table tr.pf-m-selected {
|
|
27412
27422
|
--pf-c-table__expandable-row--after--BorderLeftWidth: var(--pf-c-table--tr--m-selected--after--BorderLeftWidth);
|
|
@@ -27428,29 +27438,29 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27428
27438
|
.pf-c-table tr.pf-m-first-cell-offset-reset {
|
|
27429
27439
|
--pf-c-table--cell--first-last-child--PaddingLeft: var(--pf-c-table--tr--m-first-cell-offset-reset--cell--PaddingLeft);
|
|
27430
27440
|
}
|
|
27431
|
-
.pf-c-table tbody.pf-m-
|
|
27441
|
+
.pf-c-table tbody.pf-m-clickable {
|
|
27432
27442
|
cursor: pointer;
|
|
27433
|
-
background-color: var(--pf-c-table--tbody--m-
|
|
27434
|
-
outline-offset: var(--pf-c-table--tbody--m-
|
|
27435
|
-
box-shadow: var(--pf-c-table--tbody--m-
|
|
27443
|
+
background-color: var(--pf-c-table--tbody--m-clickable--BackgroundColor);
|
|
27444
|
+
outline-offset: var(--pf-c-table--tbody--m-clickable--OutlineOffset);
|
|
27445
|
+
box-shadow: var(--pf-c-table--tbody--m-clickable--BoxShadow);
|
|
27436
27446
|
}
|
|
27437
|
-
.pf-c-table tbody.pf-m-
|
|
27438
|
-
--pf-c-table__expandable-row--after--BorderColor: var(--pf-c-table--tbody--m-
|
|
27447
|
+
.pf-c-table tbody.pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
|
|
27448
|
+
--pf-c-table__expandable-row--after--BorderColor: var(--pf-c-table--tbody--m-clickable--m-expanded--BorderColor);
|
|
27439
27449
|
}
|
|
27440
|
-
.pf-c-table tbody.pf-m-
|
|
27441
|
-
box-shadow: var(--pf-c-table--tbody--m-
|
|
27450
|
+
.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 {
|
|
27451
|
+
box-shadow: var(--pf-c-table--tbody--m-clickable--m-selected--hover--tr--BoxShadow);
|
|
27442
27452
|
}
|
|
27443
|
-
.pf-c-table tbody.pf-m-
|
|
27444
|
-
--pf-c-table--tbody--m-
|
|
27445
|
-
--pf-c-table--tbody--m-
|
|
27453
|
+
.pf-c-table tbody.pf-m-clickable:hover {
|
|
27454
|
+
--pf-c-table--tbody--m-clickable--BoxShadow: var(--pf-c-table--tbody--m-clickable--hover--BoxShadow);
|
|
27455
|
+
--pf-c-table--tbody--m-clickable--BackgroundColor: var(--pf-c-table--tbody--m-clickable--hover--BackgroundColor);
|
|
27446
27456
|
}
|
|
27447
|
-
.pf-c-table tbody.pf-m-
|
|
27448
|
-
--pf-c-table--tbody--m-
|
|
27449
|
-
--pf-c-table--tbody--m-
|
|
27457
|
+
.pf-c-table tbody.pf-m-clickable:focus {
|
|
27458
|
+
--pf-c-table--tbody--m-clickable--BoxShadow: var(--pf-c-table--tbody--m-clickable--focus--BoxShadow);
|
|
27459
|
+
--pf-c-table--tbody--m-clickable--BackgroundColor: var(--pf-c-table--tbody--m-clickable--focus--BackgroundColor);
|
|
27450
27460
|
}
|
|
27451
|
-
.pf-c-table tbody.pf-m-
|
|
27452
|
-
--pf-c-table--tbody--m-
|
|
27453
|
-
--pf-c-table--tbody--m-
|
|
27461
|
+
.pf-c-table tbody.pf-m-clickable:active {
|
|
27462
|
+
--pf-c-table--tbody--m-clickable--BoxShadow: var(--pf-c-table--tbody--m-clickable--active--BoxShadow);
|
|
27463
|
+
--pf-c-table--tbody--m-clickable--BackgroundColor: var(--pf-c-table--tbody--m-clickable--active--BackgroundColor);
|
|
27454
27464
|
}
|
|
27455
27465
|
.pf-c-table tbody.pf-m-selected {
|
|
27456
27466
|
--pf-c-table__expandable-row--after--BorderLeftWidth: var(--pf-c-table--tbody--m-selected--after--BorderLeftWidth);
|
|
@@ -27818,12 +27828,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27818
27828
|
display: none;
|
|
27819
27829
|
}
|
|
27820
27830
|
|
|
27821
|
-
.pf-c-table__compound-expansion-toggle.pf-m-expanded:first-child,
|
|
27822
|
-
.pf-c-table__expandable-row.pf-m-expanded > :first-child,
|
|
27823
|
-
.pf-c-table tbody.pf-m-expanded > tr > :not(.pf-c-table__compound-expansion-toggle) {
|
|
27824
|
-
--pf-c-table__expandable-row--after--BorderLeftWidth: var(--pf-c-table__expandable-row--after--border-width--base);
|
|
27825
|
-
}
|
|
27826
|
-
|
|
27827
27831
|
.pf-c-table .pf-c-table tr > *:first-child {
|
|
27828
27832
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--nested--first-last-child--PaddingLeft);
|
|
27829
27833
|
}
|