diff --git a/app/assets/stylesheets/entypo.css.scss b/app/assets/stylesheets/entypo.css.scss index 615ed4e28cc9fd2dc8c94423b6b0a2bdeac874e8..a2d2a3774567db7952867a65e710cb0461d53c74 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 0568634071f09ce7adc86001ea8e8380f87d6650..b47897b88348780ad947bf8f0d5352386bb97ba5 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 2d188f6ac6d28f3d86aced6389cbd88c1fa1d232..c70b326f66c8dc2d66be2a1881ee3b9331450906 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">!</i> </a> </div> </div>