Merge pull request #3264 from matrix-org/bwindels/diff-visuals

strikethrough & underline deletions & insertions
pull/21833/head
Bruno Windels 2019-07-31 12:47:50 +00:00 committed by GitHub
commit 85076e4e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -46,11 +46,13 @@ limitations under the License.
.mx_EditHistoryMessage_deletion {
color: rgb(255, 76, 85);
background-color: rgba(255, 76, 85, 0.1);
text-decoration: line-through;
}
.mx_EditHistoryMessage_insertion {
color: rgb(26, 169, 123);
background-color: rgba(26, 169, 123, 0.1);
text-decoration: underline;
}
.mx_EventTile_line, .mx_EventTile_content {