From 45feeb6a1f19ac6368e0f9e001568c05d42b5cd5 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 8 Sep 2015 10:30:46 +0930 Subject: [PATCH] Change button class for new post controls location --- extensions/mentions/js/forum/src/addPostReplyAction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/mentions/js/forum/src/addPostReplyAction.js b/extensions/mentions/js/forum/src/addPostReplyAction.js index d793c4e65..1e63b1a8a 100644 --- a/extensions/mentions/js/forum/src/addPostReplyAction.js +++ b/extensions/mentions/js/forum/src/addPostReplyAction.js @@ -29,7 +29,7 @@ export default function() { items.add('reply', Button.component({ - className: 'Button Button--text', + className: 'Button Button--link', children: app.trans('mentions.reply_link'), onclick: () => { const quote = window.getSelection().toString();