mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: reviewq flagging (#20913)
* DEV: add context question to flagged chat messages too * UX: added -ai-flagged badge colour + grey fallback * UX: add one more badge name
This commit is contained in:
@@ -231,10 +231,13 @@
|
||||
font-size: var(--font-down-2);
|
||||
color: var(--secondary);
|
||||
border-radius: 8px;
|
||||
background-color: var(--secondary-high);
|
||||
&.-flagged-post,
|
||||
&.-flagged-chat-message,
|
||||
&.-akismet-flagged-post,
|
||||
&.-akismet-flagged-user {
|
||||
&.-akismet-flagged-user,
|
||||
&.-ai-flagged-post,
|
||||
&.-ai-flagged-chat-message {
|
||||
background-color: var(--danger-medium);
|
||||
}
|
||||
&.-queued-post,
|
||||
|
||||
Reference in New Issue
Block a user