Commenting on commits associated with merge request additional styling
Follow up of https://gitlab.com/gitlab-org/gitlab-ce/issues/31847 ### Merge request commits tab - Update the icon ![tab-commits-no-comment-icon](/uploads/cd63b365a3018f5a02d11b1e51542a30/tab-commits-no-comment-icon.png) ### Merge request changes tab ##### Message bar - The background color is `#FFFAF4`. - It is moved to below `diff navigation`. * When the box and warning message stack up, it doesn't have a good visual hierarchy since those 2 elements are both prominent. (One is in a box with the gray background and another one has the orange background) - Icon: `warning` on [gitlab-svgs](http://gitlab-org.gitlab.io/gitlab-svgs/) ![tab-changes--for-specific-commit](/uploads/9db3347896b16739979ab6576a968d9c/tab-changes--for-specific-commit.png) ##### Commit message box - The background of detail commit message is `#F2F2F2` and make it look like uneditable. ![tab-changes--for-specific-commit--detail](/uploads/c437619bfbba25646cb0c7661b1af46e/tab-changes--for-specific-commit--detail.png) ### Commits view #### A discussion on commit outside of merge request (Discussion tab) - Copy: User @username started a discussion on commit [1a2b3c4d]() outside of this merge request a hour ago - `Resolve discussion` button is **disabled**. - When the mouse is over the `Resolve discussion` icon / button, the tooltip with "Commit comments made outside the context of this merge request cannot be resolved." shows up. | Button | Icon | | ------ | ---- | | ![image](/uploads/48ff9d9a04a45711ca7ae35ad6ec83ea/image.png) | ![image](/uploads/311b5dd3a9bb89421b1ee70af7f5201d/image.png) |
issue