Convert quote button to use d-icon

This commit is contained in:
Robin Ward 2017-10-06 15:45:43 -04:00
parent 494ad1e9de
commit 193244f8c1
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
{{i18n "post.quote_reply"}}
{{d-icon "quote-left"}} <span class='quote-label'>{{i18n "post.quote_reply"}}</span>

View File

@ -129,9 +129,8 @@ aside.quote {
z-index: 401;
opacity: 0.9;
&:before {
font-family: "FontAwesome";
content: "\f10d\00a0\00a0";
.d-icon {
display: inline-block;
}
&:hover {