Skip to content

Instantly share code, notes, and snippets.

@BenTheElder
Created May 26, 2015 22:48
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 BenTheElder/5e37987947f7ab66cf0f to your computer and use it in GitHub Desktop.
Save BenTheElder/5e37987947f7ab66cf0f to your computer and use it in GitHub Desktop.
my atom styles.less
/*
Remove vertical scrollbar (best used with minimap package enabled)
*/
atom-text-editor .vertical-scrollbar,
atom-text-editor::shadow .vertical-scrollbar,
atom-text-editor .scrollbar-corner,
atom-text-editor::shadow .scrollbar-corner {
opacity: 0;
width: 0 !important;
}
/*
Shadow around main text area
*/
atom-text-editor .scroll-view,
atom-text-editor::shadow .scroll-view {
box-shadow: -2px 2px 10px 1px rgba(0,0,0,0.75),
2px 2px 10px 1px rgba(0,0,0,0.75)!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment