carbon-addons-iot-react 5.0.2 → 5.0.3
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.
- package/css/carbon-addons-iot-react.css +0 -6
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/Table/TableBody/RowActionsCell/RowActionsCell.js +2 -1
- package/lib/components/Table/TableBody/RowActionsCell/RowActionsCell.js +2 -1
- package/lib/css/carbon-addons-iot-react.css +0 -6
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/Table/_table.scss +0 -6
- package/package.json +2 -2
- package/scss/components/Table/_table.scss +0 -6
- package/umd/carbon-addons-iot-react.js +2 -1
|
@@ -38398,12 +38398,6 @@ button.cds--btn.iot--tooltip-svg-wrapper.cds--btn--ghost.iot--table-toolbar__adv
|
|
|
38398
38398
|
border-top: 1px solid var(--cds-icon-on-color, #ffffff);
|
|
38399
38399
|
border-bottom: 1px solid var(--cds-layer-selected-01, #e0e0e0);
|
|
38400
38400
|
color: var(--cds-text-secondary, #525252);
|
|
38401
|
-
background-color: var(--cds-icon-on-color, #ffffff);
|
|
38402
|
-
}
|
|
38403
|
-
|
|
38404
|
-
.cds--data-table td:not(.cds--table-cell--column-slug) {
|
|
38405
|
-
background: var(--cds-icon-on-color, #ffffff);
|
|
38406
|
-
background-color: var(--cds-icon-on-color, #ffffff);
|
|
38407
38401
|
}
|
|
38408
38402
|
|
|
38409
38403
|
.iot--table__row--selectable .cds--checkbox {
|