mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Previously, topic edit diffs in the edit history modal were not highlighted in the same way as content diffs because the highlighting CSS rules were inside a .rendered_markdown block. So they affected the content diffs, which are classed as such, but not the topic diffs. This commit moves the highlight rules to a .message_edit_history_content block inside the already existing #message-edit-history block. .message_edit_history_content had already existed in the edit history template message_edit_history.hbs, and is assigned to both the content and topic diffs. The ability to see topic edits in the edit history was added in March 2019 in 38be5ea74394d2fd8586038de6ac447b4bbfbf67; the highlighting worked at that time. It broke four mounths later in July 2019 in |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .eslintrc.json | ||
| .gitignore | ||
| favicon.ico | ||