mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
22 lines
348 B
Plaintext
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>
|