@carbon/ibm-products 2.40.1-canary.9 → 2.41.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@
16
16
  right: 0;
17
17
  display: flex;
18
18
  align-items: center;
19
- border-left: 1px solid $layer-active-02;
19
+ border-left: 1px solid $border-subtle;
20
20
  }
21
21
 
22
22
  .#{variables.$block-class}__right-sticky-column-header {
@@ -31,7 +31,7 @@
31
31
  left: 0;
32
32
  display: flex;
33
33
  align-items: center;
34
- border-right: 1px solid $layer-active-02;
34
+ border-right: 1px solid $border-subtle;
35
35
  }
36
36
 
37
37
  .#{variables.$block-class}__left-sticky-column-header {
@@ -39,11 +39,11 @@
39
39
  position: sticky !important;
40
40
  z-index: 1;
41
41
  left: 0;
42
- border-right: 1px solid $layer-active-02;
42
+ border-right: 1px solid $border-subtle;
43
43
  }
44
44
 
45
45
  .#{variables.$block-class}__right-sticky-column-header {
46
- border-left: 1px solid $layer-active-02;
46
+ border-left: 1px solid $border-subtle;
47
47
  }
48
48
 
49
49
  .#{variables.$block-class}__left-sticky-column-cell.#{variables.$block-class}__left-sticky-column-cell--with-extra-select-column,