mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 06:17:00 +08:00
FIX: some button classes
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user