1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-17 19:09:55 +00:00
TiddlyWiki5/core/ui/EditorToolbar/clear-dropdown.tid
2016-04-22 08:36:29 +01:00

22 lines
348 B
Plaintext

title: $:/core/ui/EditorToolbar/clear-dropdown
''{{$:/language/Buttons/Clear/Hint}}''
<div class="tc-colour-chooser">
<$macrocall $name="colour-picker" actions="""
<$action-sendmessage
$message="tm-edit-bitmap-operation"
$param="clear"
colour=<<colour-picker-value>>
/>
<$action-deletetiddler
$tiddler=<<dropdown-state>>
/>
"""/>
</div>