diff --git a/plugins/chat/assets/stylesheets/common/core-extensions.scss b/plugins/chat/assets/stylesheets/common/core-extensions.scss index e9f16af695c..a3b8d6b4c8d 100644 --- a/plugins/chat/assets/stylesheets/common/core-extensions.scss +++ b/plugins/chat/assets/stylesheets/common/core-extensions.scss @@ -10,3 +10,15 @@ display: none; } } + +// TODO (davidb): remove once consolidated chat notifications is complete +.user-stream .large-notifications .item { + &:has(.chat-message) { + display: none; + } +} + +// TODO (davidb): remove once consolidated chat notifications is complete +.user-menu .quick-access-panel .chat-message { + display: none; +}