mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 16:18:16 -05:00
Chat should follow the same convention as topics, where invalid mentions are not styled the same as valid mentions. This PR makes chat use such styling. I'm following the same pattern that we use for invalid mentions in posts – https://github.com/discourse/discourse/blob/9bd652358106da2b116e9013d669ee2df7941bc1/app/assets/stylesheets/common/base/topic-post.scss#L1285-L1288 This way it'll be easier to dry it up if we decide to do that at some point.