forum: adjust BUR status label colors (again).

* Indicate unread topics in bold instead of with a "NEW" label.
* Use pills for labels.
This commit is contained in:
evazion
2020-03-11 00:01:56 -05:00
parent f917595554
commit e81161bca5
4 changed files with 20 additions and 22 deletions

View File

@@ -24,10 +24,6 @@
</span>
<% end %>
<% if !topic.is_read? %>
<span class="topic-status label new">New</span>
<% end %>
<% status = forum_topic_status(topic) %>
<% if status.present? %>
<span class="topic-status label <%= status %>"><%= status %></span>