mirror of
https://github.com/discourse/discourse.git
synced 2025-04-28 12:34:35 +08:00
caret icon is redundant on hamburger menu button
This commit is contained in:
parent
dc1e7bb645
commit
07be8e5447
@ -5,7 +5,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||||||
classNames: "categories-admin-dropdown",
|
classNames: "categories-admin-dropdown",
|
||||||
showFullTitle: false,
|
showFullTitle: false,
|
||||||
allowInitialValueMutation: false,
|
allowInitialValueMutation: false,
|
||||||
headerIcon: ["bars", "caret-down"],
|
headerIcon: ["bars"],
|
||||||
|
|
||||||
autoHighlight() {},
|
autoHighlight() {},
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ import DropdownSelectBoxComponent from "select-kit/components/dropdown-select-bo
|
|||||||
|
|
||||||
export default DropdownSelectBoxComponent.extend({
|
export default DropdownSelectBoxComponent.extend({
|
||||||
classNames: "group-members-dropdown",
|
classNames: "group-members-dropdown",
|
||||||
headerIcon: ["bars", "caret-down"],
|
headerIcon: ["bars"],
|
||||||
showFullTitle: false,
|
showFullTitle: false,
|
||||||
allowInitialValueMutation: false,
|
allowInitialValueMutation: false,
|
||||||
autoHighlight() {},
|
autoHighlight() {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user