Created
September 14, 2017 01:24
-
-
Save davidmason/c0104579e93ee54b0f2c9b89a3190ab5 to your computer and use it in GitHub Desktop.
Some styles to add + and - next to diff lines in reviewable
This file contains hidden or 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.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