We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After some struggle we figured out that the following style sheet might have better results:
ins, ins * { background: #bbffbb!important; } del, del * { background: #ffbbbb!important; }
Perhaps an update on doc might be useful
The text was updated successfully, but these errors were encountered:
@leomayer The green/red background colors aren't showing up in the diff, any advice on how to fix?
Sorry, something went wrong.
For anybody who comes across this problem, its fixed by prepending the element name to the css rule.
<pre semanticDiff [left]="left" [right]="right"></pre> pre ins { background: #bbffbb; } pre del{ background: #ffbbbb; }
No branches or pull requests
After some struggle we figured out that the following style sheet might have better results:
Perhaps an update on doc might be useful
The text was updated successfully, but these errors were encountered: