2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FIX: The ellipsis should be a flat-button

This commit is contained in:
Robin Ward 2017-08-02 17:30:25 -04:00
parent 5942ad83c0
commit edc7fae0b0

View file

@ -270,7 +270,7 @@ export default createWidget('post-menu', {
visibleButtons = allButtons;
if (state.collapsed) { state.collapsed = false; }
} else {
const showMore = this.attach('button', {
const showMore = this.attach('flat-button', {
action: 'showMoreActions',
title: 'show_more',
className: 'show-more-actions',