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:
parent
1024ced52e
commit
2434749f65
3 changed files with 121 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue