Created
July 6, 2016 09:19
-
-
Save joshje/3d1f3f4869a4c92c943fab089b9eb4af to your computer and use it in GitHub Desktop.
Atom editor custom stylesheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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