mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: fix circle indicator on "my posts", color (#18844)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user