Skip to content

Instantly share code, notes, and snippets.

@joshje
Created July 6, 2016 09:19
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 joshje/3d1f3f4869a4c92c943fab089b9eb4af to your computer and use it in GitHub Desktop.
Save joshje/3d1f3f4869a4c92c943fab089b9eb4af to your computer and use it in GitHub Desktop.
Atom editor custom stylesheet
// Make close icons always visible
.tab-bar .tab,
.tab-bar .tab.active {
.title {
padding-right: 20px;
}
.close-icon {
transform: scale(1);
opacity: 0.5;
&:hover {
opacity: 1;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment