mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: update a couple button classes (#23127)
This commit is contained in:
@@ -98,7 +98,12 @@ export default class ChatMessageActionsDesktop extends Component {
|
||||
}}
|
||||
<DropdownSelectBox
|
||||
@class="more-buttons secondary-actions"
|
||||
@options={{hash icon="ellipsis-v" placement="left"}}
|
||||
@options={{hash
|
||||
icon="ellipsis-v"
|
||||
placement="left"
|
||||
customStyle="true"
|
||||
btnCustomClasses="btn-flat"
|
||||
}}
|
||||
@content={{this.messageInteractor.secondaryActions}}
|
||||
@onChange={{this.messageInteractor.handleSecondaryActions}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user