FIX: some button classes

This commit is contained in:
Robin Ward 2017-08-25 13:44:28 -04:00
parent 493fd707f8
commit 075cc1a8bb
2 changed files with 3 additions and 1 deletions

View File

@ -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' : '';

View File

@ -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',