2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

@ -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; }
}