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:
Joe 2018-07-03 12:02:50 +08:00 committed by GitHub
parent 2bfe700bd6
commit 888a827b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,10 +55,6 @@ export default ComboBoxSelectBoxHeaderComponent.extend({
return style.htmlSafe();
}
}
if (categoryStyle === "box") {
return `background-color: ${categoryBackgroundColor}; color: ${categoryTextColor}`.htmlSafe();
}
},
didRender() {