mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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();
|
||||
}
|
||||
}
|
||||
|
||||
if (categoryStyle === "box") {
|
||||
return `background-color: ${categoryBackgroundColor}; color: ${categoryTextColor}`.htmlSafe();
|
||||
}
|
||||
},
|
||||
|
||||
didRender() {
|
||||
|
Loading…
Reference in New Issue
Block a user