Merge pull request #3244 from matrix-org/bwindels/diffhtmledits

Show diff for formatted messages in the edit history
This commit is contained in:
Bruno Windels 2019-07-24 09:59:23 +00:00 committed by GitHub
commit ac31b4b8f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 345 additions and 45 deletions

View file

@ -43,12 +43,12 @@ limitations under the License.
padding: 0px 2px;
}
span.mx_EditHistoryMessage_deletion {
.mx_EditHistoryMessage_deletion {
color: rgb(255, 76, 85);
background-color: rgba(255, 76, 85, 0.1);
}
span.mx_EditHistoryMessage_insertion {
.mx_EditHistoryMessage_insertion {
color: rgb(26, 169, 123);
background-color: rgba(26, 169, 123, 0.1);
}