mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00: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",
|
||||
showFullTitle: false,
|
||||
allowInitialValueMutation: false,
|
||||
headerIcon: ["bars", "caret-down"],
|
||||
headerIcon: ["bars"],
|
||||
|
||||
autoHighlight() {},
|
||||
|
||||
|
@ -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() {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user