mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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",
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user