From 740ca302070607472dff1c1d7c898e22841e9a6c Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Wed, 14 Sep 2016 16:35:46 -0500 Subject: [PATCH] fix anchor icon regression introduced in 2fd6472 (!5577) --- app/assets/stylesheets/framework/typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }