As visible in the screenshot below, cells in the Monitor table have a white background after the data updates that does not play well with the row highlighting on hover.
Probable Cause
Using Inspect Element, it becomes apparent that the animation that makes the cell green for a short time leaves it with a white background:
A possible fix could be to use CSS animations instead of updating the background color periodically with JavaScript. That has the additional benefit of a smoother transition.
Additional Info
Another issue that may be related to #75 : the "title" attribute is not properly updated, which causes the tooltips to be different from the actual text (visible in screenshot, round number 1 vs 2).
Description
As visible in the screenshot below, cells in the Monitor table have a white background after the data updates that does not play well with the row highlighting on hover.
Probable Cause
Using Inspect Element, it becomes apparent that the animation that makes the cell green for a short time leaves it with a white background:
Proposed Solution
A possible fix could be to use CSS animations instead of updating the background color periodically with JavaScript. That has the additional benefit of a smoother transition.
Additional Info
Another issue that may be related to #75 : the "title" attribute is not properly updated, which causes the tooltips to be different from the actual text (visible in screenshot, round number 1 vs 2).
The same problems occur in the Data table.