Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-09-15 00:35:46 +0300
committerMike Greiling <mike@pixelcog.com>2016-09-15 22:13:19 +0300
commit740ca302070607472dff1c1d7c898e22841e9a6c (patch)
tree26351ae81834371f508b727852f905ddf2f49e97 /app/assets/stylesheets/framework/typography.scss
parentd2370422c5d5f2b011b8c2349dab964e4088284b (diff)
fix anchor icon regression introduced in 2fd6472 (!5577)
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 3f8433a0e7f..2582cde5a71 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -164,7 +164,7 @@
text-decoration: none;
&:after {
- content: url('icon_anchor.svg');
+ content: image-url('icon_anchor.svg');
visibility: hidden;
}
}