Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Weird Tree Ghosting #702

Closed
sroberts opened this issue Aug 13, 2013 · 11 comments
Closed

Weird Tree Ghosting #702

sroberts opened this issue Aug 13, 2013 · 11 comments
Assignees
Labels

Comments

@sroberts
Copy link

Browsing through a repo I clicked on a zip file just to see how it displayed and got some weird display ghosting over my Atom background image:

screen shot 2013-08-13 at 1 34 31 pm

Is it trying to show me the contents of the zip? I think so, but the styling is all off.

@kevinsawicki
Copy link
Contributor

Yeah, it displays .zip files now, but your background is overriding it.

@sroberts
Copy link
Author

@kevinsawicki Fair enough. I'll look at seeing if I can style that somehow.

@kevinsawicki
Copy link
Contributor

Yeah, you should be able to add the following to your .atom/user.css:

.archive-view {
  background-color: #f00;
}

@sroberts
Copy link
Author

🤘 Thanks!

@kevinsawicki
Copy link
Contributor

I'm actually going to reopen, the dark and light themes need to have a default background for the archive view

@kevinsawicki kevinsawicki reopened this Aug 13, 2013
@ghost ghost assigned kevinsawicki Aug 20, 2013
@kevinsawicki
Copy link
Contributor

@sroberts Can you paste the entire contents of your ~/.atom/user.less or ~/.atom/user.css?

Also, what version of Atom are you on?

@sroberts
Copy link
Author

@kevinsawicki I don't appear to have a user.less file, but here's my user.css:

/* User styles */
.tree-view {

}

.editor {

}

#panes {
  background-image: url('file:///Users/sroberts/.atom/universe-background.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.archive-view {
  background-color: #3c3c3c;
}

I'm currently on Atom 18, though i think I have 19 and 20 installed, but I'm just clicking the one in my dock. Fail on my part.

@kevinsawicki
Copy link
Contributor

Could you try removing the .archive-view { ... } rule and seeing if this still occurs on Atom 20.0?

@sroberts
Copy link
Author

Been working in it a bunch and haven't seen any issues lately. 👍

@kevinsawicki
Copy link
Contributor

Cool, closing this out then, thanks for letting me know.

@lock
Copy link

lock bot commented Jan 27, 2019

This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators Jan 27, 2019
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