mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Convert quote button to use d-icon
This commit is contained in:
parent
494ad1e9de
commit
193244f8c1
2 changed files with 3 additions and 4 deletions
|
@ -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;
|
z-index: 401;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
|
||||||
&:before {
|
.d-icon {
|
||||||
font-family: "FontAwesome";
|
display: inline-block;
|
||||||
content: "\f10d\00a0\00a0";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue