Change layout of system notes when changing title of the issue
<details> <summary>Original description/proposal</summary> ### Description When we change the title of the issue, we create a system note for that. However this message has two problems: * the layout is weird (see below) * the visual importance is way too strong and draws the eyes too much ![image](/uploads/3573ca3e2de74740736d32a653cddda0/image.png) See https://gitlab.com/gitlab-org/gitlab-ce/issues/25872 for an exemple ### Proposal Enhance the system note about changing title so it takes way less visual space and doesn't draw the attention too much. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/19797 - Modified the layout. - Used the Bold font and darker text color, and lightened the background color to indicate the text has been changed. - If we get the system note icons back, there will be an Edit icon for editing title. <img src="/uploads/111308f23b2f11505c44eaeb806093a4/system-note--changing-title-v2.png" width=80% height=80%> cc @awhildy </details> ### Current implementation ![Screen_Shot_2018-09-05_at_2.57.59_PM](/uploads/9e497780a4603c9d78c457c84ff9755e/Screen_Shot_2018-09-05_at_2.57.59_PM.png) ### Proposed design ![Screen_Shot_2018-09-05_at_2.53.22_PM](/uploads/57fc015c0f141bc228abc95c711bd8ae/Screen_Shot_2018-09-05_at_2.53.22_PM.png) * Username should be on the same line as the rest of the system message * Use `font-weight: 600` instead of `<strong>` for original title/new title * Text color of titles should be `#2e2e2e` -> `$gl-text-color`
issue