vis: Make tooltips hoverable
-
Nest "a" and "span" elements inside "div" instead of nesting "div" and "span" inside of "a" - makes the whole tooltip not a hyperlink.
-
Move tooltip closer to the mouse, so we can maintain :hover on the "div" and move over to the tooltip.
-
Don't move the tooltip thet far to the left, for short logs it used to create empty space between cell and the tooltip.
-
Use a "figure space", as a filler, instead of - it's wider and it's necessary to have sensible width of "a" element now.
-
Cleanup CSS - remove all the styling that does not change anything.
Cc: @mupuf
Edited by Arkadiusz Hiler