UX: more consistent setting/edit buttons (#13276)
This commit is contained in:
parent
9d8bc6a405
commit
cd9941e0ca
|
@ -8,7 +8,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||
actionsMapping: null,
|
||||
|
||||
selectKitOptions: {
|
||||
icons: ["bars", "caret-down"],
|
||||
icons: ["wrench", "caret-down"],
|
||||
showFullTitle: false,
|
||||
},
|
||||
|
||||
|
@ -18,7 +18,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||
id: "manageGroups",
|
||||
name: I18n.t("tagging.manage_groups"),
|
||||
description: I18n.t("tagging.manage_groups_description"),
|
||||
icon: "wrench",
|
||||
icon: "tags",
|
||||
},
|
||||
{
|
||||
id: "uploadTags",
|
||||
|
|
|
@ -24,14 +24,14 @@
|
|||
class="btn-default edit-category"
|
||||
action=editCategory
|
||||
icon="wrench"
|
||||
label="category.edit"}}
|
||||
ariaLabel="category.edit"}}
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
|
||||
{{#if tag}}
|
||||
{{#if showToggleInfo}}
|
||||
{{d-button icon="tag" class="btn-default" label="tagging.info" action=toggleInfo id="show-tag-info"}}
|
||||
{{d-button icon="wrench" class="btn-default" ariaLabel="tagging.info" action=toggleInfo id="show-tag-info"}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||
fixedCateoryPositions: setting("fixed_category_positions"),
|
||||
|
||||
selectKitOptions: {
|
||||
icon: "wrench",
|
||||
icons: ["wrench", "caret-down"],
|
||||
showFullTitle: false,
|
||||
autoFilterable: false,
|
||||
filterable: false,
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
flex: 0 0 100%;
|
||||
overflow: hidden;
|
||||
font-size: $font-up-2;
|
||||
align-self: center;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -188,6 +188,7 @@ module SvgSprite
|
|||
"sync",
|
||||
"table",
|
||||
"tag",
|
||||
"tags",
|
||||
"tasks",
|
||||
"thermometer-three-quarters",
|
||||
"thumbs-down",
|
||||
|
|
Loading…
Reference in New Issue