FIX: use right caret for collapse state of tag and category drops

This commit is contained in:
Joffrey JAFFEUX
2018-03-16 10:52:15 +01:00
committed by GitHub
parent 215d955e30
commit cb49dc6448
4 changed files with 15 additions and 6 deletions

View File

@@ -18,6 +18,8 @@ export default ComboBoxComponent.extend({
noCategoriesLabel: I18n.t("categories.no_subcategory"),
mutateAttributes() {},
fullWidthOnMobile: true,
caretDownIcon: "caret-right fa-fw",
caretUpIcon: "caret-down fa-fw",
init() {
this._super();

View File

@@ -19,6 +19,8 @@ export default ComboBoxComponent.extend({
categoryStyle: Ember.computed.alias("siteSettings.category_style"),
mutateAttributes() {},
fullWidthOnMobile: true,
caretDownIcon: "caret-right fa-fw",
caretUpIcon: "caret-down fa-fw",
@computed("tagId")
noTagsSelected() {