mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
remove primary blue from gutter reply button
This commit is contained in:
parent
5b6357ec4b
commit
78818551ef
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue