@patternfly/react-styles 4.74.7 → 4.74.10
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/CHANGELOG.md +24 -0
- package/css/components/AlertGroup/alert-group.css +1 -1
- package/css/components/Button/button.css +1 -1
- package/css/components/Divider/divider.css +12 -12
- package/css/components/Drawer/drawer.css +2 -35
- package/css/components/JumpLinks/jump-links.css +1 -1
- package/css/components/MenuToggle/menu-toggle.css +1 -1
- package/css/components/ProgressStepper/progress-stepper.css +1 -1
- package/css/components/Sidebar/sidebar.css +0 -30
- package/css/components/Spinner/spinner.css +2 -2
- package/css/components/Table/table.css +5 -5
- package/css/components/Tabs/tabs.css +1 -1
- package/css/components/TreeView/tree-view.css +29 -1
- package/css/components/TreeView/tree-view.d.ts +1 -0
- package/css/components/TreeView/tree-view.js +1 -0
- package/css/components/TreeView/tree-view.mjs +1 -0
- package/css/utilities/Alignment/alignment.css +0 -15
- package/css/utilities/BackgroundColor/BackgroundColor.css +0 -75
- package/css/utilities/Display/display.css +0 -40
- package/css/utilities/Flex/flex.css +0 -140
- package/css/utilities/Float/float.css +0 -5
- package/css/utilities/Sizing/sizing.css +48 -198
- package/css/utilities/Text/text.css +0 -210
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,30 @@
|
|
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
|
+
## 4.74.10 (2022-07-08)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## 4.74.9 (2022-07-07)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
## 4.74.8 (2022-07-07)
|
23
|
+
|
24
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
6
30
|
## 4.74.7 (2022-07-07)
|
7
31
|
|
8
32
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -27,7 +27,7 @@
|
|
27
27
|
top: var(--pf-c-alert-group--m-toast--Top);
|
28
28
|
right: var(--pf-c-alert-group--m-toast--Right);
|
29
29
|
z-index: var(--pf-c-alert-group--m-toast--ZIndex);
|
30
|
-
width: calc(100% -
|
30
|
+
width: calc(100% - var(--pf-c-alert-group--m-toast--Right) * 2);
|
31
31
|
max-width: var(--pf-c-alert-group--m-toast--MaxWidth);
|
32
32
|
}
|
33
33
|
|
@@ -469,7 +469,7 @@
|
|
469
469
|
transform: translate(var(--pf-c-button__progress--TranslateX), var(--pf-c-button__progress--TranslateY));
|
470
470
|
}
|
471
471
|
.pf-c-button__progress .pf-c-spinner {
|
472
|
-
--pf-c-spinner--Color:
|
472
|
+
--pf-c-spinner--Color: currentcolor;
|
473
473
|
}
|
474
474
|
|
475
475
|
.pf-m-overpass-font .pf-c-button {
|
@@ -95,7 +95,7 @@
|
|
95
95
|
border: 0;
|
96
96
|
}
|
97
97
|
.pf-c-divider::after {
|
98
|
-
flex-basis: calc(
|
98
|
+
flex-basis: calc(var(--pf-c-divider--after--FlexBasis) - var(--pf-c-divider--after--Inset) * 2);
|
99
99
|
}
|
100
100
|
.pf-c-divider::after {
|
101
101
|
align-self: stretch;
|
@@ -114,7 +114,7 @@
|
|
114
114
|
height: inherit;
|
115
115
|
}
|
116
116
|
.pf-c-divider.pf-m-vertical::after {
|
117
|
-
flex-basis: calc(
|
117
|
+
flex-basis: calc(var(--pf-c-divider--m-vertical--after--FlexBasis) - var(--pf-c-divider--after--Inset));
|
118
118
|
}
|
119
119
|
.pf-c-divider.pf-m-inset-none {
|
120
120
|
--pf-c-divider--after--Inset: 0%;
|
@@ -150,7 +150,7 @@
|
|
150
150
|
height: auto;
|
151
151
|
}
|
152
152
|
.pf-c-divider.pf-m-horizontal-on-sm::after {
|
153
|
-
flex-basis: calc(
|
153
|
+
flex-basis: calc(var(--pf-c-divider--after--FlexBasis) - var(--pf-c-divider--after--Inset) * 2);
|
154
154
|
}
|
155
155
|
}
|
156
156
|
@media (min-width: 576px) {
|
@@ -163,7 +163,7 @@
|
|
163
163
|
height: inherit;
|
164
164
|
}
|
165
165
|
.pf-c-divider.pf-m-vertical-on-sm::after {
|
166
|
-
flex-basis: calc(
|
166
|
+
flex-basis: calc(var(--pf-c-divider--m-vertical--after--FlexBasis) - var(--pf-c-divider--after--Inset));
|
167
167
|
}
|
168
168
|
}
|
169
169
|
@media (min-width: 576px) {
|
@@ -202,7 +202,7 @@
|
|
202
202
|
height: auto;
|
203
203
|
}
|
204
204
|
.pf-c-divider.pf-m-horizontal-on-md::after {
|
205
|
-
flex-basis: calc(
|
205
|
+
flex-basis: calc(var(--pf-c-divider--after--FlexBasis) - var(--pf-c-divider--after--Inset) * 2);
|
206
206
|
}
|
207
207
|
}
|
208
208
|
@media (min-width: 768px) {
|
@@ -215,7 +215,7 @@
|
|
215
215
|
height: inherit;
|
216
216
|
}
|
217
217
|
.pf-c-divider.pf-m-vertical-on-md::after {
|
218
|
-
flex-basis: calc(
|
218
|
+
flex-basis: calc(var(--pf-c-divider--m-vertical--after--FlexBasis) - var(--pf-c-divider--after--Inset));
|
219
219
|
}
|
220
220
|
}
|
221
221
|
@media (min-width: 768px) {
|
@@ -254,7 +254,7 @@
|
|
254
254
|
height: auto;
|
255
255
|
}
|
256
256
|
.pf-c-divider.pf-m-horizontal-on-lg::after {
|
257
|
-
flex-basis: calc(
|
257
|
+
flex-basis: calc(var(--pf-c-divider--after--FlexBasis) - var(--pf-c-divider--after--Inset) * 2);
|
258
258
|
}
|
259
259
|
}
|
260
260
|
@media (min-width: 992px) {
|
@@ -267,7 +267,7 @@
|
|
267
267
|
height: inherit;
|
268
268
|
}
|
269
269
|
.pf-c-divider.pf-m-vertical-on-lg::after {
|
270
|
-
flex-basis: calc(
|
270
|
+
flex-basis: calc(var(--pf-c-divider--m-vertical--after--FlexBasis) - var(--pf-c-divider--after--Inset));
|
271
271
|
}
|
272
272
|
}
|
273
273
|
@media (min-width: 992px) {
|
@@ -306,7 +306,7 @@
|
|
306
306
|
height: auto;
|
307
307
|
}
|
308
308
|
.pf-c-divider.pf-m-horizontal-on-xl::after {
|
309
|
-
flex-basis: calc(
|
309
|
+
flex-basis: calc(var(--pf-c-divider--after--FlexBasis) - var(--pf-c-divider--after--Inset) * 2);
|
310
310
|
}
|
311
311
|
}
|
312
312
|
@media (min-width: 1200px) {
|
@@ -319,7 +319,7 @@
|
|
319
319
|
height: inherit;
|
320
320
|
}
|
321
321
|
.pf-c-divider.pf-m-vertical-on-xl::after {
|
322
|
-
flex-basis: calc(
|
322
|
+
flex-basis: calc(var(--pf-c-divider--m-vertical--after--FlexBasis) - var(--pf-c-divider--after--Inset));
|
323
323
|
}
|
324
324
|
}
|
325
325
|
@media (min-width: 1200px) {
|
@@ -358,7 +358,7 @@
|
|
358
358
|
height: auto;
|
359
359
|
}
|
360
360
|
.pf-c-divider.pf-m-horizontal-on-2xl::after {
|
361
|
-
flex-basis: calc(
|
361
|
+
flex-basis: calc(var(--pf-c-divider--after--FlexBasis) - var(--pf-c-divider--after--Inset) * 2);
|
362
362
|
}
|
363
363
|
}
|
364
364
|
@media (min-width: 1450px) {
|
@@ -371,7 +371,7 @@
|
|
371
371
|
height: inherit;
|
372
372
|
}
|
373
373
|
.pf-c-divider.pf-m-vertical-on-2xl::after {
|
374
|
-
flex-basis: calc(
|
374
|
+
flex-basis: calc(var(--pf-c-divider--m-vertical--after--FlexBasis) - var(--pf-c-divider--after--Inset));
|
375
375
|
}
|
376
376
|
}
|
377
377
|
@media (min-width: 1450px) {
|
@@ -89,8 +89,8 @@
|
|
89
89
|
--pf-c-drawer__splitter-handle--after--Height: 0.25rem;
|
90
90
|
--pf-c-drawer__splitter--m-vertical__splitter-handle--after--Width: 0.25rem;
|
91
91
|
--pf-c-drawer__splitter--m-vertical__splitter-handle--after--Height: 0.75rem;
|
92
|
-
--pf-c-drawer__actions--MarginTop: calc(var(pf-global--spacer--form-element) * -1);
|
93
|
-
--pf-c-drawer__actions--MarginRight: calc(var(pf-global--spacer--form-element) * -1);
|
92
|
+
--pf-c-drawer__actions--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
|
93
|
+
--pf-c-drawer__actions--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
|
94
94
|
--pf-c-drawer__panel--BoxShadow: none;
|
95
95
|
--pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-global--BoxShadow--lg-left);
|
96
96
|
--pf-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-global--BoxShadow--lg-right);
|
@@ -381,7 +381,6 @@
|
|
381
381
|
.pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__panel-main {
|
382
382
|
flex-shrink: 1;
|
383
383
|
}
|
384
|
-
|
385
384
|
.pf-c-drawer.pf-m-panel-left {
|
386
385
|
--pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-c-drawer--m-expanded--m-panel-left__panel--BoxShadow);
|
387
386
|
}
|
@@ -402,7 +401,6 @@
|
|
402
401
|
--pf-c-drawer__splitter--after--BorderLeftWidth: var(--pf-c-drawer--m-panel-left__splitter--after--BorderLeftWidth);
|
403
402
|
order: 1;
|
404
403
|
}
|
405
|
-
|
406
404
|
.pf-c-drawer.pf-m-panel-bottom {
|
407
405
|
--pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow);
|
408
406
|
--pf-c-drawer__panel--MaxHeight: 100%;
|
@@ -431,7 +429,6 @@
|
|
431
429
|
--pf-c-drawer__splitter--after--BorderRightWidth: 0;
|
432
430
|
--pf-c-drawer__splitter--after--BorderBottomWidth: var(--pf-c-drawer--m-panel-bottom__splitter--after--BorderBottomWidth);
|
433
431
|
}
|
434
|
-
|
435
432
|
.pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
|
436
433
|
--pf-c-drawer__splitter--m-vertical--Width: var(--pf-c-drawer--m-inline__splitter--m-vertical--Width);
|
437
434
|
--pf-c-drawer__splitter-handle--Left: var(--pf-c-drawer--m-inline__splitter-handle--Left);
|
@@ -446,12 +443,10 @@
|
|
446
443
|
--pf-c-drawer__splitter--after--BorderRightWidth: 0;
|
447
444
|
--pf-c-drawer__splitter--after--BorderLeftWidth: 0;
|
448
445
|
}
|
449
|
-
|
450
446
|
.pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border,
|
451
447
|
.pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border {
|
452
448
|
--pf-c-drawer--m-expanded__panel--BoxShadow: none;
|
453
449
|
}
|
454
|
-
|
455
450
|
.pf-c-drawer__splitter {
|
456
451
|
display: block;
|
457
452
|
visibility: visible;
|
@@ -461,23 +456,18 @@
|
|
461
456
|
.pf-c-drawer__panel.pf-m-width-25 {
|
462
457
|
--pf-c-drawer__panel--md--FlexBasis: 25%;
|
463
458
|
}
|
464
|
-
|
465
459
|
.pf-c-drawer__panel.pf-m-width-33 {
|
466
460
|
--pf-c-drawer__panel--md--FlexBasis: 33%;
|
467
461
|
}
|
468
|
-
|
469
462
|
.pf-c-drawer__panel.pf-m-width-50 {
|
470
463
|
--pf-c-drawer__panel--md--FlexBasis: 50%;
|
471
464
|
}
|
472
|
-
|
473
465
|
.pf-c-drawer__panel.pf-m-width-66 {
|
474
466
|
--pf-c-drawer__panel--md--FlexBasis: 66%;
|
475
467
|
}
|
476
|
-
|
477
468
|
.pf-c-drawer__panel.pf-m-width-75 {
|
478
469
|
--pf-c-drawer__panel--md--FlexBasis: 75%;
|
479
470
|
}
|
480
|
-
|
481
471
|
.pf-c-drawer__panel.pf-m-width-100 {
|
482
472
|
--pf-c-drawer__panel--md--FlexBasis: 100%;
|
483
473
|
}
|
@@ -486,23 +476,18 @@
|
|
486
476
|
.pf-c-drawer__panel.pf-m-width-25-on-lg {
|
487
477
|
--pf-c-drawer__panel--md--FlexBasis: 25%;
|
488
478
|
}
|
489
|
-
|
490
479
|
.pf-c-drawer__panel.pf-m-width-33-on-lg {
|
491
480
|
--pf-c-drawer__panel--md--FlexBasis: 33%;
|
492
481
|
}
|
493
|
-
|
494
482
|
.pf-c-drawer__panel.pf-m-width-50-on-lg {
|
495
483
|
--pf-c-drawer__panel--md--FlexBasis: 50%;
|
496
484
|
}
|
497
|
-
|
498
485
|
.pf-c-drawer__panel.pf-m-width-66-on-lg {
|
499
486
|
--pf-c-drawer__panel--md--FlexBasis: 66%;
|
500
487
|
}
|
501
|
-
|
502
488
|
.pf-c-drawer__panel.pf-m-width-75-on-lg {
|
503
489
|
--pf-c-drawer__panel--md--FlexBasis: 75%;
|
504
490
|
}
|
505
|
-
|
506
491
|
.pf-c-drawer__panel.pf-m-width-100-on-lg {
|
507
492
|
--pf-c-drawer__panel--md--FlexBasis: 100%;
|
508
493
|
}
|
@@ -511,23 +496,18 @@
|
|
511
496
|
.pf-c-drawer__panel.pf-m-width-25-on-xl {
|
512
497
|
--pf-c-drawer__panel--md--FlexBasis: 25%;
|
513
498
|
}
|
514
|
-
|
515
499
|
.pf-c-drawer__panel.pf-m-width-33-on-xl {
|
516
500
|
--pf-c-drawer__panel--md--FlexBasis: 33%;
|
517
501
|
}
|
518
|
-
|
519
502
|
.pf-c-drawer__panel.pf-m-width-50-on-xl {
|
520
503
|
--pf-c-drawer__panel--md--FlexBasis: 50%;
|
521
504
|
}
|
522
|
-
|
523
505
|
.pf-c-drawer__panel.pf-m-width-66-on-xl {
|
524
506
|
--pf-c-drawer__panel--md--FlexBasis: 66%;
|
525
507
|
}
|
526
|
-
|
527
508
|
.pf-c-drawer__panel.pf-m-width-75-on-xl {
|
528
509
|
--pf-c-drawer__panel--md--FlexBasis: 75%;
|
529
510
|
}
|
530
|
-
|
531
511
|
.pf-c-drawer__panel.pf-m-width-100-on-xl {
|
532
512
|
--pf-c-drawer__panel--md--FlexBasis: 100%;
|
533
513
|
}
|
@@ -536,23 +516,18 @@
|
|
536
516
|
.pf-c-drawer__panel.pf-m-width-25-on-2xl {
|
537
517
|
--pf-c-drawer__panel--md--FlexBasis: 25%;
|
538
518
|
}
|
539
|
-
|
540
519
|
.pf-c-drawer__panel.pf-m-width-33-on-2xl {
|
541
520
|
--pf-c-drawer__panel--md--FlexBasis: 33%;
|
542
521
|
}
|
543
|
-
|
544
522
|
.pf-c-drawer__panel.pf-m-width-50-on-2xl {
|
545
523
|
--pf-c-drawer__panel--md--FlexBasis: 50%;
|
546
524
|
}
|
547
|
-
|
548
525
|
.pf-c-drawer__panel.pf-m-width-66-on-2xl {
|
549
526
|
--pf-c-drawer__panel--md--FlexBasis: 66%;
|
550
527
|
}
|
551
|
-
|
552
528
|
.pf-c-drawer__panel.pf-m-width-75-on-2xl {
|
553
529
|
--pf-c-drawer__panel--md--FlexBasis: 75%;
|
554
530
|
}
|
555
|
-
|
556
531
|
.pf-c-drawer__panel.pf-m-width-100-on-2xl {
|
557
532
|
--pf-c-drawer__panel--md--FlexBasis: 100%;
|
558
533
|
}
|
@@ -570,7 +545,6 @@
|
|
570
545
|
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
571
546
|
background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
|
572
547
|
}
|
573
|
-
|
574
548
|
.pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__content {
|
575
549
|
overflow-x: auto;
|
576
550
|
}
|
@@ -607,7 +581,6 @@
|
|
607
581
|
margin-bottom: 0;
|
608
582
|
transform: translateY(0);
|
609
583
|
}
|
610
|
-
|
611
584
|
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
|
612
585
|
transform: translateX(0);
|
613
586
|
}
|
@@ -636,7 +609,6 @@
|
|
636
609
|
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
637
610
|
background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
|
638
611
|
}
|
639
|
-
|
640
612
|
.pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__content {
|
641
613
|
overflow-x: auto;
|
642
614
|
}
|
@@ -673,7 +645,6 @@
|
|
673
645
|
margin-bottom: 0;
|
674
646
|
transform: translateY(0);
|
675
647
|
}
|
676
|
-
|
677
648
|
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
|
678
649
|
transform: translateX(0);
|
679
650
|
}
|
@@ -702,7 +673,6 @@
|
|
702
673
|
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
703
674
|
background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
|
704
675
|
}
|
705
|
-
|
706
676
|
.pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__content {
|
707
677
|
overflow-x: auto;
|
708
678
|
}
|
@@ -739,7 +709,6 @@
|
|
739
709
|
margin-bottom: 0;
|
740
710
|
transform: translateY(0);
|
741
711
|
}
|
742
|
-
|
743
712
|
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
|
744
713
|
transform: translateX(0);
|
745
714
|
}
|
@@ -768,7 +737,6 @@
|
|
768
737
|
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
|
769
738
|
background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
|
770
739
|
}
|
771
|
-
|
772
740
|
.pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content {
|
773
741
|
overflow-x: auto;
|
774
742
|
}
|
@@ -805,7 +773,6 @@
|
|
805
773
|
margin-bottom: 0;
|
806
774
|
transform: translateY(0);
|
807
775
|
}
|
808
|
-
|
809
776
|
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
|
810
777
|
transform: translateX(0);
|
811
778
|
}
|
@@ -51,7 +51,7 @@
|
|
51
51
|
--pf-c-jump-links__toggle--MarginLeft: calc(-1 * var(--pf-global--spacer--md));
|
52
52
|
--pf-c-jump-links__toggle--Display: none;
|
53
53
|
--pf-c-jump-links__toggle--Visibility: hidden;
|
54
|
-
--pf-c-jump-links__toggle-icon--Color:
|
54
|
+
--pf-c-jump-links__toggle-icon--Color: currentcolor;
|
55
55
|
--pf-c-jump-links__toggle-icon--Transition: var(--pf-global--Transition);
|
56
56
|
--pf-c-jump-links__toggle-icon--Rotate: 0;
|
57
57
|
--pf-c-jump-links--m-expanded__toggle-icon--Color: var(--pf-global--Color--100);
|
@@ -269,7 +269,7 @@
|
|
269
269
|
.pf-c-menu-toggle.pf-m-split-button > .pf-c-check {
|
270
270
|
--pf-c-menu-toggle--PaddingRight: 0;
|
271
271
|
--pf-c-check__input--MarginTop: 0;
|
272
|
-
--pf-c-check__label--Color:
|
272
|
+
--pf-c-check__label--Color: currentcolor;
|
273
273
|
align-items: center;
|
274
274
|
align-self: stretch;
|
275
275
|
}
|
@@ -284,7 +284,7 @@
|
|
284
284
|
.pf-c-progress-stepper__step:not(:last-of-type) > .pf-c-progress-stepper__step-main::before {
|
285
285
|
position: absolute;
|
286
286
|
top: calc(100% + var(--pf-c-progress-stepper__step-main--MarginTop));
|
287
|
-
left: calc(50% -
|
287
|
+
left: calc(50% - var(--pf-c-progress-stepper__step-connector--before--BorderRightWidth) / 2);
|
288
288
|
width: auto;
|
289
289
|
height: calc(var(--pf-c-progress-stepper__step-main--MarginTop) + var(--pf-c-progress-stepper__step-main--MarginBottom));
|
290
290
|
border-right: var(--pf-c-progress-stepper__step-connector--before--BorderRightWidth) solid var(--pf-c-progress-stepper__step-connector--before--BorderRightColor);
|
@@ -172,27 +172,21 @@
|
|
172
172
|
.pf-c-sidebar__panel.pf-m-width-default-on-sm {
|
173
173
|
--pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--FlexBasis--base);
|
174
174
|
}
|
175
|
-
|
176
175
|
.pf-c-sidebar__panel.pf-m-width-25-on-sm {
|
177
176
|
--pf-c-sidebar__panel--FlexBasis: 25%;
|
178
177
|
}
|
179
|
-
|
180
178
|
.pf-c-sidebar__panel.pf-m-width-33-on-sm {
|
181
179
|
--pf-c-sidebar__panel--FlexBasis: 33%;
|
182
180
|
}
|
183
|
-
|
184
181
|
.pf-c-sidebar__panel.pf-m-width-50-on-sm {
|
185
182
|
--pf-c-sidebar__panel--FlexBasis: 50%;
|
186
183
|
}
|
187
|
-
|
188
184
|
.pf-c-sidebar__panel.pf-m-width-66-on-sm {
|
189
185
|
--pf-c-sidebar__panel--FlexBasis: 66%;
|
190
186
|
}
|
191
|
-
|
192
187
|
.pf-c-sidebar__panel.pf-m-width-75-on-sm {
|
193
188
|
--pf-c-sidebar__panel--FlexBasis: 75%;
|
194
189
|
}
|
195
|
-
|
196
190
|
.pf-c-sidebar__panel.pf-m-width-100-on-sm {
|
197
191
|
--pf-c-sidebar__panel--FlexBasis: 100%;
|
198
192
|
}
|
@@ -201,27 +195,21 @@
|
|
201
195
|
.pf-c-sidebar__panel.pf-m-width-default-on-md {
|
202
196
|
--pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--FlexBasis--base);
|
203
197
|
}
|
204
|
-
|
205
198
|
.pf-c-sidebar__panel.pf-m-width-25-on-md {
|
206
199
|
--pf-c-sidebar__panel--FlexBasis: 25%;
|
207
200
|
}
|
208
|
-
|
209
201
|
.pf-c-sidebar__panel.pf-m-width-33-on-md {
|
210
202
|
--pf-c-sidebar__panel--FlexBasis: 33%;
|
211
203
|
}
|
212
|
-
|
213
204
|
.pf-c-sidebar__panel.pf-m-width-50-on-md {
|
214
205
|
--pf-c-sidebar__panel--FlexBasis: 50%;
|
215
206
|
}
|
216
|
-
|
217
207
|
.pf-c-sidebar__panel.pf-m-width-66-on-md {
|
218
208
|
--pf-c-sidebar__panel--FlexBasis: 66%;
|
219
209
|
}
|
220
|
-
|
221
210
|
.pf-c-sidebar__panel.pf-m-width-75-on-md {
|
222
211
|
--pf-c-sidebar__panel--FlexBasis: 75%;
|
223
212
|
}
|
224
|
-
|
225
213
|
.pf-c-sidebar__panel.pf-m-width-100-on-md {
|
226
214
|
--pf-c-sidebar__panel--FlexBasis: 100%;
|
227
215
|
}
|
@@ -230,27 +218,21 @@
|
|
230
218
|
.pf-c-sidebar__panel.pf-m-width-default-on-lg {
|
231
219
|
--pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--FlexBasis--base);
|
232
220
|
}
|
233
|
-
|
234
221
|
.pf-c-sidebar__panel.pf-m-width-25-on-lg {
|
235
222
|
--pf-c-sidebar__panel--FlexBasis: 25%;
|
236
223
|
}
|
237
|
-
|
238
224
|
.pf-c-sidebar__panel.pf-m-width-33-on-lg {
|
239
225
|
--pf-c-sidebar__panel--FlexBasis: 33%;
|
240
226
|
}
|
241
|
-
|
242
227
|
.pf-c-sidebar__panel.pf-m-width-50-on-lg {
|
243
228
|
--pf-c-sidebar__panel--FlexBasis: 50%;
|
244
229
|
}
|
245
|
-
|
246
230
|
.pf-c-sidebar__panel.pf-m-width-66-on-lg {
|
247
231
|
--pf-c-sidebar__panel--FlexBasis: 66%;
|
248
232
|
}
|
249
|
-
|
250
233
|
.pf-c-sidebar__panel.pf-m-width-75-on-lg {
|
251
234
|
--pf-c-sidebar__panel--FlexBasis: 75%;
|
252
235
|
}
|
253
|
-
|
254
236
|
.pf-c-sidebar__panel.pf-m-width-100-on-lg {
|
255
237
|
--pf-c-sidebar__panel--FlexBasis: 100%;
|
256
238
|
}
|
@@ -259,27 +241,21 @@
|
|
259
241
|
.pf-c-sidebar__panel.pf-m-width-default-on-xl {
|
260
242
|
--pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--FlexBasis--base);
|
261
243
|
}
|
262
|
-
|
263
244
|
.pf-c-sidebar__panel.pf-m-width-25-on-xl {
|
264
245
|
--pf-c-sidebar__panel--FlexBasis: 25%;
|
265
246
|
}
|
266
|
-
|
267
247
|
.pf-c-sidebar__panel.pf-m-width-33-on-xl {
|
268
248
|
--pf-c-sidebar__panel--FlexBasis: 33%;
|
269
249
|
}
|
270
|
-
|
271
250
|
.pf-c-sidebar__panel.pf-m-width-50-on-xl {
|
272
251
|
--pf-c-sidebar__panel--FlexBasis: 50%;
|
273
252
|
}
|
274
|
-
|
275
253
|
.pf-c-sidebar__panel.pf-m-width-66-on-xl {
|
276
254
|
--pf-c-sidebar__panel--FlexBasis: 66%;
|
277
255
|
}
|
278
|
-
|
279
256
|
.pf-c-sidebar__panel.pf-m-width-75-on-xl {
|
280
257
|
--pf-c-sidebar__panel--FlexBasis: 75%;
|
281
258
|
}
|
282
|
-
|
283
259
|
.pf-c-sidebar__panel.pf-m-width-100-on-xl {
|
284
260
|
--pf-c-sidebar__panel--FlexBasis: 100%;
|
285
261
|
}
|
@@ -288,27 +264,21 @@
|
|
288
264
|
.pf-c-sidebar__panel.pf-m-width-default-on-2xl {
|
289
265
|
--pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--FlexBasis--base);
|
290
266
|
}
|
291
|
-
|
292
267
|
.pf-c-sidebar__panel.pf-m-width-25-on-2xl {
|
293
268
|
--pf-c-sidebar__panel--FlexBasis: 25%;
|
294
269
|
}
|
295
|
-
|
296
270
|
.pf-c-sidebar__panel.pf-m-width-33-on-2xl {
|
297
271
|
--pf-c-sidebar__panel--FlexBasis: 33%;
|
298
272
|
}
|
299
|
-
|
300
273
|
.pf-c-sidebar__panel.pf-m-width-50-on-2xl {
|
301
274
|
--pf-c-sidebar__panel--FlexBasis: 50%;
|
302
275
|
}
|
303
|
-
|
304
276
|
.pf-c-sidebar__panel.pf-m-width-66-on-2xl {
|
305
277
|
--pf-c-sidebar__panel--FlexBasis: 66%;
|
306
278
|
}
|
307
|
-
|
308
279
|
.pf-c-sidebar__panel.pf-m-width-75-on-2xl {
|
309
280
|
--pf-c-sidebar__panel--FlexBasis: 75%;
|
310
281
|
}
|
311
|
-
|
312
282
|
.pf-c-sidebar__panel.pf-m-width-100-on-2xl {
|
313
283
|
--pf-c-sidebar__panel--FlexBasis: 100%;
|
314
284
|
}
|
@@ -101,7 +101,7 @@ span.pf-c-spinner {
|
|
101
101
|
}
|
102
102
|
.pf-c-spinner__lead-ball::after {
|
103
103
|
position: absolute;
|
104
|
-
top: calc(50% -
|
104
|
+
top: calc(50% - var(--pf-c-spinner__ball--after--Height) / 2);
|
105
105
|
right: 0;
|
106
106
|
width: var(--pf-c-spinner__ball--after--Width);
|
107
107
|
height: var(--pf-c-spinner__ball--after--Height);
|
@@ -132,7 +132,7 @@ span.pf-c-spinner {
|
|
132
132
|
}
|
133
133
|
.pf-c-spinner__tail-ball::after {
|
134
134
|
position: absolute;
|
135
|
-
top: calc(50% -
|
135
|
+
top: calc(50% - var(--pf-c-spinner__ball--after--Height) / 2);
|
136
136
|
right: 0;
|
137
137
|
width: var(--pf-c-spinner__ball--after--Width);
|
138
138
|
height: var(--pf-c-spinner__ball--after--Height);
|
@@ -180,10 +180,10 @@
|
|
180
180
|
--pf-c-table__sort__button--Color: var(--pf-global--Color--100);
|
181
181
|
--pf-c-table__sort--m-selected__button--Color: var(--pf-global--active-color--100);
|
182
182
|
--pf-c-table__sort--m-help--MinWidth: 15ch;
|
183
|
-
--pf-c-table__sort__button__text--Color:
|
184
|
-
--pf-c-table__sort__button--hover__text--Color:
|
185
|
-
--pf-c-table__sort__button--focus__text--Color:
|
186
|
-
--pf-c-table__sort__button--active__text--Color:
|
183
|
+
--pf-c-table__sort__button__text--Color: currentcolor;
|
184
|
+
--pf-c-table__sort__button--hover__text--Color: currentcolor;
|
185
|
+
--pf-c-table__sort__button--focus__text--Color: currentcolor;
|
186
|
+
--pf-c-table__sort__button--active__text--Color: currentcolor;
|
187
187
|
--pf-c-table__sort-indicator--Color: var(--pf-global--disabled-color--200);
|
188
188
|
--pf-c-table__sort-indicator--MarginLeft: var(--pf-global--spacer--md);
|
189
189
|
--pf-c-table__sort--m-selected__sort-indicator--Color: var(--pf-global--active-color--100);
|
@@ -906,7 +906,7 @@
|
|
906
906
|
--pf-c-table__sort__button--hover__text--Color: var(--pf-c-table__sort--m-favorite__button--hover__text--Color);
|
907
907
|
--pf-c-table__sort__button--focus__text--Color: var(--pf-c-table__sort--m-favorite__button--focus__text--Color);
|
908
908
|
--pf-c-table__sort__button--active__text--Color: var(--pf-c-table__sort--m-favorite__button--active__text--Color);
|
909
|
-
--pf-c-table__sort--m-selected__button__text--Color:
|
909
|
+
--pf-c-table__sort--m-selected__button__text--Color: currentcolor;
|
910
910
|
}
|
911
911
|
|
912
912
|
.pf-c-table__sort-indicator {
|
@@ -97,7 +97,7 @@
|
|
97
97
|
--pf-c-tabs__toggle--Visibility: hidden;
|
98
98
|
--pf-c-tabs__toggle--MarginBottom: 0;
|
99
99
|
--pf-c-tabs--m-expanded__toggle--MarginBottom: var(--pf-global--spacer--md);
|
100
|
-
--pf-c-tabs__toggle-icon--Color:
|
100
|
+
--pf-c-tabs__toggle-icon--Color: currentcolor;
|
101
101
|
--pf-c-tabs__toggle-icon--Transition: var(--pf-global--Transition);
|
102
102
|
--pf-c-tabs__toggle-icon--Rotate: 0;
|
103
103
|
--pf-c-tabs__toggle-text--MarginLeft: 0;
|
@@ -20,8 +20,14 @@
|
|
20
20
|
--pf-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-c-tree-view__node--PaddingLeft);
|
21
21
|
--pf-c-tree-view__list-item__list-item__node-toggle--TranslateX: -100%;
|
22
22
|
--pf-c-tree-view__node-toggle--Position: absolute;
|
23
|
+
--pf-c-tree-view__node-toggle--Color--base: var(--pf-global--Color--200);
|
24
|
+
--pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--Color--base);
|
25
|
+
--pf-c-tree-view__node-toggle--hover--Color: var(--pf-global--Color--100);
|
26
|
+
--pf-c-tree-view__node-toggle--focus--Color: var(--pf-global--Color--100);
|
27
|
+
--pf-c-tree-view__node-toggle--active--Color: var(--pf-global--Color--100);
|
28
|
+
--pf-c-tree-view__list-item--m-expanded__node-toggle--Color: var(--pf-global--Color--100);
|
23
29
|
--pf-c-tree-view__node-toggle-icon--MinWidth: var(--pf-global--FontSize--md);
|
24
|
-
--pf-c-tree-view__node-toggle-icon--Transition: var(--pf-global--
|
30
|
+
--pf-c-tree-view__node-toggle-icon--Transition: transform var(--pf-global--TransitionDuration) var(--pf-global--TimingFunction);
|
25
31
|
--pf-c-tree-view__node-toggle-button--PaddingTop: var(--pf-global--spacer--form-element);
|
26
32
|
--pf-c-tree-view__node-toggle-button--PaddingRight: var(--pf-global--spacer--md);
|
27
33
|
--pf-c-tree-view__node-toggle-button--PaddingBottom: var(--pf-global--spacer--form-element);
|
@@ -222,8 +228,10 @@
|
|
222
228
|
|
223
229
|
.pf-c-tree-view__list-item .pf-c-tree-view__list-item {
|
224
230
|
--pf-c-tree-view__node-toggle-icon--Rotate: var(--pf-c-tree-view__node-toggle-icon--base--Rotate);
|
231
|
+
--pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--Color--base);
|
225
232
|
}
|
226
233
|
.pf-c-tree-view__list-item.pf-m-expanded {
|
234
|
+
--pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__list-item--m-expanded__node-toggle--Color);
|
227
235
|
--pf-c-tree-view__node-toggle-icon--Rotate: var(--pf-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate);
|
228
236
|
}
|
229
237
|
|
@@ -256,6 +264,21 @@
|
|
256
264
|
.pf-c-tree-view__node .pf-c-tree-view__node-count .pf-c-badge.pf-m-read {
|
257
265
|
--pf-c-badge--m-read--BackgroundColor: var(--pf-c-tree-view__node-count--c-badge--m-read--BackgroundColor);
|
258
266
|
}
|
267
|
+
.pf-c-tree-view__node.pf-m-selectable .pf-c-tree-view__node-toggle {
|
268
|
+
--pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--Color--base);
|
269
|
+
}
|
270
|
+
.pf-c-tree-view__node:hover,
|
271
|
+
.pf-c-tree-view__node .pf-c-tree-view__node-toggle:hover {
|
272
|
+
--pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--hover__icon--Color);
|
273
|
+
}
|
274
|
+
.pf-c-tree-view__node:focus,
|
275
|
+
.pf-c-tree-view__node .pf-c-tree-view__node-toggle:focus {
|
276
|
+
--pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--focus__icon--Color);
|
277
|
+
}
|
278
|
+
.pf-c-tree-view__node:active,
|
279
|
+
.pf-c-tree-view__node .pf-c-tree-view__node-toggle:active {
|
280
|
+
--pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--active__icon--Color);
|
281
|
+
}
|
259
282
|
|
260
283
|
.pf-c-tree-view__node-container {
|
261
284
|
display: var(--pf-c-tree-view__node-container--Display);
|
@@ -285,6 +308,7 @@
|
|
285
308
|
padding: var(--pf-c-tree-view__node-toggle-button--PaddingTop) var(--pf-c-tree-view__node-toggle-button--PaddingRight) var(--pf-c-tree-view__node-toggle-button--PaddingBottom) var(--pf-c-tree-view__node-toggle-button--PaddingLeft);
|
286
309
|
margin-top: var(--pf-c-tree-view__node-toggle-button--MarginTop);
|
287
310
|
margin-bottom: var(--pf-c-tree-view__node-toggle-button--MarginBottom);
|
311
|
+
color: var(--pf-c-tree-view__node-toggle--Color);
|
288
312
|
border: 0;
|
289
313
|
transform: translateX(var(--pf-c-tree-view__list-item__list-item__node-toggle--TranslateX));
|
290
314
|
}
|
@@ -304,6 +328,10 @@
|
|
304
328
|
white-space: nowrap;
|
305
329
|
}
|
306
330
|
|
331
|
+
label.pf-c-tree-view__node-text {
|
332
|
+
cursor: pointer;
|
333
|
+
}
|
334
|
+
|
307
335
|
.pf-c-tree-view__node-title {
|
308
336
|
font-weight: var(--pf-c-tree-view__node-title--FontWeight);
|
309
337
|
}
|