dasboard_history: minor style fix change

This commit is contained in:
Torkel Ödegaard
2017-06-07 13:50:59 +02:00
parent 56b3c4a3a0
commit 64d620c987
+4 -1
View File
@@ -55,7 +55,10 @@
right: 10px;
}
.diff-json-new, .diff-json-old {
.diff-json-new,
.diff-json-old,
.diff-json-deleted,
.diff-json-added, {
color: $diff-json-changed-fg;
& .diff-line-number { color: $diff-json-changed-num; }