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) {
|
||||
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;
|
||||
|
|
|
@ -208,6 +208,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.visited .topic-item-stats {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.age {
|
||||
white-space: nowrap;
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue