remove primary blue from gutter reply button
This commit is contained in:
parent
5b6357ec4b
commit
78818551ef
|
@ -234,7 +234,7 @@ export default createWidget('topic-timeline', {
|
||||||
const controls = [];
|
const controls = [];
|
||||||
if (attrs.topic.get('details.can_create_post')) {
|
if (attrs.topic.get('details.can_create_post')) {
|
||||||
controls.push(this.attach('button', {
|
controls.push(this.attach('button', {
|
||||||
className: 'btn btn-primary create',
|
className: 'btn create',
|
||||||
icon: 'reply',
|
icon: 'reply',
|
||||||
title: 'topic.reply.help',
|
title: 'topic.reply.help',
|
||||||
action: 'replyToPost'
|
action: 'replyToPost'
|
||||||
|
|
Loading…
Reference in New Issue