@carbon/ibm-products 2.54.0-canary.11 → 2.54.0-canary.13

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.
@@ -44,7 +44,7 @@
44
44
 
45
45
  .#{$block-class}__head-select-all.#{$block-class}__checkbox-cell.#{$block-class}__checkbox-cell-sticky-left {
46
46
  position: sticky;
47
- z-index: 1;
47
+ z-index: 10;
48
48
  left: 0;
49
49
  }
50
50
  }
@@ -413,17 +413,27 @@
413
413
  }
414
414
  }
415
415
 
416
- .#{$block-class}__carbon-row td {
416
+ .#{$block-class}__carbon-row .#{$block-class}__left-sticky-column-cell,
417
+ .#{$block-class}__carbon-row .#{$block-class}__right-sticky-column-cell,
418
+ .#{$block-class}__carbon-row .#{$block-class}__checkbox-cell-sticky-left {
417
419
  /* stylelint-disable-next-line declaration-no-important */
418
420
  background-color: $layer-01;
419
421
  }
420
422
 
421
- .#{$block-class}__carbon-row:hover td {
423
+ .#{$block-class}__carbon-row:hover .#{$block-class}__left-sticky-column-cell,
424
+ .#{$block-class}__carbon-row:hover .#{$block-class}__right-sticky-column-cell,
425
+ .#{$block-class}__carbon-row:hover
426
+ .#{$block-class}__checkbox-cell-sticky-left {
422
427
  /* stylelint-disable-next-line declaration-no-important */
423
428
  background-color: $layer-hover-01;
424
429
  }
425
430
 
426
- .#{c4p-settings.$carbon-prefix}--data-table--selected td {
431
+ .#{c4p-settings.$carbon-prefix}--data-table--selected
432
+ .#{$block-class}__left-sticky-column-cell,
433
+ .#{c4p-settings.$carbon-prefix}--data-table--selected
434
+ .#{$block-class}__right-sticky-column-cell,
435
+ .#{c4p-settings.$carbon-prefix}--data-table--selected
436
+ .#{$block-class}__checkbox-cell-sticky-left {
427
437
  /* stylelint-disable-next-line declaration-no-important */
428
438
  background-color: $layer-selected-01;
429
439
  }
@@ -522,7 +532,7 @@
522
532
  }
523
533
 
524
534
  .#{$block-class}__resizableColumn:hover {
525
- background-color: $background-selected-hover;
535
+ background-color: $layer-selected-hover;
526
536
 
527
537
  .#{$block-class}__resizer {
528
538
  border-right: $spacing-01 solid $border-strong-01;
@@ -562,7 +572,7 @@
562
572
 
563
573
  &.#{$block-class}__select-all-sticky-left {
564
574
  position: sticky;
565
- z-index: 1;
575
+ z-index: 10;
566
576
  left: 0;
567
577
  background-color: $layer-accent-01;
568
578
  }
@@ -36,7 +36,7 @@
36
36
  .#{variables.$block-class}__left-sticky-column-header {
37
37
  /* stylelint-disable-next-line declaration-no-important */
38
38
  position: sticky !important;
39
- z-index: 1;
39
+ z-index: 10;
40
40
  left: 0;
41
41
  border-right: 1px solid $border-subtle;
42
42
  }
@@ -67,6 +67,6 @@
67
67
 
68
68
  .#{variables.$block-class}__select-all-toggle-on.#{variables.$block-class}__select-all-sticky-left {
69
69
  position: sticky;
70
- z-index: 1;
70
+ z-index: 10;
71
71
  left: 0;
72
72
  }