1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

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
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);
}