UX: Dim visited post info along with title
This commit is contained in:
parent
25aed5a47c
commit
547eaa6060
|
@ -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;
|
||||||
|
|
|
@ -208,6 +208,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.visited .topic-item-stats {
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
.age {
|
.age {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in New Issue