mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
* add tc-tag-list-item to edittemplate tag ... and remove a space that doesn't do anything here * we need an ` ` here
This commit is contained in:
parent
603c564872
commit
17232cfe91
@ -14,8 +14,8 @@ color:$(foregroundColor)$;
|
|||||||
\define tag-body-inner(colour,fallbackTarget,colourA,colourB,icon)
|
\define tag-body-inner(colour,fallbackTarget,colourA,colourB,icon)
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
<$vars foregroundColor=<<contrastcolour target:"""$colour$""" fallbackTarget:"""$fallbackTarget$""" colourA:"""$colourA$""" colourB:"""$colourB$""">> backgroundColor="""$colour$""">
|
<$vars foregroundColor=<<contrastcolour target:"""$colour$""" fallbackTarget:"""$fallbackTarget$""" colourA:"""$colourA$""" colourB:"""$colourB$""">> backgroundColor="""$colour$""">
|
||||||
<span style=<<tag-styles>> class="tc-tag-label">
|
<span style=<<tag-styles>> class="tc-tag-label tc-tag-list-item">
|
||||||
<$transclude tiddler="""$icon$"""/> <$view field="title" format="text" />
|
<$transclude tiddler="""$icon$"""/> <$view field="title" format="text" />
|
||||||
<$button message="tm-remove-tag" param={{!!title}} class="tc-btn-invisible tc-remove-tag-button">×</$button>
|
<$button message="tm-remove-tag" param={{!!title}} class="tc-btn-invisible tc-remove-tag-button">×</$button>
|
||||||
</span>
|
</span>
|
||||||
</$vars>
|
</$vars>
|
||||||
|
Loading…
Reference in New Issue
Block a user