Skip to content

Instantly share code, notes, and snippets.

@long-lazuli
Last active April 16, 2016 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save long-lazuli/01f3a46f2de7c9e7745983dcc1e2aea2 to your computer and use it in GitHub Desktop.
Save long-lazuli/01f3a46f2de7c9e7745983dcc1e2aea2 to your computer and use it in GitHub Desktop.
Atom: Put the ignored files (`.gitignore`) at the bottom of directory lists.
.list-tree {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
> .status-ignored {
// should probably be in a variable :
order: 10;
}
}
.directory.list-nested-item {
> .list-tree > .file.list-item.status-ignored:not(.selected) {
opacity: .5;
}
> .list-tree > .directory.list-nested-item.status-ignored:not(.selected) {
> .header {
opacity: .5;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment