From 1695971523797863d66861bc5fdef356b5f3fcb7 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:25:27 +0200 Subject: [PATCH] UX: change thread button in chat nav to use btn-transparent (#29186) --- .../discourse/components/chat/navbar/threads-list-button.gjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/assets/javascripts/discourse/components/chat/navbar/threads-list-button.gjs b/plugins/chat/assets/javascripts/discourse/components/chat/navbar/threads-list-button.gjs index 6b47f84c1fa..24cda83aafb 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat/navbar/threads-list-button.gjs +++ b/plugins/chat/assets/javascripts/discourse/components/chat/navbar/threads-list-button.gjs @@ -30,7 +30,7 @@ export default class ChatNavbarThreadsListButton extends Component { "c-navbar__threads-list-button" "btn" "no-text" - "btn-flat" + "btn-transparent" (if @channel.threadsManager.unreadThreadCount "has-unreads") }} >