mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 06:14:00 +08:00
only dim categories, not all topic stats per 547eaa6
This commit is contained in:
parent
98c18f8349
commit
d16a4b895f
|
@ -50,7 +50,7 @@
|
||||||
a.title:not(.badge-notification) {
|
a.title:not(.badge-notification) {
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
}
|
}
|
||||||
.link-bottom-line {
|
a.badge-wrapper {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -208,7 +208,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.visited .topic-item-stats {
|
.visited .topic-item-stats .category {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user