Skip to content

Move link icon to CSS

Jacques Erasmus requested to merge 331445-move-link-icon-to-css into master

What does this MR do?

This moves the link icon from HAML to CSS.

When viewing a page with many commits, the number of icons can be a lot. For example in this large page the amount of SVG icons rendered can be close to 6000 icons, which significantly increases the transfer size.

This MR changes the implementation to rather use the CSS version.

Screenshots or Screencasts (strongly suggested)

before after
Screenshot_2021-07-09_at_14.18.08 Screenshot_2021-07-09_at_14.18.57

after_icon

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #331445 (closed)

Edited by Jacques Erasmus

Merge request reports