mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 05:53:38 +08:00
FIX: some button classes
This commit is contained in:
parent
493fd707f8
commit
075cc1a8bb
|
@ -6,6 +6,8 @@ export default DropdownButton.extend({
|
|||
descriptionKey: 'help',
|
||||
classNames: ['pinned-options'],
|
||||
title: '',
|
||||
buttonExtraClasses: 'btn-icon-text',
|
||||
|
||||
longDescription: function(){
|
||||
const topic = this.get('topic');
|
||||
const globally = topic.get('pinned_globally') ? '_globally' : '';
|
||||
|
|
|
@ -43,7 +43,7 @@ export default createWidget('topic-notifications-button', {
|
|||
const details = buttonDetails(level);
|
||||
|
||||
const button = {
|
||||
className: `btn toggle-notification-options`,
|
||||
className: `toggle-notification-options`,
|
||||
label: null,
|
||||
icon: details.icon,
|
||||
action: 'toggleDropdown',
|
||||
|
|
Loading…
Reference in New Issue
Block a user