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 02:46:17 +00:00
committed by GitHub
parent 1024ced52e
commit 2434749f65
3 changed files with 121 additions and 9 deletions
+2 -1
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;
}