Skip to content

Instantly share code, notes, and snippets.

@mattbasta
Last active December 12, 2015 12:49
Show Gist options
  • Save mattbasta/4774539 to your computer and use it in GitHub Desktop.
Save mattbasta/4774539 to your computer and use it in GitHub Desktop.
.diff-line.line {
position: relative;
}
.diff-line:not(.gc).line::before {
-webkit-user-select:none;
pointer-events:none;
left: 10px;
color: transparent;
content: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
border-right: 1px dotted rgba(0, 0, 0, 0.5);
height: 1.3em;
position: absolute;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment