Removed unicode from entypo css file

This commit is contained in:
Lukas Matt 2014-04-22 09:02:10 -04:00
parent e667a785ed
commit 9d3af93c7d
3 changed files with 2 additions and 6 deletions

View file

@ -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 */

View file

@ -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;
}

View file

@ -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>