You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
After the improvements introduced in #332, it seems like the little "link icon" displayed next to the user I am following isn't being rendered correctly anymore:
I assume the icon should go in front of the blue background, but for some reason I think z-index isn't working correctly. I have noticed we're using pseudo elements to represent the background and the icon link:
Maybe there's a way of doing everything in the same element or swap the rendering order somehow without using z-index (or maybe by creating a new stacking context)?.
This is the configuration I am using:
UI theme: One Dark UI
Syntax theme: One Dark Syntax
Atom version: 1.27.0-dev-079a43f7b (but I can reproduce on 1.25 stable too)
After the improvements introduced in #332, it seems like the little "link icon" displayed next to the user I am following isn't being rendered correctly anymore:
I assume the icon should go in front of the blue background, but for some reason I think
z-index
isn't working correctly. I have noticed we're using pseudo elements to represent the background and the icon link:Maybe there's a way of doing everything in the same element or swap the rendering order somehow without using
z-index
(or maybe by creating a new stacking context)?.This is the configuration I am using:
/cc: @simurai @jasonrudolph
The text was updated successfully, but these errors were encountered: