mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
FIX: The ellipsis should be a flat-button
This commit is contained in:
parent
5942ad83c0
commit
edc7fae0b0
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user