Highlight event when any version triggered a highlight (#10502)

* check previous events pushactions when deciding to highlight

* test event highlight

* strict fix

* highlight edited text to red
This commit is contained in:
Kerry 2023-04-05 14:46:17 +12:00 committed by GitHub
parent 1024ced52e
commit 2434749f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 121 additions and 9 deletions

View file

@ -132,7 +132,8 @@ $left-gutter: 64px;
}
&.mx_EventTile_highlight,
&.mx_EventTile_highlight .markdown-body {
&.mx_EventTile_highlight .markdown-body,
&.mx_EventTile_highlight .mx_EventTile_edited {
color: $alert;
}