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) {
color: $primary-medium;
}
.link-bottom-line {
opacity: 0.6;
}
}
.topic-list-main-link {
@ -156,13 +159,6 @@
.topic-statuses:empty {
display: none;
}
.topic-status {
margin-right: 4px;
padding: 0;
&:last-of-type {
margin-right: 0;
}
}
.num {
text-align: center;

View File

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