Convert quote button to use d-icon
This commit is contained in:
parent
494ad1e9de
commit
193244f8c1
|
@ -1 +1 @@
|
|||
{{i18n "post.quote_reply"}}
|
||||
{{d-icon "quote-left"}} <span class='quote-label'>{{i18n "post.quote_reply"}}</span>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue