UX: more consistent setting/edit buttons (#13276)

This commit is contained in:
Kris 2021-06-03 18:33:36 -04:00 committed by GitHub
parent 9d8bc6a405
commit cd9941e0ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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}}

View File

@ -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,

View File

@ -29,7 +29,6 @@
flex: 0 0 100%;
overflow: hidden;
font-size: $font-up-2;
align-self: center;
margin-right: 0;
}
}

View File

@ -188,6 +188,7 @@ module SvgSprite
"sync",
"table",
"tag",
"tags",
"tasks",
"thermometer-three-quarters",
"thumbs-down",