Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Created January 7, 2017 01:50
Show Gist options
  • Save lee-dohm/3e8f03cd43715f7520d1adb2114b4247 to your computer and use it in GitHub Desktop.
Save lee-dohm/3e8f03cd43715f7520d1adb2114b4247 to your computer and use it in GitHub Desktop.
Atom Style Tweak - Disable the close icon on tabs
.tab .close-icon {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment