I have some table, based on div
s. When table row is hovered, i want to add borders to the top and bottom of it. But in spite of box-sizing: border-box
, my block becomes 2 pixels bigger. Row can't have fixed height.
Here is example: https://jsfiddle.net/j4nwdju6/
I can't just add invisible or transparent borders, because it will spawn whitespaces between rows.