mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 04:10:10 +08:00
FIX: removes inline styles applied to "all categories" in category dropdown
"all categories" in the category dropdown gets category-like inline styles when category mode is set to "box"
This commit is contained in:
parent
2bfe700bd6
commit
888a827b93
@ -55,10 +55,6 @@ export default ComboBoxSelectBoxHeaderComponent.extend({
|
|||||||
return style.htmlSafe();
|
return style.htmlSafe();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (categoryStyle === "box") {
|
|
||||||
return `background-color: ${categoryBackgroundColor}; color: ${categoryTextColor}`.htmlSafe();
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
didRender() {
|
didRender() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user