carbon-addons-iot-react 5.10.7 → 5.10.8

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.
@@ -283,10 +283,15 @@ button.#{$prefix}--btn.#{$iot-prefix}--tooltip-svg-wrapper.#{$prefix}--btn--ghos
283
283
 
284
284
  .#{$iot-prefix}--expandable-tablerow {
285
285
  cursor: pointer;
286
+
286
287
  td {
287
288
  div .#{$prefix}--btn--ghost:hover {
288
289
  background: $layer-accent-01;
289
290
  }
291
+
292
+ div .#{$prefix}--overflow-menu.cds--btn--ghost:hover {
293
+ background-color: $layer;
294
+ }
290
295
  }
291
296
  }
292
297
 
package/package.json CHANGED
@@ -353,7 +353,7 @@
353
353
  "whatwg-fetch": "^3.0.0"
354
354
  },
355
355
  "sideEffects": false,
356
- "version": "5.10.7",
356
+ "version": "5.10.8",
357
357
  "resolutions": {
358
358
  "chokidar": "3.3.1",
359
359
  "react-grid-layout": "1.2.2",
@@ -283,10 +283,15 @@ button.#{$prefix}--btn.#{$iot-prefix}--tooltip-svg-wrapper.#{$prefix}--btn--ghos
283
283
 
284
284
  .#{$iot-prefix}--expandable-tablerow {
285
285
  cursor: pointer;
286
+
286
287
  td {
287
288
  div .#{$prefix}--btn--ghost:hover {
288
289
  background: $layer-accent-01;
289
290
  }
291
+
292
+ div .#{$prefix}--overflow-menu.cds--btn--ghost:hover {
293
+ background-color: $layer;
294
+ }
290
295
  }
291
296
  }
292
297