Html – How to position a CSS pseudo-element to the left of a table row
I am trying to create a pseudo-element on the first td element of some tr elements with a certain class. The table itself is contained within a scrollable container. What I want to achieve is that the pseudo-element is rendered…