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