Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Icon not displayed correctly when following another user #345

Closed
as-cii opened this issue Mar 20, 2018 · 1 comment · Fixed by #351
Closed

Icon not displayed correctly when following another user #345

as-cii opened this issue Mar 20, 2018 · 1 comment · Fixed by #351
Labels

Comments

@as-cii
Copy link
Contributor

as-cii commented Mar 20, 2018

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:

screen shot 2018-03-20 at 09 07 33

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:

screen shot 2018-03-20 at 09 08 06

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)
  • Teletype version: 0.10.0
  • Relevant personal style sheet configuration: none
  • Relevant configuration settings: none
  • Can reproduce in safe mode: yes

/cc: @simurai @jasonrudolph

@as-cii as-cii added the bug label Mar 20, 2018
@jasonrudolph
Copy link
Contributor

Thanks for logging this, @as-cii.

@simurai: I haven't been able to reproduce this issue. Can you think of anything that might be causing this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants