@rh-support/cases 1.0.39 → 1.0.40

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.
@@ -483,104 +483,59 @@
483
483
  .case-list-table tbody > tr > :nth-child(2) {
484
484
  position: sticky;
485
485
  background-color: white;
486
- left: 94px;
486
+ left: 87px;
487
487
  z-index: 1;
488
488
  background-clip: padding-box;
489
489
  }
490
490
 
491
- /* Issue Summary */
492
- .case-list-table tbody > tr > :nth-child(3) {
491
+ /* Case ID Header */
492
+ th.pf-c-table__sort[data-label='Case ID'] {
493
493
  position: sticky;
494
494
  background-color: white;
495
- left: 214px;
495
+ left: 87px;
496
496
  z-index: 1;
497
497
  background-clip: padding-box;
498
498
  }
499
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 {
500
+ /* Vertical border to divide sticky columns and other columns*/
501
+ .case-list-table tbody > tr > :nth-child(2):before,
502
+ th.pf-c-table__sort[data-label='Case ID']:before {
503
503
  position: absolute;
504
504
  content: '';
505
505
  top: 0px;
506
- left: 0px;
507
- width: 100%;
506
+ right: 0px;
508
507
  height: 100%;
509
508
  border-right: var(--pf-c-table--border-width--base) solid var(--pf-c-table--BorderColor);
510
509
  }
511
510
 
512
- /* Case ID Header */
513
- th.pf-c-table__sort[data-label='Case ID'] {
514
- min-width: 120px;
515
- position: sticky;
516
- background-color: white;
517
- left: 94px;
518
- z-index: 1;
519
- background-clip: padding-box;
520
- }
521
-
522
511
  /* Issue Summary Header */
523
- th.pf-c-table__sort[data-label='Issue summary'] {
512
+ th.pf-c-table__sort[data-label='Issue summary'],
513
+ .case-list-table tbody > tr > :nth-child(3) {
524
514
  min-width: 260px;
525
- position: sticky;
526
- background-color: white;
527
- left: 214px;
528
- z-index: 1;
529
- background-clip: padding-box;
530
- }
531
-
532
- /* Owner Header */
533
- th.pf-c-table__sort[data-label='Owner'] {
534
- min-width: 120px;
535
515
  }
536
516
 
537
- /* Modified by Header */
538
- th.pf-c-table__sort[data-label='Modified by'] {
539
- min-width: 150px;
540
- }
541
-
542
- /* Severity Header */
543
- th.pf-c-table__sort[data-label='Severity'] {
544
- min-width: 120px;
545
- }
546
-
547
- /* Status Header */
548
- th.pf-c-table__sort[data-label='Status'] {
549
- min-width: 120px;
550
- }
551
-
552
- /* Created by Header */
553
- th.pf-c-table__sort[data-label='Created by'] {
554
- min-width: 150px;
517
+ th.pf-c-table__sort[data-label='Owner'],
518
+ th.pf-c-table__sort[data-label='Status'],
519
+ th.pf-c-table__sort[data-label='Group'] {
520
+ min-width: 140px;
555
521
  }
556
522
 
557
- /* Product and version Header */
558
- th.pf-m-width-15[data-label='Product and version'] {
523
+ th.pf-c-table__sort[data-label='Severity'],
524
+ th.pf-c-table__sort[data-label='Case ID'] {
559
525
  min-width: 150px;
560
526
  }
561
527
 
562
- /* Account number Header */
563
- th.pf-c-table__sort[data-label='Account number'] {
564
- min-width: 180px;
565
- }
566
-
567
- /* Alternate case ID Header */
528
+ th.pf-c-table__sort[data-label='Modified by'],
529
+ th.pf-c-table__sort[data-label='Created by'],
530
+ th.pf-m-width-15[data-label='Product and version'],
531
+ th.pf-c-table__sort[data-label='Account number'],
568
532
  th.pf-c-table__sort[data-label='Alternate case ID'] {
569
- min-width: 180px;
570
- }
571
-
572
- /* Case type Header */
573
- th.pf-c-table__sort[data-label='Case type'] {
574
- min-width: 140px;
575
- }
576
-
577
- /* Group Header */
578
- th.pf-c-table__sort[data-label='Group'] {
579
- min-width: 120px;
533
+ min-width: 220px;
580
534
  }
581
535
 
582
536
  /* Closed Date Header */
583
- th.pf-c-table__sort.pf-m-width-10[data-label='Closed date'] {
584
- min-width: 150px;
537
+ th.pf-c-table__sort.pf-m-width-10[data-label='Closed date'],
538
+ th.pf-c-table__sort[data-label='Case type'] {
539
+ min-width: 200px;
585
540
  }
586
541
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/cases",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -99,5 +99,5 @@
99
99
  "not ie <= 11",
100
100
  "not op_mini all"
101
101
  ],
102
- "gitHead": "27c5a87e60c71c152e093c2f957c6e03a2cd96df"
102
+ "gitHead": "3c326631e18b58f18b4d5c8095187c456a00f11b"
103
103
  }