@rh-support/cases 1.0.38 → 1.0.39
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/lib/esm/css/caseList.css +25 -14
- package/package.json +4 -4
package/lib/esm/css/caseList.css
CHANGED
|
@@ -467,37 +467,46 @@
|
|
|
467
467
|
.filter-group .pf-c-select__toggle {
|
|
468
468
|
--pf-c-select__toggle-text--Color: var(--pf-c-select__toggle--m-placeholder__toggle-text--Color) !important;
|
|
469
469
|
}
|
|
470
|
-
@media (min-width: 770px) {
|
|
471
|
-
/* Checkbox Header */
|
|
472
|
-
.case-list-table thead > tr > :nth-child(1) {
|
|
473
|
-
position: sticky;
|
|
474
|
-
background-color: white;
|
|
475
|
-
left: 0px;
|
|
476
|
-
z-index: 1;
|
|
477
|
-
}
|
|
478
470
|
|
|
479
|
-
|
|
471
|
+
@media (min-width: 770px) {
|
|
472
|
+
/* Checkbox */
|
|
473
|
+
.case-list-table thead > tr > :nth-child(1),
|
|
480
474
|
.case-list-table tbody > tr > :nth-child(1) {
|
|
481
475
|
position: sticky;
|
|
482
476
|
background-color: white;
|
|
483
477
|
left: 0px;
|
|
484
478
|
z-index: 1;
|
|
479
|
+
background-clip: padding-box;
|
|
485
480
|
}
|
|
486
481
|
|
|
487
482
|
/* Case ID */
|
|
488
483
|
.case-list-table tbody > tr > :nth-child(2) {
|
|
489
484
|
position: sticky;
|
|
490
485
|
background-color: white;
|
|
491
|
-
left:
|
|
486
|
+
left: 94px;
|
|
492
487
|
z-index: 1;
|
|
488
|
+
background-clip: padding-box;
|
|
493
489
|
}
|
|
494
490
|
|
|
495
491
|
/* Issue Summary */
|
|
496
492
|
.case-list-table tbody > tr > :nth-child(3) {
|
|
497
493
|
position: sticky;
|
|
498
494
|
background-color: white;
|
|
499
|
-
left:
|
|
495
|
+
left: 214px;
|
|
500
496
|
z-index: 1;
|
|
497
|
+
background-clip: padding-box;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
/* Vertical border to divide sticky columns and other columns */
|
|
501
|
+
.case-list-table tbody > tr > :nth-child(3):after,
|
|
502
|
+
th.pf-c-table__sort[data-label='Issue summary']:before {
|
|
503
|
+
position: absolute;
|
|
504
|
+
content: '';
|
|
505
|
+
top: 0px;
|
|
506
|
+
left: 0px;
|
|
507
|
+
width: 100%;
|
|
508
|
+
height: 100%;
|
|
509
|
+
border-right: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
|
|
501
510
|
}
|
|
502
511
|
|
|
503
512
|
/* Case ID Header */
|
|
@@ -505,17 +514,19 @@
|
|
|
505
514
|
min-width: 120px;
|
|
506
515
|
position: sticky;
|
|
507
516
|
background-color: white;
|
|
508
|
-
left:
|
|
517
|
+
left: 94px;
|
|
509
518
|
z-index: 1;
|
|
519
|
+
background-clip: padding-box;
|
|
510
520
|
}
|
|
511
521
|
|
|
512
522
|
/* Issue Summary Header */
|
|
513
523
|
th.pf-c-table__sort[data-label='Issue summary'] {
|
|
514
|
-
min-width:
|
|
524
|
+
min-width: 260px;
|
|
515
525
|
position: sticky;
|
|
516
526
|
background-color: white;
|
|
517
|
-
left:
|
|
527
|
+
left: 214px;
|
|
518
528
|
z-index: 1;
|
|
529
|
+
background-clip: padding-box;
|
|
519
530
|
}
|
|
520
531
|
|
|
521
532
|
/* Owner Header */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/cases",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@patternfly/pfe-collapse": "1.12.3",
|
|
52
52
|
"@patternfly/react-core": "4.264.0",
|
|
53
53
|
"@patternfly/react-table": "4.111.33",
|
|
54
|
-
"@rh-support/components": "1.2.
|
|
55
|
-
"@rh-support/react-context": "1.0.
|
|
54
|
+
"@rh-support/components": "1.2.21",
|
|
55
|
+
"@rh-support/react-context": "1.0.29",
|
|
56
56
|
"@rh-support/types": "0.2.0",
|
|
57
57
|
"@rh-support/user-permissions": "1.0.11",
|
|
58
58
|
"@rh-support/utils": "1.0.9",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"not ie <= 11",
|
|
100
100
|
"not op_mini all"
|
|
101
101
|
],
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "27c5a87e60c71c152e093c2f957c6e03a2cd96df"
|
|
103
103
|
}
|