caret icon is redundant on hamburger menu button

This commit is contained in:
Kris 2018-10-02 15:06:50 -04:00
parent dc1e7bb645
commit 07be8e5447
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export default DropdownSelectBoxComponent.extend({
classNames: "categories-admin-dropdown",
showFullTitle: false,
allowInitialValueMutation: false,
headerIcon: ["bars", "caret-down"],
headerIcon: ["bars"],
autoHighlight() {},

View File

@ -2,7 +2,7 @@ import DropdownSelectBoxComponent from "select-kit/components/dropdown-select-bo
export default DropdownSelectBoxComponent.extend({
classNames: "group-members-dropdown",
headerIcon: ["bars", "caret-down"],
headerIcon: ["bars"],
showFullTitle: false,
allowInitialValueMutation: false,
autoHighlight() {},