Add colored borders.

This commit is contained in:
Paulo Reis 2016-11-09 16:00:02 +00:00
parent 19241e571f
commit e0fbb45844

View file

@ -66,6 +66,14 @@
background-color: #FFF;
max-width: 148px;
word-wrap: break-word;
&-insert {
border-left-color: @rp-green;
}
&-delete {
border-left-color: @rp-red;
}
}
.has-review-panel {