tone down new/unread on /categories
This commit is contained in:
parent
a4e140b515
commit
6fb683ff9a
|
@ -22,7 +22,7 @@
|
|||
{{#if controller.ordering}}<i class="fa fa-bars"></i>{{/if}}
|
||||
{{category-title-link category=this}}
|
||||
{{#if unreadTopics}}
|
||||
<a href={{unbound unreadUrl}} class='badge new-posts badge-notification' title='{{i18n topic.unread_topics count="unreadTopics"}}'>{{unbound unreadTopics}}</a>
|
||||
<a href={{unbound unreadUrl}} class='badge new-posts badge-notification' title='{{i18n topic.unread_topics count="unreadTopics"}}'>{{unbound unreadTopics}} {{i18n topic.unread}}</a>
|
||||
{{/if}}
|
||||
{{#if newTopics}}
|
||||
<a href={{unbound newUrl}} class='badge new-posts badge-notification' title='{{i18n topic.new_topics count="newTopics"}}'>{{i18n filters.new.lower_title_with_count count="newTopics"}}</a>
|
||||
|
|
|
@ -97,6 +97,11 @@
|
|||
|
||||
.topic-list.categories {
|
||||
|
||||
.new-posts.badge-notification {
|
||||
background-color:transparent;
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
|
||||
td.category {
|
||||
vertical-align: top;
|
||||
padding-top: 15px;
|
||||
|
|
|
@ -751,6 +751,7 @@ en:
|
|||
private_message: 'Start a private message'
|
||||
list: 'Topics'
|
||||
new: 'new topic'
|
||||
unread: 'unread'
|
||||
new_topics:
|
||||
one: '1 new topic'
|
||||
other: '{{count}} new topics'
|
||||
|
|
Loading…
Reference in New Issue