Skip to content

Instantly share code, notes, and snippets.

@davidmason
Created September 14, 2017 01:24
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 davidmason/c0104579e93ee54b0f2c9b89a3190ab5 to your computer and use it in GitHub Desktop.
Save davidmason/c0104579e93ee54b0f2c9b89a3190ab5 to your computer and use it in GitHub Desktop.
Some styles to add + and - next to diff lines in reviewable
.diff.line.replace:before {
content: "+";
margin-left: 14px;
}
.diff.line.edit:before {
content: "-";
margin-left: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment