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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user