Closed kentcdodds closed 1 year ago
do you think we can do github diff?
I think that takes up too much space. The line numbers aren't important enough to take up that much space.
To be clear, not on hover of the line (that would be annoying), but if the user hovers the
+
or-
it should switch to the line number it represents.
it is not possible to apply a :hover pseudo-class directly to a :before or :after pseudo-element.
Ah, I worried about that. Oh well. Not worth the complexity or effort then.
These can get rather long and it could be handy to display the line number when the user hovers over that area:
To be clear, not on hover of the line (that would be annoying), but if the user hovers the
+
or-
it should switch to the line number it represents.