mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: use right caret for collapse state of tag and category drops
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user