mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user