FIX: fix circle indicator on "my posts", color (#18844)

This commit is contained in:
Kris 2022-11-02 11:43:28 -04:00 committed by GitHub
parent f6f436f694
commit 4201ca61e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export default class MyPostsSectionLink extends BaseSectionLink {
}
get suffixValue() {
if (this.hideCount) {
if (this._hasDraft && this.hideCount) {
return "circle";
}
}

View File

@ -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 {