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:
chapoi
2023-04-02 12:16:26 +02:00
committed by GitHub
parent ea4f7fb660
commit df31b8dd2e
2 changed files with 10 additions and 2 deletions

View File

@@ -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,