mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 06:03:38 +08:00
FIX: fix circle indicator on "my posts", color (#18844)
This commit is contained in:
parent
f6f436f694
commit
4201ca61e2
|
@ -79,7 +79,7 @@ export default class MyPostsSectionLink extends BaseSectionLink {
|
|||
}
|
||||
|
||||
get suffixValue() {
|
||||
if (this.hideCount) {
|
||||
if (this._hasDraft && this.hideCount) {
|
||||
return "circle";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
.sidebar-section-link-suffix {
|
||||
margin-left: 0.25rem;
|
||||
font-size: var(--font-down-4);
|
||||
color: var(--tertiary-medium);
|
||||
}
|
||||
|
||||
.sidebar-section-link-content-text {
|
||||
|
|
Loading…
Reference in New Issue
Block a user