mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 15:04:59 +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() {
|
get suffixValue() {
|
||||||
if (this.hideCount) {
|
if (this._hasDraft && this.hideCount) {
|
||||||
return "circle";
|
return "circle";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
.sidebar-section-link-suffix {
|
.sidebar-section-link-suffix {
|
||||||
margin-left: 0.25rem;
|
margin-left: 0.25rem;
|
||||||
font-size: var(--font-down-4);
|
font-size: var(--font-down-4);
|
||||||
|
color: var(--tertiary-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-section-link-content-text {
|
.sidebar-section-link-content-text {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user