UX: remove btn-default class from chat thread tracking dropdown (#28789)
This commit is contained in:
parent
348abeecb1
commit
deb751dfe3
|
@ -11,6 +11,7 @@ import { threadNotificationButtonLevels } from "discourse/plugins/chat/discourse
|
|||
i18nPrefix: "chat.thread.notifications",
|
||||
showFullTitle: false,
|
||||
btnCustomClasses: "btn-flat",
|
||||
customStyle: true,
|
||||
})
|
||||
@pluginApiIdentifiers("thread-notifications-button")
|
||||
export default class ChatThreadTrackingDropdown extends NotificationsButtonComponent {
|
||||
|
|
Loading…
Reference in New Issue