carbon-addons-iot-react 5.18.0 → 5.18.1

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.
@@ -38728,9 +38728,9 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
38728
38728
  left: calc(-1 * var(--row-nesting-offset));
38729
38729
  height: calc(100% + 1px);
38730
38730
  width: var(--row-nesting-offset);
38731
- background-color: var(--cds-layer-01, #f4f4f4);
38732
- border-right: solid 1px var(--cds-layer-01, #f4f4f4);
38733
- border-bottom: solid 1px var(--cds-layer-01, #f4f4f4);
38731
+ background-color: var(--cds-layer);
38732
+ border-right: solid 1px var(--cds-layer);
38733
+ border-bottom: solid 1px var(--cds-layer);
38734
38734
  }
38735
38735
  [dir=rtl] .iot--expandable-tablerow--indented td:first-of-type:before {
38736
38736
  left: unset;