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:
parent
5942ad83c0
commit
edc7fae0b0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue