forum: change style of new/approved/pending/rejected labels.

Change the new, approved, pending, and rejected labels in the forum to
use an outlined pill style (like user levels in user tooltips) instead
of a filled background style. This is less obtrusive and more readable
in dark mode.
This commit is contained in:
evazion
2021-02-22 03:43:47 -06:00
parent bc9e2faa9e
commit 7b1815ad8e
4 changed files with 36 additions and 32 deletions

View File

@@ -18,6 +18,8 @@ module ForumTopicsHelper
:approved
elsif topic.category_name == "Tags" && topic.bulk_update_requests.present? && topic.bulk_update_requests.all?(&:is_rejected?)
:rejected
else
nil
end
end