diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 4c1c70223bb..7038307a2b1 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -236,6 +236,7 @@ position: relative; } .badge-notification { + border: 2px solid var(--header_background); position: absolute; z-index: z("base"); left: 0; diff --git a/plugins/chat/assets/javascripts/discourse/components/chat-channel-unread-indicator.hbs b/plugins/chat/assets/javascripts/discourse/components/chat-channel-unread-indicator.hbs index d4c16d2432b..a035246dcff 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat-channel-unread-indicator.hbs +++ b/plugins/chat/assets/javascripts/discourse/components/chat-channel-unread-indicator.hbs @@ -6,10 +6,12 @@ (or @channel.isDirectMessageChannel (gt @channel.tracking.mentionCount 0) ) - "urgent" + "-urgent" ) }} > -