carbon-addons-iot-react 4.0.14 → 4.0.16

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.
@@ -36978,6 +36978,16 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
36978
36978
  width: 2.5rem;
36979
36979
  }
36980
36980
 
36981
+ .cds--data-table td,
36982
+ .cds--data-table tbody th {
36983
+ padding-right: 1rem;
36984
+ padding-left: 1rem;
36985
+ border-top: 1px solid var(--cds-icon-on-color, #ffffff);
36986
+ border-bottom: 1px solid var(--cds-layer-selected-01, #e0e0e0);
36987
+ background: var(--cds-icon-on-color, #ffffff);
36988
+ color: var(--cds-text-secondary, #525252);
36989
+ }
36990
+
36981
36991
  .iot--table__row--selectable .cds--checkbox {
36982
36992
  cursor: pointer;
36983
36993
  }
@@ -37251,6 +37261,7 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
37251
37261
  position: sticky;
37252
37262
  z-index: 1;
37253
37263
  right: 0;
37264
+ filter: drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.2));
37254
37265
  min-width: 3.5rem;
37255
37266
  width: 3.5rem;
37256
37267
  }
@@ -37258,6 +37269,7 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
37258
37269
  [dir=rtl] .iot--pin-last-col th:last-of-type {
37259
37270
  right: unset;
37260
37271
  left: 0;
37272
+ filter: drop-shadow(1px 0 0 rgba(0, 0, 0, 0.2));
37261
37273
  }
37262
37274
  .iot--pin-last-col.iot--table-head--with-column-groups .iot--table-header__column-row th:last-of-type {
37263
37275
  position: sticky;