UX: visited style wasn't applied to PM on mobile

This commit is contained in:
Régis Hanol 2017-09-26 18:13:32 +02:00
parent 06072b3d99
commit e687a1e8e3
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<table class="topic-list">
<tbody>
{{#each topics as |t|}}
<tr class="{{if t.archived 'archived'}} {{if t.visited 'visited'}}" data-topic-id={{t.id}}>
<tr class="topic-list-item {{if t.archived 'archived'}} {{if t.visited 'visited'}}" data-topic-id={{t.id}}>
<td>
<div class='main-link'>
{{topic-status topic=t}}

View File

@ -27,8 +27,7 @@
.topic-list-item.visited,
.latest-topic-list-item.visited,
.category-topic-link.visited,
#suggested-topics .topic-list tr.visited {
.category-topic-link.visited {
a.title:not(.badge-notification) { color: $primary-medium; }
}