隐藏赞然后只显示图标
.item-like .Button-label {
display: none;
}
.item-like .Button:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 17px;
content: '\f164';
margin-right: 4px;
vertical-align: -1px;
}
回复带图标
.item-reply .Button--link:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 15px;
content: '\f3e5';
margin-right: 8px;
}
隐藏标签显示
ul.Dropdown-menu.dropdown-menu>li.item-tags {
display: none;
}
按钮中字体使用白色字体
.Button--primary {
color: #fff;
background: #e7672e;
}