Skip to content

Instantly share code, notes, and snippets.

@cjrd
Created May 18, 2018 19:12
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 cjrd/d05437e4a69554c6e4d6e17b35167e70 to your computer and use it in GitHub Desktop.
Save cjrd/d05437e4a69554c6e4d6e17b35167e70 to your computer and use it in GitHub Desktop.
hide all whitespace on reviewable
.diff.line.whitespace:not(.keep) .line.wrapper:not(.empty) .line.content {
background-color: white !important;
}
.diff.line.whitespace .line.content .delta {
background-color: transparent !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment