javascript-tutorial/server

UX problem when clicking topic links in RTL languages

Opened this issue · 1 comments

There is a UX problem When clicking on topic links in RTL languages. It's impossible to click and navigate unless you move the mouse cursor to the link's margin which I think is a bad user experience.
I have uploaded a GIF to show the problem.
js_info_link_problem

As I inspected it, it seems like the before pseudo element's position is not handled correctly.
I can make a PR to fix it.

Please make a PR if needed.