Created
May 18, 2018 19:12
-
-
Save cjrd/d05437e4a69554c6e4d6e17b35167e70 to your computer and use it in GitHub Desktop.
hide all whitespace on reviewable
This file contains 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
.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