I am dealing with a large table containing multiple rows, each of which has a border of 2px solid grey
.
My current issue is that the entire table is linked, and I want to change the border color to black when hovering over any row. However, applying :hover
to the tr element only affects the specific row being hovered over, rather than all rows within the table. Is there a way to make this adjustment for all rows simultaneously?
Can this modification be achieved?