From 9d3af93c7dcd6126f6fb6f7414323969379f1992 Mon Sep 17 00:00:00 2001
From: Lukas Matt <lukas@zauberstuhl.de>
Date: Tue, 22 Apr 2014 09:02:10 -0400
Subject: [PATCH] Removed unicode from entypo css file

---
 app/assets/stylesheets/entypo.css.scss                       | 1 -
 app/assets/stylesheets/single-post-view.css.scss             | 5 +----
 .../single-post-viewer/single-post-actions_tpl.jst.hbs       | 2 +-
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/app/assets/stylesheets/entypo.css.scss b/app/assets/stylesheets/entypo.css.scss
index 615ed4e28c..a2d2a37745 100644
--- a/app/assets/stylesheets/entypo.css.scss
+++ b/app/assets/stylesheets/entypo.css.scss
@@ -141,7 +141,6 @@
   &.globe:before { content: '\1f30e'; } /* 1f30e */
   &.graduation-cap:before { content: '\1f393 '; } /* 1f393 */
   &.heart-empty:before { content: '\2661'; } /* 2661 */
-  &.report:before { content: '\21'; } /* 21 */
   &.heart:before { content: '\2665'; } /* 2665 */
   &.help:before { content: '\2753'; } /* 2753 */
   &.home:before { content: '\2302'; } /* 2302 */
diff --git a/app/assets/stylesheets/single-post-view.css.scss b/app/assets/stylesheets/single-post-view.css.scss
index 0568634071..b47897b883 100644
--- a/app/assets/stylesheets/single-post-view.css.scss
+++ b/app/assets/stylesheets/single-post-view.css.scss
@@ -61,12 +61,9 @@
       i.comment:hover {
         color: #424242;
       }
-      i.report.gray:hover {
+      .post_report i.gray:hover {
         color: $red;
       }
-      i.report.red:hover {
-        color: #f55f5a;
-      }
       i.heart.gray:hover {
         color: $red;
       }
diff --git a/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs
index 2d188f6ac6..c70b326f66 100644
--- a/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs
+++ b/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs
@@ -24,7 +24,7 @@
     {{/if}}
 
     <a href="#" rel="auth-required" data-type="post" class="post_report" title="{{t "report.name"}}">
-      <i class="entypo report gray large"/>
+      <i class="entypo gray large">&#x21;</i>
     </a>
   </div>
 </div>
-- 
GitLab