remove primary blue from gutter reply button

This commit is contained in:
Jeff Atwood 2016-06-16 16:07:39 -07:00
parent 5b6357ec4b
commit 78818551ef

View file

@ -234,7 +234,7 @@ export default createWidget('topic-timeline', {
const controls = [];
if (attrs.topic.get('details.can_create_post')) {
controls.push(this.attach('button', {
className: 'btn btn-primary create',
className: 'btn create',
icon: 'reply',
title: 'topic.reply.help',
action: 'replyToPost'