mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 00:13:48 +08:00
UX: remove btn-default class from chat thread tracking dropdown (#28789)
This commit is contained in:
@ -11,6 +11,7 @@ import { threadNotificationButtonLevels } from "discourse/plugins/chat/discourse
|
|||||||
i18nPrefix: "chat.thread.notifications",
|
i18nPrefix: "chat.thread.notifications",
|
||||||
showFullTitle: false,
|
showFullTitle: false,
|
||||||
btnCustomClasses: "btn-flat",
|
btnCustomClasses: "btn-flat",
|
||||||
|
customStyle: true,
|
||||||
})
|
})
|
||||||
@pluginApiIdentifiers("thread-notifications-button")
|
@pluginApiIdentifiers("thread-notifications-button")
|
||||||
export default class ChatThreadTrackingDropdown extends NotificationsButtonComponent {
|
export default class ChatThreadTrackingDropdown extends NotificationsButtonComponent {
|
||||||
|
Reference in New Issue
Block a user