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
1 changed files with 1 additions and 1 deletions

View File

@ -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'