mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
f59809e9a4
Previously, the standard toolbar buttons exhibited uneven spacing due to the vestigial whitespace.
16 lines
624 B
Plaintext
16 lines
624 B
Plaintext
title: $:/core/ui/Buttons/close
|
|
tags: $:/tags/ViewToolbar
|
|
caption: {{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}
|
|
description: {{$:/language/Buttons/Close/Hint}}
|
|
|
|
\whitespace trim
|
|
<$button message="tm-close-tiddler" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/close-button}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
|
<span class="tc-btn-text">
|
|
<$text text={{$:/language/Buttons/Close/Caption}}/>
|
|
</span>
|
|
</$list>
|
|
</$button> |