UX: Dim visited post info along with title

This commit is contained in:
Kris 2018-12-07 11:09:56 -05:00
parent 25aed5a47c
commit 547eaa6060
2 changed files with 7 additions and 7 deletions

View File

@ -50,6 +50,9 @@
a.title:not(.badge-notification) { a.title:not(.badge-notification) {
color: $primary-medium; color: $primary-medium;
} }
.link-bottom-line {
opacity: 0.6;
}
} }
.topic-list-main-link { .topic-list-main-link {
@ -156,13 +159,6 @@
.topic-statuses:empty { .topic-statuses:empty {
display: none; display: none;
} }
.topic-status {
margin-right: 4px;
padding: 0;
&:last-of-type {
margin-right: 0;
}
}
.num { .num {
text-align: center; text-align: center;

View File

@ -208,6 +208,10 @@
} }
} }
.visited .topic-item-stats {
opacity: 0.6;
}
.age { .age {
white-space: nowrap; white-space: nowrap;
a { a {