discourse/plugins/chat/assets/stylesheets
Joffrey JAFFEUX ccb1861ada
DEV: better highlighting of mentions (#28403)
This commit improves the hilight-ing of mentions in posts and chat messages.

- `@here` and `@all` will generate a `<a class="mention --wide">`
- bots will generate a `<a class="mention --bot">`
- current user will generate a `<a class="mention --current">`

To achieve this change the following value transformer has been added: "mentions-class". It will be run in posts and chat messages after the mention is rendered.

A bug were bots were not considered in mentioned users has also been fixed as part of this PR.
2024-08-20 14:37:28 +02:00
..
common DEV: better highlighting of mentions (#28403) 2024-08-20 14:37:28 +02:00
desktop DEV: rename chat preferred mobile index to chat preferred index (#27953) 2024-07-30 10:25:22 -03:00
mixins DEV: move chat scrollbar style to scollbar file (#25934) 2024-02-28 19:07:22 +01:00
mobile DEV: removes legacy modal code (#28047) 2024-07-24 18:07:17 +02:00
colors.scss