You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing highlighting for a row when it's being hovered over was implemented by adding the hover prop to the TableRow component in the TableBody component of the ItemTable. In addition to this, a CSS class was added to the row to help differentiate the hover styling from the styling that rows have due to being banded.
Default view for ItemTable:
Hover styling without custom CSS class:
Hover styling with custom CSS class:
The only problem that this fix presents is that the background color of the hover is similar to the color for a row when an item is selected. This is something that can be fixed easily and will likely change when we revisit the color theme as planned in #142
ItemTable does not currently highlight a row on hover. This should be implemented.
The text was updated successfully, but these errors were encountered: