mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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,
|
actionsMapping: null,
|
||||||
|
|
||||||
selectKitOptions: {
|
selectKitOptions: {
|
||||||
icons: ["bars", "caret-down"],
|
icons: ["wrench", "caret-down"],
|
||||||
showFullTitle: false,
|
showFullTitle: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||||||
id: "manageGroups",
|
id: "manageGroups",
|
||||||
name: I18n.t("tagging.manage_groups"),
|
name: I18n.t("tagging.manage_groups"),
|
||||||
description: I18n.t("tagging.manage_groups_description"),
|
description: I18n.t("tagging.manage_groups_description"),
|
||||||
icon: "wrench",
|
icon: "tags",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "uploadTags",
|
id: "uploadTags",
|
||||||
|
@ -24,14 +24,14 @@
|
|||||||
class="btn-default edit-category"
|
class="btn-default edit-category"
|
||||||
action=editCategory
|
action=editCategory
|
||||||
icon="wrench"
|
icon="wrench"
|
||||||
label="category.edit"}}
|
ariaLabel="category.edit"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if tag}}
|
{{#if tag}}
|
||||||
{{#if showToggleInfo}}
|
{{#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}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||||||
fixedCateoryPositions: setting("fixed_category_positions"),
|
fixedCateoryPositions: setting("fixed_category_positions"),
|
||||||
|
|
||||||
selectKitOptions: {
|
selectKitOptions: {
|
||||||
icon: "wrench",
|
icons: ["wrench", "caret-down"],
|
||||||
showFullTitle: false,
|
showFullTitle: false,
|
||||||
autoFilterable: false,
|
autoFilterable: false,
|
||||||
filterable: false,
|
filterable: false,
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: $font-up-2;
|
font-size: $font-up-2;
|
||||||
align-self: center;
|
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -188,6 +188,7 @@ module SvgSprite
|
|||||||
"sync",
|
"sync",
|
||||||
"table",
|
"table",
|
||||||
"tag",
|
"tag",
|
||||||
|
"tags",
|
||||||
"tasks",
|
"tasks",
|
||||||
"thermometer-three-quarters",
|
"thermometer-three-quarters",
|
||||||
"thumbs-down",
|
"thumbs-down",
|
||||||
|
Loading…
Reference in New Issue
Block a user