@patternfly/react-styles 5.0.0-alpha.2 → 5.0.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/css/components/Accordion/accordion.css +2 -0
- package/css/components/AppLauncher/app-launcher.css +2 -0
- package/css/components/Breadcrumb/breadcrumb.css +2 -0
- package/css/components/ContextSelector/context-selector.css +5 -1
- package/css/components/DataList/data-list.css +2 -1
- package/css/components/Drawer/drawer.css +13 -13
- package/css/components/Dropdown/dropdown.css +12 -10
- package/css/components/ExpandableSection/expandable-section.css +2 -0
- package/css/components/Label/label.css +2 -0
- package/css/components/Login/login.css +1 -1
- package/css/components/Menu/menu.css +3 -0
- package/css/components/MenuToggle/menu-toggle.css +2 -0
- package/css/components/Page/page.css +60 -60
- package/css/components/Pagination/pagination.css +2 -2
- package/css/components/SearchInput/search-input.css +2 -0
- package/css/components/Table/table-grid.css +28 -28
- package/css/components/Table/table-tree-view.css +4 -4
- package/css/components/TextInputGroup/text-input-group.css +4 -2
- package/css/components/Toolbar/toolbar.css +35 -35
- package/css/components/TreeView/tree-view.css +7 -15
- package/css/components/Wizard/wizard.css +2 -0
- package/css/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/css/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/css/layouts/Grid/grid.css +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# 5.0.0-alpha.3 (2023-02-15)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **deps:** updated to the latest core alpha ([#8688](https://github.com/patternfly/patternfly-react/issues/8688)) ([5f81928](https://github.com/patternfly/patternfly-react/commit/5f819288d7baaa3806b23c0da8fb26dd4ec12d6b))
|
11
|
+
|
6
12
|
# 5.0.0-alpha.2 (2023-02-08)
|
7
13
|
|
8
14
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -23,6 +23,7 @@
|
|
23
23
|
--pf-c-accordion__toggle--before--Width: var(--pf-global--BorderWidth--lg);
|
24
24
|
--pf-c-accordion__toggle--after--Width: var(--pf-global--BorderWidth--lg);
|
25
25
|
--pf-c-accordion__toggle--m-expanded--after--BackgroundColor: var(--pf-global--primary-color--100);
|
26
|
+
--pf-c-accordion__toggle--BackgroundColor: transparent;
|
26
27
|
--pf-c-accordion__toggle-text--MaxWidth: calc(100% - var(--pf-global--spacer--lg));
|
27
28
|
--pf-c-accordion__toggle--hover__toggle-text--Color: var(--pf-global--link--Color);
|
28
29
|
--pf-c-accordion__toggle--active__toggle-text--Color: var(--pf-global--link--Color);
|
@@ -137,6 +138,7 @@
|
|
137
138
|
padding: var(--pf-c-accordion__toggle--PaddingTop) var(--pf-c-accordion__toggle--PaddingRight) var(--pf-c-accordion__toggle--PaddingBottom) var(--pf-c-accordion__toggle--PaddingLeft);
|
138
139
|
font-family: var(--pf-c-accordion__toggle--FontFamily, inherit);
|
139
140
|
font-size: var(--pf-c-accordion__toggle--FontSize, inherit);
|
141
|
+
background-color: var(--pf-c-accordion__toggle--BackgroundColor);
|
140
142
|
border: 0;
|
141
143
|
}
|
142
144
|
.pf-c-accordion__toggle::after {
|
@@ -17,6 +17,7 @@
|
|
17
17
|
--pf-c-app-launcher__toggle--focus--Color: var(--pf-global--Color--100);
|
18
18
|
--pf-c-app-launcher__toggle--disabled--Color: var(--pf-global--disabled-color--200);
|
19
19
|
--pf-c-app-launcher__toggle--m-expanded--Color: var(--pf-global--Color--100);
|
20
|
+
--pf-c-app-launcher__toggle--BackgroundColor: transparent;
|
20
21
|
--pf-c-app-launcher__menu-search--PaddingTop: var(--pf-global--spacer--sm);
|
21
22
|
--pf-c-app-launcher__menu-search--PaddingRight: var(--pf-global--spacer--md);
|
22
23
|
--pf-c-app-launcher__menu-search--PaddingBottom: var(--pf-global--spacer--md);
|
@@ -79,6 +80,7 @@
|
|
79
80
|
.pf-c-app-launcher__toggle {
|
80
81
|
padding: var(--pf-c-app-launcher__toggle--PaddingTop) var(--pf-c-app-launcher__toggle--PaddingRight) var(--pf-c-app-launcher__toggle--PaddingBottom) var(--pf-c-app-launcher__toggle--PaddingLeft);
|
81
82
|
color: var(--pf-c-app-launcher__toggle--Color);
|
83
|
+
background-color: var(--pf-c-app-launcher__toggle--BackgroundColor);
|
82
84
|
border: none;
|
83
85
|
}
|
84
86
|
.pf-c-app-launcher__toggle:hover {
|
@@ -10,6 +10,7 @@
|
|
10
10
|
--pf-c-breadcrumb__link--hover--Color: var(--pf-global--link--Color--hover);
|
11
11
|
--pf-c-breadcrumb__link--hover--TextDecoration: var(--pf-global--link--TextDecoration--hover);
|
12
12
|
--pf-c-breadcrumb__link--m-current--Color: var(--pf-global--Color--100);
|
13
|
+
--pf-c-breadcrumb__link--BackgroundColor: transparent;
|
13
14
|
--pf-c-breadcrumb__heading--FontSize: var(--pf-global--FontSize--sm);
|
14
15
|
--pf-c-breadcrumb__dropdown--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
15
16
|
--pf-c-breadcrumb__dropdown--MarginRight: calc(var(--pf-c-breadcrumb__item--MarginRight) * -1);
|
@@ -52,6 +53,7 @@
|
|
52
53
|
color: var(--pf-c-breadcrumb__link--Color);
|
53
54
|
text-decoration: var(--pf-c-breadcrumb__link--TextDecoration);
|
54
55
|
word-break: break-word;
|
56
|
+
background-color: var(--pf-c-breadcrumb__link--BackgroundColor);
|
55
57
|
}
|
56
58
|
.pf-c-breadcrumb__link:hover {
|
57
59
|
--pf-c-breadcrumb__link--Color: var(--pf-c-breadcrumb__link--hover--Color);
|
@@ -26,6 +26,7 @@
|
|
26
26
|
--pf-c-context-selector__toggle--active--BorderBottomColor: var(--pf-global--active-color--100);
|
27
27
|
--pf-c-context-selector__toggle--expanded--BorderBottomWidth: var(--pf-global--BorderWidth--md);
|
28
28
|
--pf-c-context-selector__toggle--expanded--BorderBottomColor: var(--pf-global--active-color--100);
|
29
|
+
--pf-c-context-selector__toggle--BackgroundColor: transparent;
|
29
30
|
--pf-c-context-selector__toggle--m-plain--Color: var(--pf-global--Color--200);
|
30
31
|
--pf-c-context-selector__toggle--m-plain--hover--Color: var(--pf-global--Color--100);
|
31
32
|
--pf-c-context-selector__toggle--m-plain--disabled--Color: var(--pf-global--disabled-color--200);
|
@@ -64,6 +65,7 @@
|
|
64
65
|
--pf-c-context-selector__menu-list-item--PaddingRight: var(--pf-global--spacer--lg);
|
65
66
|
--pf-c-context-selector__menu-list-item--PaddingBottom: var(--pf-global--spacer--sm);
|
66
67
|
--pf-c-context-selector__menu-list-item--PaddingLeft: var(--pf-global--spacer--lg);
|
68
|
+
--pf-c-context-selector__menu-list-item--BackgroundColor: transparent;
|
67
69
|
--pf-c-context-selector__menu-list-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
|
68
70
|
--pf-c-context-selector__menu-list-item--disabled--Color: var(--pf-global--Color--dark-200);
|
69
71
|
--pf-c-context-selector__menu-item-icon--Color: var(--pf-global--active-color--100);
|
@@ -175,6 +177,7 @@
|
|
175
177
|
color: var(--pf-c-context-selector__toggle--Color);
|
176
178
|
white-space: nowrap;
|
177
179
|
cursor: pointer;
|
180
|
+
background-color: var(--pf-c-context-selector__toggle--BackgroundColor);
|
178
181
|
border: none;
|
179
182
|
}
|
180
183
|
.pf-c-context-selector__toggle::before {
|
@@ -283,11 +286,12 @@
|
|
283
286
|
padding: var(--pf-c-context-selector__menu-list-item--PaddingTop) var(--pf-c-context-selector__menu-list-item--PaddingRight) var(--pf-c-context-selector__menu-list-item--PaddingBottom) var(--pf-c-context-selector__menu-list-item--PaddingLeft);
|
284
287
|
color: var(--pf-c-context-selector__menu-list-item--Color);
|
285
288
|
white-space: nowrap;
|
289
|
+
background-color: var(--pf-c-context-selector__menu-list-item--BackgroundColor);
|
286
290
|
border: none;
|
287
291
|
}
|
288
292
|
.pf-c-context-selector__menu-list-item:hover, .pf-c-context-selector__menu-list-item:focus {
|
293
|
+
--pf-c-context-selector__menu-list-item--BackgroundColor: var(--pf-c-context-selector__menu-list-item--hover--BackgroundColor);
|
289
294
|
text-decoration: none;
|
290
|
-
background-color: var(--pf-c-context-selector__menu-list-item--hover--BackgroundColor);
|
291
295
|
}
|
292
296
|
.pf-c-context-selector__menu-list-item.pf-m-disabled, .pf-c-context-selector__menu-list-item:disabled {
|
293
297
|
--pf-c-context-selector__menu-list-item--Color: var(--pf-c-context-selector__menu-list-item--disabled--Color);
|
@@ -546,6 +546,7 @@
|
|
546
546
|
--pf-c-data-list__toggle-icon--Transition: .2s ease-in 0s;
|
547
547
|
--pf-c-data-list__toggle-icon--Rotate: 0;
|
548
548
|
--pf-c-data-list__item--m-expanded__toggle-icon--Rotate: 90deg;
|
549
|
+
--pf-c-data-list__item-draggable-button--BackgroundColor: transparent;
|
549
550
|
--pf-c-data-list__item-draggable-button--PaddingLeft: var(--pf-global--spacer--md);
|
550
551
|
--pf-c-data-list__item-draggable-button--PaddingRight: var(--pf-global--spacer--md);
|
551
552
|
--pf-c-data-list__item-draggable-button--MarginTop: calc(var(--pf-global--spacer--lg) * -1);
|
@@ -617,7 +618,6 @@
|
|
617
618
|
font-size: var(--pf-c-data-list--FontSize);
|
618
619
|
line-height: var(--pf-c-data-list--LineHeight);
|
619
620
|
overflow-wrap: break-word;
|
620
|
-
list-style-type: disc;
|
621
621
|
border-top: var(--pf-c-data-list--BorderTopWidth) solid var(--pf-c-data-list--BorderTopColor);
|
622
622
|
}
|
623
623
|
@media screen and (min-width: 576px) {
|
@@ -790,6 +790,7 @@
|
|
790
790
|
flex-direction: column;
|
791
791
|
padding: var(--pf-c-data-list__item-draggable-button--PaddingTop) var(--pf-c-data-list__item-draggable-button--PaddingRight) var(--pf-c-data-list__item-draggable-button--PaddingBottom) var(--pf-c-data-list__item-draggable-button--PaddingLeft);
|
792
792
|
margin: var(--pf-c-data-list__item-draggable-button--MarginTop) 0 var(--pf-c-data-list__item-draggable-button--MarginBottom) var(--pf-c-data-list__item-draggable-button--MarginLeft);
|
793
|
+
background-color: var(--pf-c-data-list__item-draggable-button--BackgroundColor);
|
793
794
|
border: 0;
|
794
795
|
}
|
795
796
|
.pf-c-data-list__item-draggable-button:hover {
|
@@ -442,7 +442,7 @@
|
|
442
442
|
--pf-c-drawer__splitter--after--BorderLeftWidth: 0;
|
443
443
|
}
|
444
444
|
.pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border,
|
445
|
-
.pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border {
|
445
|
+
.pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border {
|
446
446
|
--pf-c-drawer--m-expanded__panel--BoxShadow: none;
|
447
447
|
}
|
448
448
|
.pf-c-drawer__splitter {
|
@@ -531,15 +531,15 @@
|
|
531
531
|
}
|
532
532
|
@media (min-width: 768px) {
|
533
533
|
.pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__content,
|
534
|
-
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__content {
|
534
|
+
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__content {
|
535
535
|
flex-shrink: 1;
|
536
536
|
}
|
537
537
|
.pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel,
|
538
|
-
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
|
538
|
+
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
|
539
539
|
--pf-c-drawer--m-expanded__panel--BoxShadow: none;
|
540
540
|
}
|
541
541
|
.pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
|
542
|
-
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
542
|
+
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
543
543
|
background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
|
544
544
|
}
|
545
545
|
.pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__content {
|
@@ -592,15 +592,15 @@
|
|
592
592
|
}
|
593
593
|
@media (min-width: 992px) {
|
594
594
|
.pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__content,
|
595
|
-
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__content {
|
595
|
+
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__content {
|
596
596
|
flex-shrink: 1;
|
597
597
|
}
|
598
598
|
.pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel,
|
599
|
-
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
|
599
|
+
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
|
600
600
|
--pf-c-drawer--m-expanded__panel--BoxShadow: none;
|
601
601
|
}
|
602
602
|
.pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
|
603
|
-
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
603
|
+
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
604
604
|
background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
|
605
605
|
}
|
606
606
|
.pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__content {
|
@@ -653,15 +653,15 @@
|
|
653
653
|
}
|
654
654
|
@media (min-width: 1200px) {
|
655
655
|
.pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__content,
|
656
|
-
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__content {
|
656
|
+
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__content {
|
657
657
|
flex-shrink: 1;
|
658
658
|
}
|
659
659
|
.pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel,
|
660
|
-
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
|
660
|
+
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
|
661
661
|
--pf-c-drawer--m-expanded__panel--BoxShadow: none;
|
662
662
|
}
|
663
663
|
.pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
|
664
|
-
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
664
|
+
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
665
665
|
background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
|
666
666
|
}
|
667
667
|
.pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__content {
|
@@ -714,15 +714,15 @@
|
|
714
714
|
}
|
715
715
|
@media (min-width: 1450px) {
|
716
716
|
.pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content,
|
717
|
-
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content {
|
717
|
+
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content {
|
718
718
|
flex-shrink: 1;
|
719
719
|
}
|
720
720
|
.pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel,
|
721
|
-
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
|
721
|
+
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
|
722
722
|
--pf-c-drawer--m-expanded__panel--BoxShadow: none;
|
723
723
|
}
|
724
724
|
.pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
|
725
|
-
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
725
|
+
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
726
726
|
background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
|
727
727
|
}
|
728
728
|
.pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content {
|
@@ -50,6 +50,7 @@
|
|
50
50
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--md);
|
51
51
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
|
52
52
|
--pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
|
53
|
+
--pf-c-dropdown__toggle-button--BackgroundColor: transparent;
|
53
54
|
--pf-c-dropdown__toggle-progress--Visibility: hidden;
|
54
55
|
--pf-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-global--FontSize--sm);
|
55
56
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
|
@@ -275,6 +276,7 @@
|
|
275
276
|
}
|
276
277
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-button {
|
277
278
|
color: var(--pf-c-dropdown__toggle-button--Color);
|
279
|
+
background-color: var(--pf-c-dropdown__toggle-button--BackgroundColor);
|
278
280
|
border: 0;
|
279
281
|
}
|
280
282
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-text {
|
@@ -509,51 +511,51 @@
|
|
509
511
|
}
|
510
512
|
@media (min-width: 576px) {
|
511
513
|
.pf-c-dropdown .pf-c-menu.pf-m-align-right-on-sm,
|
512
|
-
.pf-c-dropdown__menu.pf-m-align-right-on-sm {
|
514
|
+
.pf-c-dropdown__menu.pf-m-align-right-on-sm {
|
513
515
|
right: 0;
|
514
516
|
}
|
515
517
|
.pf-c-dropdown .pf-c-menu.pf-m-align-left-on-sm,
|
516
|
-
.pf-c-dropdown__menu.pf-m-align-left-on-sm {
|
518
|
+
.pf-c-dropdown__menu.pf-m-align-left-on-sm {
|
517
519
|
right: auto;
|
518
520
|
}
|
519
521
|
}
|
520
522
|
@media (min-width: 768px) {
|
521
523
|
.pf-c-dropdown .pf-c-menu.pf-m-align-right-on-md,
|
522
|
-
.pf-c-dropdown__menu.pf-m-align-right-on-md {
|
524
|
+
.pf-c-dropdown__menu.pf-m-align-right-on-md {
|
523
525
|
right: 0;
|
524
526
|
}
|
525
527
|
.pf-c-dropdown .pf-c-menu.pf-m-align-left-on-md,
|
526
|
-
.pf-c-dropdown__menu.pf-m-align-left-on-md {
|
528
|
+
.pf-c-dropdown__menu.pf-m-align-left-on-md {
|
527
529
|
right: auto;
|
528
530
|
}
|
529
531
|
}
|
530
532
|
@media (min-width: 992px) {
|
531
533
|
.pf-c-dropdown .pf-c-menu.pf-m-align-right-on-lg,
|
532
|
-
.pf-c-dropdown__menu.pf-m-align-right-on-lg {
|
534
|
+
.pf-c-dropdown__menu.pf-m-align-right-on-lg {
|
533
535
|
right: 0;
|
534
536
|
}
|
535
537
|
.pf-c-dropdown .pf-c-menu.pf-m-align-left-on-lg,
|
536
|
-
.pf-c-dropdown__menu.pf-m-align-left-on-lg {
|
538
|
+
.pf-c-dropdown__menu.pf-m-align-left-on-lg {
|
537
539
|
right: auto;
|
538
540
|
}
|
539
541
|
}
|
540
542
|
@media (min-width: 1200px) {
|
541
543
|
.pf-c-dropdown .pf-c-menu.pf-m-align-right-on-xl,
|
542
|
-
.pf-c-dropdown__menu.pf-m-align-right-on-xl {
|
544
|
+
.pf-c-dropdown__menu.pf-m-align-right-on-xl {
|
543
545
|
right: 0;
|
544
546
|
}
|
545
547
|
.pf-c-dropdown .pf-c-menu.pf-m-align-left-on-xl,
|
546
|
-
.pf-c-dropdown__menu.pf-m-align-left-on-xl {
|
548
|
+
.pf-c-dropdown__menu.pf-m-align-left-on-xl {
|
547
549
|
right: auto;
|
548
550
|
}
|
549
551
|
}
|
550
552
|
@media (min-width: 1450px) {
|
551
553
|
.pf-c-dropdown .pf-c-menu.pf-m-align-right-on-2xl,
|
552
|
-
.pf-c-dropdown__menu.pf-m-align-right-on-2xl {
|
554
|
+
.pf-c-dropdown__menu.pf-m-align-right-on-2xl {
|
553
555
|
right: 0;
|
554
556
|
}
|
555
557
|
.pf-c-dropdown .pf-c-menu.pf-m-align-left-on-2xl,
|
556
|
-
.pf-c-dropdown__menu.pf-m-align-left-on-2xl {
|
558
|
+
.pf-c-dropdown__menu.pf-m-align-left-on-2xl {
|
557
559
|
right: auto;
|
558
560
|
}
|
559
561
|
}
|
@@ -9,6 +9,7 @@
|
|
9
9
|
--pf-c-expandable-section__toggle--active--Color: var(--pf-global--link--Color--hover);
|
10
10
|
--pf-c-expandable-section__toggle--focus--Color: var(--pf-global--link--Color--hover);
|
11
11
|
--pf-c-expandable-section__toggle--m-expanded--Color: var(--pf-global--link--Color--hover);
|
12
|
+
--pf-c-expandable-section__toggle--BackgroundColor: transparent;
|
12
13
|
--pf-c-expandable-section__toggle-icon--MinWidth: 1em;
|
13
14
|
--pf-c-expandable-section__toggle-icon--Color: var(--pf-global--Color--100);
|
14
15
|
--pf-c-expandable-section__toggle-icon--Transition: .2s ease-in 0s;
|
@@ -94,6 +95,7 @@
|
|
94
95
|
padding: var(--pf-c-expandable-section__toggle--PaddingTop) var(--pf-c-expandable-section__toggle--PaddingRight) var(--pf-c-expandable-section__toggle--PaddingBottom) var(--pf-c-expandable-section__toggle--PaddingLeft);
|
95
96
|
margin-top: var(--pf-c-expandable-section__toggle--MarginTop);
|
96
97
|
color: var(--pf-c-expandable-section__toggle--Color);
|
98
|
+
background-color: var(--pf-c-expandable-section__toggle--BackgroundColor);
|
97
99
|
border: none;
|
98
100
|
}
|
99
101
|
.pf-c-expandable-section__toggle:hover {
|
@@ -105,6 +105,7 @@
|
|
105
105
|
--pf-c-label--m-compact--FontSize: var(--pf-global--FontSize--xs);
|
106
106
|
--pf-c-label--m-compact--m-editable--TextDecorationOffset: 0.0625rem;
|
107
107
|
--pf-c-label__content--Color: var(--pf-global--Color--100);
|
108
|
+
--pf-c-label__content--BackgroundColor: transparent;
|
108
109
|
--pf-c-label__content--MaxWidth: 100%;
|
109
110
|
--pf-c-label--m-outline__content--Color: var(--pf-global--Color--100);
|
110
111
|
--pf-c-label--m-editable__content--MaxWidth: 16ch;
|
@@ -352,6 +353,7 @@
|
|
352
353
|
white-space: nowrap;
|
353
354
|
max-width: var(--pf-c-label__content--MaxWidth);
|
354
355
|
color: var(--pf-c-label__content--Color);
|
356
|
+
background-color: var(--pf-c-label__content--BackgroundColor);
|
355
357
|
border-width: 0;
|
356
358
|
}
|
357
359
|
.pf-c-label__content::before {
|
@@ -150,6 +150,7 @@
|
|
150
150
|
--pf-c-menu__item-action--PaddingBottom: var(--pf-global--spacer--sm);
|
151
151
|
--pf-c-menu__item-action--PaddingLeft: var(--pf-global--spacer--md);
|
152
152
|
--pf-c-menu__item-action--Color: var(--pf-global--Color--200);
|
153
|
+
--pf-c-menu__item-action--BackgroundColor: transparent;
|
153
154
|
--pf-c-menu__item-action--hover--Color: var(--pf-global--Color--100);
|
154
155
|
--pf-c-menu__item-action--disabled--Color: var(--pf-global--disabled-color--200);
|
155
156
|
--pf-c-menu__item-action--m-favorited--Color: var(--pf-global--palette--gold-400);
|
@@ -270,6 +271,7 @@
|
|
270
271
|
.pf-c-menu.pf-m-drilldown .pf-c-menu__list {
|
271
272
|
position: relative;
|
272
273
|
overflow: hidden;
|
274
|
+
visibility: visible;
|
273
275
|
transition: var(--pf-c-menu--m-drilldown__list--Transition);
|
274
276
|
}
|
275
277
|
.pf-c-menu.pf-m-drilldown .pf-c-menu__list .pf-c-menu__list {
|
@@ -580,6 +582,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
580
582
|
padding-bottom: var(--pf-c-menu__item-action--PaddingBottom);
|
581
583
|
padding-left: var(--pf-c-menu__item-action--PaddingLeft);
|
582
584
|
color: var(--pf-c-menu__item-action--Color);
|
585
|
+
background-color: var(--pf-c-menu__item-action--BackgroundColor);
|
583
586
|
border: none;
|
584
587
|
}
|
585
588
|
.pf-c-menu__item-action.pf-m-favorite .pf-c-menu__item-action-icon {
|
@@ -106,6 +106,7 @@
|
|
106
106
|
--pf-c-menu-toggle--m-split-button--m-action--m-primary--child--BorderLeftColor: var(--pf-global--primary-color--200);
|
107
107
|
--pf-c-menu-toggle--m-split-button--m-action--m-primary--m-expanded--child--BackgroundColor: var(--pf-global--primary-color--200);
|
108
108
|
--pf-c-menu-toggle--m-split-button--m-action--m-secondary--child--BorderLeftColor: var(--pf-global--primary-color--100);
|
109
|
+
--pf-c-menu-toggle__button--BackgroundColor: transparent;
|
109
110
|
--pf-c-menu-toggle__button__controls--MarginRight: var(--pf-global--spacer--sm);
|
110
111
|
--pf-c-menu-toggle__button__controls--MarginLeft: var(--pf-global--spacer--sm);
|
111
112
|
--pf-c-menu-toggle--m-typeahead__controls--MarginRight: var(--pf-global--spacer--md);
|
@@ -361,6 +362,7 @@
|
|
361
362
|
--pf-c-menu-toggle__controls--MarginRight: var(--pf-c-menu-toggle__button__controls--MarginRight);
|
362
363
|
--pf-c-menu-toggle__controls--MarginLeft: var(--pf-c-menu-toggle__button__controls--MarginLeft);
|
363
364
|
color: inherit;
|
365
|
+
background-color: var(--pf-c-menu-toggle__button--BackgroundColor);
|
364
366
|
border: 0;
|
365
367
|
}
|
366
368
|
|
@@ -547,24 +547,24 @@
|
|
547
547
|
}
|
548
548
|
@media (min-height: 0) {
|
549
549
|
.pf-c-page__main-nav.pf-m-sticky-top-on-sm-height,
|
550
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-sm-height,
|
551
|
-
.pf-c-page__main-tabs.pf-m-sticky-top-on-sm-height,
|
552
|
-
.pf-c-page__main-section.pf-m-sticky-top-on-sm-height,
|
553
|
-
.pf-c-page__main-wizard.pf-m-sticky-top-on-sm-height,
|
554
|
-
.pf-c-page__main-group.pf-m-sticky-top-on-sm-height,
|
555
|
-
.pf-c-page__main-subnav.pf-m-sticky-top-on-sm-height {
|
550
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-sm-height,
|
551
|
+
.pf-c-page__main-tabs.pf-m-sticky-top-on-sm-height,
|
552
|
+
.pf-c-page__main-section.pf-m-sticky-top-on-sm-height,
|
553
|
+
.pf-c-page__main-wizard.pf-m-sticky-top-on-sm-height,
|
554
|
+
.pf-c-page__main-group.pf-m-sticky-top-on-sm-height,
|
555
|
+
.pf-c-page__main-subnav.pf-m-sticky-top-on-sm-height {
|
556
556
|
position: sticky;
|
557
557
|
top: 0;
|
558
558
|
z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
|
559
559
|
box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
|
560
560
|
}
|
561
561
|
.pf-c-page__main-nav.pf-m-sticky-bottom-on-sm-height,
|
562
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-sm-height,
|
563
|
-
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-sm-height,
|
564
|
-
.pf-c-page__main-section.pf-m-sticky-bottom-on-sm-height,
|
565
|
-
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-sm-height,
|
566
|
-
.pf-c-page__main-group.pf-m-sticky-bottom-on-sm-height,
|
567
|
-
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-sm-height {
|
562
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-sm-height,
|
563
|
+
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-sm-height,
|
564
|
+
.pf-c-page__main-section.pf-m-sticky-bottom-on-sm-height,
|
565
|
+
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-sm-height,
|
566
|
+
.pf-c-page__main-group.pf-m-sticky-bottom-on-sm-height,
|
567
|
+
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-sm-height {
|
568
568
|
position: sticky;
|
569
569
|
bottom: 0;
|
570
570
|
z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
|
@@ -573,24 +573,24 @@
|
|
573
573
|
}
|
574
574
|
@media (min-height: 40rem) {
|
575
575
|
.pf-c-page__main-nav.pf-m-sticky-top-on-md-height,
|
576
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-md-height,
|
577
|
-
.pf-c-page__main-tabs.pf-m-sticky-top-on-md-height,
|
578
|
-
.pf-c-page__main-section.pf-m-sticky-top-on-md-height,
|
579
|
-
.pf-c-page__main-wizard.pf-m-sticky-top-on-md-height,
|
580
|
-
.pf-c-page__main-group.pf-m-sticky-top-on-md-height,
|
581
|
-
.pf-c-page__main-subnav.pf-m-sticky-top-on-md-height {
|
576
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-md-height,
|
577
|
+
.pf-c-page__main-tabs.pf-m-sticky-top-on-md-height,
|
578
|
+
.pf-c-page__main-section.pf-m-sticky-top-on-md-height,
|
579
|
+
.pf-c-page__main-wizard.pf-m-sticky-top-on-md-height,
|
580
|
+
.pf-c-page__main-group.pf-m-sticky-top-on-md-height,
|
581
|
+
.pf-c-page__main-subnav.pf-m-sticky-top-on-md-height {
|
582
582
|
position: sticky;
|
583
583
|
top: 0;
|
584
584
|
z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
|
585
585
|
box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
|
586
586
|
}
|
587
587
|
.pf-c-page__main-nav.pf-m-sticky-bottom-on-md-height,
|
588
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-md-height,
|
589
|
-
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-md-height,
|
590
|
-
.pf-c-page__main-section.pf-m-sticky-bottom-on-md-height,
|
591
|
-
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-md-height,
|
592
|
-
.pf-c-page__main-group.pf-m-sticky-bottom-on-md-height,
|
593
|
-
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-md-height {
|
588
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-md-height,
|
589
|
+
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-md-height,
|
590
|
+
.pf-c-page__main-section.pf-m-sticky-bottom-on-md-height,
|
591
|
+
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-md-height,
|
592
|
+
.pf-c-page__main-group.pf-m-sticky-bottom-on-md-height,
|
593
|
+
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-md-height {
|
594
594
|
position: sticky;
|
595
595
|
bottom: 0;
|
596
596
|
z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
|
@@ -599,24 +599,24 @@
|
|
599
599
|
}
|
600
600
|
@media (min-height: 48rem) {
|
601
601
|
.pf-c-page__main-nav.pf-m-sticky-top-on-lg-height,
|
602
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-lg-height,
|
603
|
-
.pf-c-page__main-tabs.pf-m-sticky-top-on-lg-height,
|
604
|
-
.pf-c-page__main-section.pf-m-sticky-top-on-lg-height,
|
605
|
-
.pf-c-page__main-wizard.pf-m-sticky-top-on-lg-height,
|
606
|
-
.pf-c-page__main-group.pf-m-sticky-top-on-lg-height,
|
607
|
-
.pf-c-page__main-subnav.pf-m-sticky-top-on-lg-height {
|
602
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-lg-height,
|
603
|
+
.pf-c-page__main-tabs.pf-m-sticky-top-on-lg-height,
|
604
|
+
.pf-c-page__main-section.pf-m-sticky-top-on-lg-height,
|
605
|
+
.pf-c-page__main-wizard.pf-m-sticky-top-on-lg-height,
|
606
|
+
.pf-c-page__main-group.pf-m-sticky-top-on-lg-height,
|
607
|
+
.pf-c-page__main-subnav.pf-m-sticky-top-on-lg-height {
|
608
608
|
position: sticky;
|
609
609
|
top: 0;
|
610
610
|
z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
|
611
611
|
box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
|
612
612
|
}
|
613
613
|
.pf-c-page__main-nav.pf-m-sticky-bottom-on-lg-height,
|
614
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-lg-height,
|
615
|
-
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-lg-height,
|
616
|
-
.pf-c-page__main-section.pf-m-sticky-bottom-on-lg-height,
|
617
|
-
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-lg-height,
|
618
|
-
.pf-c-page__main-group.pf-m-sticky-bottom-on-lg-height,
|
619
|
-
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-lg-height {
|
614
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-lg-height,
|
615
|
+
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-lg-height,
|
616
|
+
.pf-c-page__main-section.pf-m-sticky-bottom-on-lg-height,
|
617
|
+
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-lg-height,
|
618
|
+
.pf-c-page__main-group.pf-m-sticky-bottom-on-lg-height,
|
619
|
+
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-lg-height {
|
620
620
|
position: sticky;
|
621
621
|
bottom: 0;
|
622
622
|
z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
|
@@ -625,24 +625,24 @@
|
|
625
625
|
}
|
626
626
|
@media (min-height: 60rem) {
|
627
627
|
.pf-c-page__main-nav.pf-m-sticky-top-on-xl-height,
|
628
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-xl-height,
|
629
|
-
.pf-c-page__main-tabs.pf-m-sticky-top-on-xl-height,
|
630
|
-
.pf-c-page__main-section.pf-m-sticky-top-on-xl-height,
|
631
|
-
.pf-c-page__main-wizard.pf-m-sticky-top-on-xl-height,
|
632
|
-
.pf-c-page__main-group.pf-m-sticky-top-on-xl-height,
|
633
|
-
.pf-c-page__main-subnav.pf-m-sticky-top-on-xl-height {
|
628
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-xl-height,
|
629
|
+
.pf-c-page__main-tabs.pf-m-sticky-top-on-xl-height,
|
630
|
+
.pf-c-page__main-section.pf-m-sticky-top-on-xl-height,
|
631
|
+
.pf-c-page__main-wizard.pf-m-sticky-top-on-xl-height,
|
632
|
+
.pf-c-page__main-group.pf-m-sticky-top-on-xl-height,
|
633
|
+
.pf-c-page__main-subnav.pf-m-sticky-top-on-xl-height {
|
634
634
|
position: sticky;
|
635
635
|
top: 0;
|
636
636
|
z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
|
637
637
|
box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
|
638
638
|
}
|
639
639
|
.pf-c-page__main-nav.pf-m-sticky-bottom-on-xl-height,
|
640
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-xl-height,
|
641
|
-
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-xl-height,
|
642
|
-
.pf-c-page__main-section.pf-m-sticky-bottom-on-xl-height,
|
643
|
-
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-xl-height,
|
644
|
-
.pf-c-page__main-group.pf-m-sticky-bottom-on-xl-height,
|
645
|
-
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-xl-height {
|
640
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-xl-height,
|
641
|
+
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-xl-height,
|
642
|
+
.pf-c-page__main-section.pf-m-sticky-bottom-on-xl-height,
|
643
|
+
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-xl-height,
|
644
|
+
.pf-c-page__main-group.pf-m-sticky-bottom-on-xl-height,
|
645
|
+
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-xl-height {
|
646
646
|
position: sticky;
|
647
647
|
bottom: 0;
|
648
648
|
z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
|
@@ -651,24 +651,24 @@
|
|
651
651
|
}
|
652
652
|
@media (min-height: 80rem) {
|
653
653
|
.pf-c-page__main-nav.pf-m-sticky-top-on-2xl-height,
|
654
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-2xl-height,
|
655
|
-
.pf-c-page__main-tabs.pf-m-sticky-top-on-2xl-height,
|
656
|
-
.pf-c-page__main-section.pf-m-sticky-top-on-2xl-height,
|
657
|
-
.pf-c-page__main-wizard.pf-m-sticky-top-on-2xl-height,
|
658
|
-
.pf-c-page__main-group.pf-m-sticky-top-on-2xl-height,
|
659
|
-
.pf-c-page__main-subnav.pf-m-sticky-top-on-2xl-height {
|
654
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-top-on-2xl-height,
|
655
|
+
.pf-c-page__main-tabs.pf-m-sticky-top-on-2xl-height,
|
656
|
+
.pf-c-page__main-section.pf-m-sticky-top-on-2xl-height,
|
657
|
+
.pf-c-page__main-wizard.pf-m-sticky-top-on-2xl-height,
|
658
|
+
.pf-c-page__main-group.pf-m-sticky-top-on-2xl-height,
|
659
|
+
.pf-c-page__main-subnav.pf-m-sticky-top-on-2xl-height {
|
660
660
|
position: sticky;
|
661
661
|
top: 0;
|
662
662
|
z-index: var(--pf-c-page--section--m-sticky-top--ZIndex);
|
663
663
|
box-shadow: var(--pf-c-page--section--m-sticky-top--BoxShadow);
|
664
664
|
}
|
665
665
|
.pf-c-page__main-nav.pf-m-sticky-bottom-on-2xl-height,
|
666
|
-
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-2xl-height,
|
667
|
-
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-2xl-height,
|
668
|
-
.pf-c-page__main-section.pf-m-sticky-bottom-on-2xl-height,
|
669
|
-
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-2xl-height,
|
670
|
-
.pf-c-page__main-group.pf-m-sticky-bottom-on-2xl-height,
|
671
|
-
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-2xl-height {
|
666
|
+
.pf-c-page__main-breadcrumb.pf-m-sticky-bottom-on-2xl-height,
|
667
|
+
.pf-c-page__main-tabs.pf-m-sticky-bottom-on-2xl-height,
|
668
|
+
.pf-c-page__main-section.pf-m-sticky-bottom-on-2xl-height,
|
669
|
+
.pf-c-page__main-wizard.pf-m-sticky-bottom-on-2xl-height,
|
670
|
+
.pf-c-page__main-group.pf-m-sticky-bottom-on-2xl-height,
|
671
|
+
.pf-c-page__main-subnav.pf-m-sticky-bottom-on-2xl-height {
|
672
672
|
position: sticky;
|
673
673
|
bottom: 0;
|
674
674
|
z-index: var(--pf-c-page--section--m-sticky-bottom--ZIndex);
|
@@ -145,8 +145,8 @@
|
|
145
145
|
padding: var(--pf-c-pagination--m-bottom--md--PaddingTop) var(--pf-c-pagination--m-bottom--md--PaddingRight) var(--pf-c-pagination--m-bottom--md--PaddingBottom) var(--pf-c-pagination--m-bottom--md--PaddingLeft);
|
146
146
|
}
|
147
147
|
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-first,
|
148
|
-
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-last,
|
149
|
-
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-page-select {
|
148
|
+
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-control.pf-m-last,
|
149
|
+
.pf-c-pagination.pf-m-bottom .pf-c-pagination__nav-page-select {
|
150
150
|
display: block;
|
151
151
|
}
|
152
152
|
.pf-c-pagination.pf-m-bottom .pf-c-options-menu {
|
@@ -12,6 +12,7 @@
|
|
12
12
|
--pf-c-search-input__text-input--PaddingLeft: var(--pf-global--spacer--xl);
|
13
13
|
--pf-c-search-input__text-input--MinWidth: 6ch;
|
14
14
|
--pf-c-search-input__text-input--m-hint--Color: var(--pf-global--Color--dark-200);
|
15
|
+
--pf-c-search-input__text-input--BackgroundColor: transparent;
|
15
16
|
--pf-c-search-input__icon--Left: var(--pf-global--spacer--sm);
|
16
17
|
--pf-c-search-input__icon--Color: var(--pf-global--Color--200);
|
17
18
|
--pf-c-search-input__text--hover__icon--Color: var(--pf-global--Color--100);
|
@@ -99,6 +100,7 @@
|
|
99
100
|
width: 100%;
|
100
101
|
min-width: var(--pf-c-search-input__text-input--MinWidth);
|
101
102
|
padding: var(--pf-c-search-input__text-input--PaddingTop) var(--pf-c-search-input__text-input--PaddingRight) var(--pf-c-search-input__text-input--PaddingBottom) var(--pf-c-search-input__text-input--PaddingLeft);
|
103
|
+
background-color: var(--pf-c-search-input__text-input--BackgroundColor);
|
102
104
|
border: 0;
|
103
105
|
}
|
104
106
|
.pf-c-search-input__text-input, .pf-c-search-input__text-input.pf-m-hint {
|
@@ -418,7 +418,7 @@
|
|
418
418
|
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
419
419
|
}
|
420
420
|
.pf-m-grid-md.pf-c-table tr:last-child,
|
421
|
-
.pf-m-grid-md.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
421
|
+
.pf-m-grid-md.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
422
422
|
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
423
423
|
}
|
424
424
|
.pf-m-grid-md.pf-c-table tbody.pf-m-expanded {
|
@@ -563,7 +563,7 @@
|
|
563
563
|
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
564
564
|
}
|
565
565
|
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable,
|
566
|
-
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr {
|
566
|
+
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr {
|
567
567
|
position: relative;
|
568
568
|
}
|
569
569
|
.pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr::after {
|
@@ -593,9 +593,9 @@
|
|
593
593
|
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
594
594
|
}
|
595
595
|
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
596
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
597
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
598
|
-
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
596
|
+
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
597
|
+
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
598
|
+
.pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
599
599
|
width: auto;
|
600
600
|
padding: 0;
|
601
601
|
}
|
@@ -615,8 +615,8 @@
|
|
615
615
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
616
616
|
}
|
617
617
|
.pf-m-grid-md.pf-c-table .pf-c-table__check,
|
618
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__favorite,
|
619
|
-
.pf-m-grid-md.pf-c-table .pf-c-table__action {
|
618
|
+
.pf-m-grid-md.pf-c-table .pf-c-table__favorite,
|
619
|
+
.pf-m-grid-md.pf-c-table .pf-c-table__action {
|
620
620
|
grid-row-start: 1;
|
621
621
|
grid-column-start: 2;
|
622
622
|
}
|
@@ -733,7 +733,7 @@
|
|
733
733
|
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
734
734
|
}
|
735
735
|
.pf-m-grid-lg.pf-c-table tr:last-child,
|
736
|
-
.pf-m-grid-lg.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
736
|
+
.pf-m-grid-lg.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
737
737
|
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
738
738
|
}
|
739
739
|
.pf-m-grid-lg.pf-c-table tbody.pf-m-expanded {
|
@@ -878,7 +878,7 @@
|
|
878
878
|
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
879
879
|
}
|
880
880
|
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable,
|
881
|
-
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr {
|
881
|
+
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr {
|
882
882
|
position: relative;
|
883
883
|
}
|
884
884
|
.pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr::after {
|
@@ -908,9 +908,9 @@
|
|
908
908
|
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
909
909
|
}
|
910
910
|
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
911
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
912
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
913
|
-
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
911
|
+
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
912
|
+
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
913
|
+
.pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
914
914
|
width: auto;
|
915
915
|
padding: 0;
|
916
916
|
}
|
@@ -930,8 +930,8 @@
|
|
930
930
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
931
931
|
}
|
932
932
|
.pf-m-grid-lg.pf-c-table .pf-c-table__check,
|
933
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__favorite,
|
934
|
-
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
|
933
|
+
.pf-m-grid-lg.pf-c-table .pf-c-table__favorite,
|
934
|
+
.pf-m-grid-lg.pf-c-table .pf-c-table__action {
|
935
935
|
grid-row-start: 1;
|
936
936
|
grid-column-start: 2;
|
937
937
|
}
|
@@ -1048,7 +1048,7 @@
|
|
1048
1048
|
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
1049
1049
|
}
|
1050
1050
|
.pf-m-grid-xl.pf-c-table tr:last-child,
|
1051
|
-
.pf-m-grid-xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
1051
|
+
.pf-m-grid-xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
1052
1052
|
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
1053
1053
|
}
|
1054
1054
|
.pf-m-grid-xl.pf-c-table tbody.pf-m-expanded {
|
@@ -1193,7 +1193,7 @@
|
|
1193
1193
|
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
1194
1194
|
}
|
1195
1195
|
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable,
|
1196
|
-
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr {
|
1196
|
+
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr {
|
1197
1197
|
position: relative;
|
1198
1198
|
}
|
1199
1199
|
.pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr::after {
|
@@ -1223,9 +1223,9 @@
|
|
1223
1223
|
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
1224
1224
|
}
|
1225
1225
|
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
1226
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
1227
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
1228
|
-
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
1226
|
+
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
1227
|
+
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
1228
|
+
.pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
1229
1229
|
width: auto;
|
1230
1230
|
padding: 0;
|
1231
1231
|
}
|
@@ -1245,8 +1245,8 @@
|
|
1245
1245
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
1246
1246
|
}
|
1247
1247
|
.pf-m-grid-xl.pf-c-table .pf-c-table__check,
|
1248
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__favorite,
|
1249
|
-
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
|
1248
|
+
.pf-m-grid-xl.pf-c-table .pf-c-table__favorite,
|
1249
|
+
.pf-m-grid-xl.pf-c-table .pf-c-table__action {
|
1250
1250
|
grid-row-start: 1;
|
1251
1251
|
grid-column-start: 2;
|
1252
1252
|
}
|
@@ -1363,7 +1363,7 @@
|
|
1363
1363
|
border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
|
1364
1364
|
}
|
1365
1365
|
.pf-m-grid-2xl.pf-c-table tr:last-child,
|
1366
|
-
.pf-m-grid-2xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
1366
|
+
.pf-m-grid-2xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
|
1367
1367
|
border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
|
1368
1368
|
}
|
1369
1369
|
.pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded {
|
@@ -1508,7 +1508,7 @@
|
|
1508
1508
|
--pf-c-table--tbody--after--BorderLeftColor: transparent;
|
1509
1509
|
}
|
1510
1510
|
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable,
|
1511
|
-
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr {
|
1511
|
+
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr {
|
1512
1512
|
position: relative;
|
1513
1513
|
}
|
1514
1514
|
.pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr::after {
|
@@ -1538,9 +1538,9 @@
|
|
1538
1538
|
background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
|
1539
1539
|
}
|
1540
1540
|
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
|
1541
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
1542
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
1543
|
-
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
1541
|
+
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
|
1542
|
+
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
|
1543
|
+
.pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
|
1544
1544
|
width: auto;
|
1545
1545
|
padding: 0;
|
1546
1546
|
}
|
@@ -1560,8 +1560,8 @@
|
|
1560
1560
|
--pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
|
1561
1561
|
}
|
1562
1562
|
.pf-m-grid-2xl.pf-c-table .pf-c-table__check,
|
1563
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__favorite,
|
1564
|
-
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
|
1563
|
+
.pf-m-grid-2xl.pf-c-table .pf-c-table__favorite,
|
1564
|
+
.pf-m-grid-2xl.pf-c-table .pf-c-table__action {
|
1565
1565
|
grid-row-start: 1;
|
1566
1566
|
grid-column-start: 2;
|
1567
1567
|
}
|
@@ -311,7 +311,7 @@
|
|
311
311
|
display: block;
|
312
312
|
}
|
313
313
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-details-toggle,
|
314
|
-
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
314
|
+
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
315
315
|
display: inline-block;
|
316
316
|
}
|
317
317
|
.pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
|
@@ -452,7 +452,7 @@
|
|
452
452
|
display: block;
|
453
453
|
}
|
454
454
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-details-toggle,
|
455
|
-
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
455
|
+
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
456
456
|
display: inline-block;
|
457
457
|
}
|
458
458
|
.pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
|
@@ -593,7 +593,7 @@
|
|
593
593
|
display: block;
|
594
594
|
}
|
595
595
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
596
|
-
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
596
|
+
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
597
597
|
display: inline-block;
|
598
598
|
}
|
599
599
|
.pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
|
@@ -734,7 +734,7 @@
|
|
734
734
|
display: block;
|
735
735
|
}
|
736
736
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-details-toggle,
|
737
|
-
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
737
|
+
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
738
738
|
display: inline-block;
|
739
739
|
}
|
740
740
|
.pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
|
@@ -20,7 +20,8 @@
|
|
20
20
|
--pf-c-text-input-group__text-input--PaddingLeft: var(--pf-global--spacer--sm);
|
21
21
|
--pf-c-text-input-group__text-input--MinWidth: 12ch;
|
22
22
|
--pf-c-text-input-group__text-input--m-hint--Color: var(--pf-global--Color--dark-200);
|
23
|
-
--pf-c-text-input-
|
23
|
+
--pf-c-text-input-group__text-input--placeholder--Color: var(--pf-global--Color--dark-200);
|
24
|
+
--pf-c-text-input-group__text-input--BackgroundColor: transparent;
|
24
25
|
--pf-c-text-input-group__icon--Left: var(--pf-global--spacer--sm);
|
25
26
|
--pf-c-text-input-group__icon--Color: var(--pf-global--Color--200);
|
26
27
|
--pf-c-text-input-group__text--hover__icon--Color: var(--pf-global--Color--100);
|
@@ -120,6 +121,7 @@
|
|
120
121
|
width: 100%;
|
121
122
|
min-width: var(--pf-c-text-input-group__text-input--MinWidth);
|
122
123
|
padding: var(--pf-c-text-input-group__text-input--PaddingTop) var(--pf-c-text-input-group__text-input--PaddingRight) var(--pf-c-text-input-group__text-input--PaddingBottom) var(--pf-c-text-input-group__text-input--PaddingLeft);
|
124
|
+
background-color: var(--pf-c-text-input-group__text-input--BackgroundColor);
|
123
125
|
border: 0;
|
124
126
|
}
|
125
127
|
.pf-c-text-input-group__text-input, .pf-c-text-input-group__text-input.pf-m-hint {
|
@@ -129,7 +131,7 @@
|
|
129
131
|
color: var(--pf-c-text-input-group__text-input--m-hint--Color);
|
130
132
|
}
|
131
133
|
.pf-c-text-input-group__text-input::placeholder {
|
132
|
-
color: var(--pf-c-text-input-
|
134
|
+
color: var(--pf-c-text-input-group__text-input--placeholder--Color);
|
133
135
|
}
|
134
136
|
|
135
137
|
.pf-c-text-input-group__utilities {
|
@@ -457,7 +457,7 @@
|
|
457
457
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
458
458
|
}
|
459
459
|
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__group,
|
460
|
-
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
|
460
|
+
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
|
461
461
|
display: flex;
|
462
462
|
flex: 0 1 auto;
|
463
463
|
}
|
@@ -470,7 +470,7 @@
|
|
470
470
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
471
471
|
}
|
472
472
|
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__group,
|
473
|
-
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
|
473
|
+
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
|
474
474
|
display: flex;
|
475
475
|
flex: 0 1 auto;
|
476
476
|
}
|
@@ -483,7 +483,7 @@
|
|
483
483
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
484
484
|
}
|
485
485
|
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__group,
|
486
|
-
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
|
486
|
+
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
|
487
487
|
display: flex;
|
488
488
|
flex: 0 1 auto;
|
489
489
|
}
|
@@ -496,7 +496,7 @@
|
|
496
496
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
497
497
|
}
|
498
498
|
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__group,
|
499
|
-
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
|
499
|
+
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
|
500
500
|
display: flex;
|
501
501
|
flex: 0 1 auto;
|
502
502
|
}
|
@@ -509,7 +509,7 @@
|
|
509
509
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
510
510
|
}
|
511
511
|
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__group,
|
512
|
-
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
|
512
|
+
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
|
513
513
|
display: flex;
|
514
514
|
flex: 0 1 auto;
|
515
515
|
}
|
@@ -543,131 +543,131 @@
|
|
543
543
|
}
|
544
544
|
@media (min-width: 576px) {
|
545
545
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm,
|
546
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm {
|
546
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm {
|
547
547
|
margin-left: auto;
|
548
548
|
}
|
549
549
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
|
550
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
550
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
551
551
|
margin-left: 0;
|
552
552
|
}
|
553
553
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm,
|
554
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm {
|
554
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm {
|
555
555
|
margin-left: 0;
|
556
556
|
}
|
557
557
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
|
558
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
558
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
559
559
|
margin-left: auto;
|
560
560
|
}
|
561
561
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-sm,
|
562
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-sm {
|
562
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-sm {
|
563
563
|
flex-wrap: nowrap;
|
564
564
|
}
|
565
565
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-sm,
|
566
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-sm {
|
566
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-sm {
|
567
567
|
flex-wrap: wrap;
|
568
568
|
}
|
569
569
|
}
|
570
570
|
@media (min-width: 768px) {
|
571
571
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md,
|
572
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md {
|
572
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md {
|
573
573
|
margin-left: auto;
|
574
574
|
}
|
575
575
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
|
576
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
576
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
577
577
|
margin-left: 0;
|
578
578
|
}
|
579
579
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md,
|
580
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md {
|
580
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md {
|
581
581
|
margin-left: 0;
|
582
582
|
}
|
583
583
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
|
584
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
584
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
585
585
|
margin-left: auto;
|
586
586
|
}
|
587
587
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-md,
|
588
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-md {
|
588
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-md {
|
589
589
|
flex-wrap: nowrap;
|
590
590
|
}
|
591
591
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-md,
|
592
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-md {
|
592
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-md {
|
593
593
|
flex-wrap: wrap;
|
594
594
|
}
|
595
595
|
}
|
596
596
|
@media (min-width: 992px) {
|
597
597
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg,
|
598
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg {
|
598
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg {
|
599
599
|
margin-left: auto;
|
600
600
|
}
|
601
601
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
|
602
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
602
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
603
603
|
margin-left: 0;
|
604
604
|
}
|
605
605
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg,
|
606
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg {
|
606
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg {
|
607
607
|
margin-left: 0;
|
608
608
|
}
|
609
609
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
|
610
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
610
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
611
611
|
margin-left: auto;
|
612
612
|
}
|
613
613
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-lg,
|
614
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-lg {
|
614
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-lg {
|
615
615
|
flex-wrap: nowrap;
|
616
616
|
}
|
617
617
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-lg,
|
618
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-lg {
|
618
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-lg {
|
619
619
|
flex-wrap: wrap;
|
620
620
|
}
|
621
621
|
}
|
622
622
|
@media (min-width: 1200px) {
|
623
623
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl,
|
624
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl {
|
624
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl {
|
625
625
|
margin-left: auto;
|
626
626
|
}
|
627
627
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
|
628
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
628
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
629
629
|
margin-left: 0;
|
630
630
|
}
|
631
631
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl,
|
632
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl {
|
632
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl {
|
633
633
|
margin-left: 0;
|
634
634
|
}
|
635
635
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
|
636
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
636
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
637
637
|
margin-left: auto;
|
638
638
|
}
|
639
639
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-xl,
|
640
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-xl {
|
640
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-xl {
|
641
641
|
flex-wrap: nowrap;
|
642
642
|
}
|
643
643
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-xl,
|
644
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-xl {
|
644
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-xl {
|
645
645
|
flex-wrap: wrap;
|
646
646
|
}
|
647
647
|
}
|
648
648
|
@media (min-width: 1450px) {
|
649
649
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl,
|
650
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl {
|
650
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl {
|
651
651
|
margin-left: auto;
|
652
652
|
}
|
653
653
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
|
654
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
654
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
655
655
|
margin-left: 0;
|
656
656
|
}
|
657
657
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl,
|
658
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl {
|
658
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl {
|
659
659
|
margin-left: 0;
|
660
660
|
}
|
661
661
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
|
662
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
662
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
663
663
|
margin-left: auto;
|
664
664
|
}
|
665
665
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-2xl,
|
666
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-2xl {
|
666
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-2xl {
|
667
667
|
flex-wrap: nowrap;
|
668
668
|
}
|
669
669
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-2xl,
|
670
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-2xl {
|
670
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-2xl {
|
671
671
|
flex-wrap: wrap;
|
672
672
|
}
|
673
673
|
}
|
@@ -11,11 +11,12 @@
|
|
11
11
|
--pf-c-tree-view__node--Color: var(--pf-global--Color--100);
|
12
12
|
--pf-c-tree-view__node--m-current--Color: var(--pf-global--link--Color);
|
13
13
|
--pf-c-tree-view__node--m-current--FontWeight: var(--pf-global--FontWeight--bold);
|
14
|
+
--pf-c-tree-view__node--BackgroundColor: transparent;
|
14
15
|
--pf-c-tree-view__node-container--Display: contents;
|
15
16
|
--pf-c-tree-view__node-content--RowGap: var(--pf-global--spacer--sm);
|
16
17
|
--pf-c-tree-view__node-content--Overflow: visible;
|
17
18
|
--pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
18
|
-
--pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--
|
19
|
+
--pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
19
20
|
--pf-c-tree-view__list-item__list-item__node-toggle--Top: var(--pf-c-tree-view__node--PaddingTop--base);
|
20
21
|
--pf-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-c-tree-view__node--PaddingLeft);
|
21
22
|
--pf-c-tree-view__list-item__list-item__node-toggle--TranslateX: -100%;
|
@@ -25,6 +26,7 @@
|
|
25
26
|
--pf-c-tree-view__node-toggle--hover--Color: var(--pf-global--Color--100);
|
26
27
|
--pf-c-tree-view__node-toggle--focus--Color: var(--pf-global--Color--100);
|
27
28
|
--pf-c-tree-view__node-toggle--active--Color: var(--pf-global--Color--100);
|
29
|
+
--pf-c-tree-view__node-toggle--BackgroundColor: transparent;
|
28
30
|
--pf-c-tree-view__list-item--m-expanded__node-toggle--Color: var(--pf-global--Color--100);
|
29
31
|
--pf-c-tree-view__node-toggle-icon--MinWidth: var(--pf-global--FontSize--md);
|
30
32
|
--pf-c-tree-view__node-toggle-icon--Transition: transform var(--pf-global--TransitionDuration) var(--pf-global--TimingFunction);
|
@@ -49,10 +51,6 @@
|
|
49
51
|
--pf-c-tree-view__node-text--max-lines: 1;
|
50
52
|
--pf-c-tree-view__node-title--FontWeight: var(--pf-global--FontWeight--bold);
|
51
53
|
--pf-c-tree-view__action--MarginLeft: var(--pf-global--spacer--md);
|
52
|
-
--pf-c-tree-view__action--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
53
|
-
--pf-c-tree-view__action--Color: var(--pf-global--icon--Color--light);
|
54
|
-
--pf-c-tree-view__action--hover--Color: var(--pf-global--icon--Color--dark);
|
55
|
-
--pf-c-tree-view__action--focus--Color: var(--pf-global--icon--Color--dark);
|
56
54
|
--pf-c-tree-view--m-guides--guide--Left: var(--pf-c-tree-view--m-guides--guide-left--base);
|
57
55
|
--pf-c-tree-view--m-guides--guide-color--base: var(--pf-global--BorderColor--100);
|
58
56
|
--pf-c-tree-view--m-guides--guide-width--base: var(--pf-global--BorderWidth--sm);
|
@@ -250,13 +248,14 @@
|
|
250
248
|
display: flex;
|
251
249
|
padding: var(--pf-c-tree-view__node--PaddingTop) var(--pf-c-tree-view__node--PaddingRight) var(--pf-c-tree-view__node--PaddingBottom) var(--pf-c-tree-view__node--PaddingLeft);
|
252
250
|
color: var(--pf-c-tree-view__node--Color);
|
251
|
+
background-color: var(--pf-c-tree-view__node--BackgroundColor);
|
253
252
|
}
|
254
253
|
.pf-c-tree-view__node.pf-m-current {
|
255
254
|
--pf-c-tree-view__node--Color: var(--pf-c-tree-view__node--m-current--Color);
|
256
255
|
font-weight: var(--pf-c-tree-view__node--m-current--FontWeight);
|
257
256
|
}
|
258
257
|
.pf-c-tree-view__node:focus {
|
259
|
-
|
258
|
+
--pf-c-tree-view__node--BackgroundColor: var(--pf-c-tree-view__node--focus--BackgroundColor);
|
260
259
|
}
|
261
260
|
.pf-c-tree-view__node .pf-c-tree-view__node-count {
|
262
261
|
margin-left: var(--pf-c-tree-view__node-count--MarginLeft);
|
@@ -303,6 +302,7 @@
|
|
303
302
|
margin-top: var(--pf-c-tree-view__node-toggle-button--MarginTop);
|
304
303
|
margin-bottom: var(--pf-c-tree-view__node-toggle-button--MarginBottom);
|
305
304
|
color: var(--pf-c-tree-view__node-toggle--Color);
|
305
|
+
background-color: var(--pf-c-tree-view__node-toggle--BackgroundColor);
|
306
306
|
border: 0;
|
307
307
|
transform: translateX(var(--pf-c-tree-view__list-item__list-item__node-toggle--TranslateX));
|
308
308
|
}
|
@@ -326,6 +326,7 @@
|
|
326
326
|
font-weight: inherit;
|
327
327
|
color: inherit;
|
328
328
|
text-align: left;
|
329
|
+
background-color: transparent;
|
329
330
|
border: 0;
|
330
331
|
}
|
331
332
|
label.pf-c-tree-view__node-text {
|
@@ -357,15 +358,6 @@ label.pf-c-tree-view__node-text {
|
|
357
358
|
|
358
359
|
.pf-c-tree-view__action {
|
359
360
|
margin-left: var(--pf-c-tree-view__action--MarginLeft);
|
360
|
-
color: var(--pf-c-tree-view__action--Color);
|
361
|
-
border: 0;
|
362
|
-
}
|
363
|
-
.pf-c-tree-view__action:hover {
|
364
|
-
--pf-c-tree-view__action--Color: var(--pf-c-tree-view__action--hover--Color);
|
365
|
-
}
|
366
|
-
.pf-c-tree-view__action:focus {
|
367
|
-
--pf-c-tree-view__action--Color: var(--pf-c-tree-view__action--focus--Color);
|
368
|
-
background-color: var(--pf-c-tree-view__action--focus--BackgroundColor);
|
369
361
|
}
|
370
362
|
|
371
363
|
.pf-c-tree-view__list-item .pf-c-tree-view__list-item {
|
@@ -50,6 +50,7 @@
|
|
50
50
|
--pf-c-wizard__description--PaddingTop: var(--pf-global--spacer--sm);
|
51
51
|
--pf-c-wizard__description--Color: var(--pf-global--Color--light-200);
|
52
52
|
--pf-c-wizard__nav-link--Color: var(--pf-global--Color--100);
|
53
|
+
--pf-c-wizard__nav-link--BackgroundColor: transparent;
|
53
54
|
--pf-c-wizard__nav-link--TextDecoration: var(--pf-global--link--TextDecoration);
|
54
55
|
--pf-c-wizard__nav-link--hover--Color: var(--pf-global--link--Color);
|
55
56
|
--pf-c-wizard__nav-link--focus--Color: var(--pf-global--link--Color);
|
@@ -399,6 +400,7 @@
|
|
399
400
|
text-align: left;
|
400
401
|
text-decoration: var(--pf-c-wizard__nav-link--TextDecoration);
|
401
402
|
word-break: break-word;
|
403
|
+
background-color: var(--pf-c-wizard__nav-link--BackgroundColor);
|
402
404
|
border: 0;
|
403
405
|
}
|
404
406
|
.pf-c-wizard__toggle-num, .pf-c-wizard__nav-link::before {
|
@@ -1,3 +1,7 @@
|
|
1
|
-
#ws-core-c-context-selector-basic, #ws-core-c-context-selector-
|
1
|
+
#ws-core-c-context-selector-basic, #ws-core-c-context-selector-plain-with-text {
|
2
2
|
min-height: 380px;
|
3
3
|
}
|
4
|
+
|
5
|
+
#ws-core-c-context-selector-with-footer {
|
6
|
+
min-height: 420px;
|
7
|
+
}
|
@@ -31,11 +31,14 @@
|
|
31
31
|
}
|
32
32
|
|
33
33
|
#ws-core-c-dropdown-with-groups,
|
34
|
-
#ws-core-c-dropdown-with-groups-and-dividers-between-groups
|
35
|
-
#ws-core-c-dropdown-with-groups-and-dividers-between-items {
|
34
|
+
#ws-core-c-dropdown-with-groups-and-dividers-between-groups {
|
36
35
|
min-height: 440px;
|
37
36
|
}
|
38
37
|
|
38
|
+
#ws-core-c-dropdown-with-groups-and-dividers-between-items {
|
39
|
+
min-height: 460px;
|
40
|
+
}
|
41
|
+
|
39
42
|
#ws-core-c-dropdown-dropdown-with-image-and-text .ws-preview-html {
|
40
43
|
min-height: 19rem;
|
41
44
|
}
|
@@ -16,31 +16,31 @@
|
|
16
16
|
}
|
17
17
|
@media (min-width: 576px) {
|
18
18
|
.pf-l-grid > *,
|
19
|
-
.pf-l-grid .pf-l-grid__item {
|
19
|
+
.pf-l-grid .pf-l-grid__item {
|
20
20
|
order: var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order));
|
21
21
|
}
|
22
22
|
}
|
23
23
|
@media (min-width: 768px) {
|
24
24
|
.pf-l-grid > *,
|
25
|
-
.pf-l-grid .pf-l-grid__item {
|
25
|
+
.pf-l-grid .pf-l-grid__item {
|
26
26
|
order: var(--pf-l-grid--item--Order-on-md, var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order)));
|
27
27
|
}
|
28
28
|
}
|
29
29
|
@media (min-width: 992px) {
|
30
30
|
.pf-l-grid > *,
|
31
|
-
.pf-l-grid .pf-l-grid__item {
|
31
|
+
.pf-l-grid .pf-l-grid__item {
|
32
32
|
order: var(--pf-l-grid--item--Order-on-lg, var(--pf-l-grid--item--Order-on-md, var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order))));
|
33
33
|
}
|
34
34
|
}
|
35
35
|
@media (min-width: 1200px) {
|
36
36
|
.pf-l-grid > *,
|
37
|
-
.pf-l-grid .pf-l-grid__item {
|
37
|
+
.pf-l-grid .pf-l-grid__item {
|
38
38
|
order: var(--pf-l-grid--item--Order-on-xl, var(--pf-l-grid--item--Order-on-lg, var(--pf-l-grid--item--Order-on-md, var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order)))));
|
39
39
|
}
|
40
40
|
}
|
41
41
|
@media (min-width: 1450px) {
|
42
42
|
.pf-l-grid > *,
|
43
|
-
.pf-l-grid .pf-l-grid__item {
|
43
|
+
.pf-l-grid .pf-l-grid__item {
|
44
44
|
order: var(--pf-l-grid--item--Order-on-2xl, var(--pf-l-grid--item--Order-on-xl, var(--pf-l-grid--item--Order-on-lg, var(--pf-l-grid--item--Order-on-md, var(--pf-l-grid--item--Order-on-sm, var(--pf-l-grid--item--Order))))));
|
45
45
|
}
|
46
46
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "5.0.0-alpha.
|
3
|
+
"version": "5.0.0-alpha.3",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "5.0.0-alpha.
|
22
|
+
"@patternfly/patternfly": "5.0.0-alpha.18",
|
23
23
|
"camel-case": "^3.0.0",
|
24
24
|
"css": "^2.2.3",
|
25
25
|
"fs-extra": "^6.0.1",
|
@@ -29,5 +29,5 @@
|
|
29
29
|
"typescript": "^4.7.4"
|
30
30
|
},
|
31
31
|
"license": "MIT",
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "ac3634f9fe9522d2101596a3ff299278194acc15"
|
33
33
|
}
|