carbon-design-system / carbon-addons-iot-react

A collection of React components shared between IBM Maximo Asset Monitor (Watson IoT), IBM Maximo Visual Inspection, and Graphite products.
https://carbon-design-system.github.io/carbon-addons-iot-react/
Apache License 2.0
96 stars 78 forks source link

[Table] During drag and drop, row actions buttons is visible #3783

Closed gillibrand closed 1 year ago

gillibrand commented 1 year ago

What package is this for?

Describe the bug

During drag and drop in the table, if a row has row actions, the overflow ... button shows when dragging over the row. It's color is gray, so it clashes with the blue drop row.

image

Expected behavior

All row actions button should be hidden during drag and drop. No hover color changes should occur.

Environment/versions:

gillibrand commented 1 year ago

This does not happen in normal PAL. Application CSS was interfering with the styles, so will be fixed there.