diff --git a/core/ui/EditTemplate/tags.tid b/core/ui/EditTemplate/tags.tid index e2ca88d8e..d368ce491 100644 --- a/core/ui/EditTemplate/tags.tid +++ b/core/ui/EditTemplate/tags.tid @@ -16,7 +16,7 @@ color:$(foregroundColor)$; <$vars foregroundColor=<> backgroundColor="""$colour$"""> > class="tc-tag-label tc-tag-list-item"> <$transclude tiddler="""$icon$"""/> <$view field="title" format="text" /> -<$button message="tm-remove-tag" param={{!!title}} class="tc-btn-invisible tc-remove-tag-button">× +<$button message="tm-remove-tag" param={{!!title}} class="tc-btn-invisible tc-remove-tag-button">{{$:/core/images/close-button}} \end diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index cf05274df..dd3b20e06 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -662,6 +662,11 @@ button.tc-untagged-label { vertical-align: text-bottom; } +.tc-edit-tags button.tc-remove-tag-button svg { + font-size: 0.7em; + vertical-align: middle; +} + .tc-tag-manager-table .tc-tag-label { white-space: normal; }