You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Atom neatly colours lines that've been added, removed or changed since the last commit:
Looking at the classes applied to the line, though, it doesn't seem like there's any way to identify lines that've only been modified with whitespace:
Having a .git-line-whitespace class would be helpful for theme authors wishing to target lines with cosmetic whitespace changes (the way git diff -w would). In my particular case, I wouldn't mind hiding the highlights completely, but as it is, I've no way of doing so with pure CSS.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Atom neatly colours lines that've been added, removed or changed since the last commit:
![screen shot 2016-03-13 at 8 25 35 pm](https://cloud.githubusercontent.com/assets/2346707/13727912/c8487234-e959-11e5-8c3b-fcdec0bdbe56.png)
Looking at the classes applied to the line, though, it doesn't seem like there's any way to identify lines that've only been modified with whitespace:
Having a
.git-line-whitespace
class would be helpful for theme authors wishing to target lines with cosmetic whitespace changes (the waygit diff -w
would). In my particular case, I wouldn't mind hiding the highlights completely, but as it is, I've no way of doing so with pure CSS.The text was updated successfully, but these errors were encountered: