Skip to content

Replace double angle icons with chevron

Jeremy Elder requested to merge 222907-replace-angle-icons-with-chevron into master

What does this MR do?

Remaps angle- icons to chevron- icons. In gitlab-design#704 (closed) the effort started to clean up and align icon naming, part of that was standardizing on chevrons instead of angles.

Currently, in the SVG library both angles and chevrons exist, each with an identical counterpart. After updating to the chevron naming, the angle icons will be deprecated from the SVG library.

In some instances the update replaces FontAwesome icons with GitLab SVGs. The right sidebar is out of scope here since it involves larger template and JS changes.

Replace instances of:

  • angle-double-left with chevron-double-lg-left (includes related CSS classes)
  • angle-double-right with chevron-double-lg-right (includes related CSS classes)
Location Before After
Wiki page CleanShot_2020-06-17_at_10.25.19 CleanShot_2020-06-17_at_11.24.09
Wiki history CleanShot_2020-06-17_at_10.25.54 CleanShot_2020-06-17_at_11.24.21
Wiki edit CleanShot_2020-06-17_at_10.27.05 CleanShot_2020-06-17_at_11.24.34
Wiki clone CleanShot_2020-06-17_at_11.20.40 CleanShot_2020-06-17_at_11.20.25
Wiki clone CleanShot_2020-06-17_at_12.17.48 CleanShot_2020-06-17_at_12.19.01
Milestone instance CleanShot_2020-06-17_at_10.23.06 CleanShot_2020-06-17_at_11.25.35
Issuable CleanShot_2020-06-17_at_11.16.02 CleanShot_2020-06-17_at_11.17.01
Merge request CleanShot_2020-06-17_at_11.17.51 CleanShot_2020-06-17_at_11.18.43

Conformity

Availability and Testing

N/A

Security

N/A

Relates to #222907 (closed)

Edited by Jeremy Elder

Merge request reports