Merge pull request #4468 from xfalcox/last-visit-adjusts
Last visit adjusts
This commit is contained in:
commit
214056e782
|
@ -14,9 +14,12 @@
|
|||
|
||||
{{#if hasTopics}}
|
||||
{{topic-list
|
||||
highlightLastVisited=true
|
||||
showPosters=true
|
||||
currentUser=currentUser
|
||||
hideCategory=model.hideCategory
|
||||
order=order
|
||||
ascending=ascending
|
||||
topics=model.topics
|
||||
expandGloballyPinned=expandGloballyPinned
|
||||
expandAllPinned=expandAllPinned
|
||||
|
|
|
@ -52,7 +52,8 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh
|
|||
td span {
|
||||
background-color: $secondary;
|
||||
color: scale-color($danger, $lightness: 60%);
|
||||
padding: 0px 10px;
|
||||
padding: 0px 8px;
|
||||
font-size: 0.929em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1224,7 +1224,7 @@ en:
|
|||
current_user: 'go to your user page'
|
||||
|
||||
topics:
|
||||
new_messages_marker: "Last Visit"
|
||||
new_messages_marker: "last visit"
|
||||
bulk:
|
||||
unlist_topics: "Unlist Topics"
|
||||
reset_read: "Reset Read"
|
||||
|
|
Loading…
Reference in New Issue