You've already forked matrix-react-sdk
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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user