Merge pull request #3244 from matrix-org/bwindels/diffhtmledits
Show diff for formatted messages in the edit history
This commit is contained in:
commit
ac31b4b8f4
7 changed files with 345 additions and 45 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue