Commit fe3692ac authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'fix-anchor-icon' into 'master'

Fix anchor icon regression

An error in scss prevented the markdown header `:hover` anchor icon svg from linking correctly:

![Screen_Shot_2016-09-14_at_4.06.19_PM](/uploads/f4d31a17a58bd7cbde572f91c316dfe1/Screen_Shot_2016-09-14_at_4.06.19_PM.png)

The following currently 404s:  
<https://gitlab.com/assets/icon_anchor.svg>  

## What are the relevant issue numbers?

#20459 & !5577

See merge request !6358
parents 1c27ab50 740ca302
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
text-decoration: none; text-decoration: none;
&:after { &:after {
content: url('icon_anchor.svg'); content: image-url('icon_anchor.svg');
visibility: hidden; visibility: hidden;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment