1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 06:43:49 +00:00

Improve readability of the editor save-button (#7225)

This commit is contained in:
Mario Pietsch 2023-01-23 14:23:25 +01:00 committed by GitHub
parent 2426cc668d
commit fb8e5d1417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,20 @@ description: {{$:/language/Buttons/Save/Hint}}
\whitespace trim \whitespace trim
\define save-tiddler-button() \define save-tiddler-button()
\whitespace trim \whitespace trim
<$fieldmangler><$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tv-config-toolbar-class>>> <$fieldmangler>
<<save-tiddler-actions>> <$button
<$list filter="[<tv-config-toolbar-icons>match[yes]]"> tooltip={{$:/language/Buttons/Save/Hint}}
{{$:/core/images/done-button}} aria-label={{$:/language/Buttons/Save/Caption}}
</$list> class=<<tv-config-toolbar-class>>
<$list filter="[<tv-config-toolbar-text>match[yes]]"> >
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Save/Caption}}/></span> <<save-tiddler-actions>>
</$list> <$list filter="[<tv-config-toolbar-icons>match[yes]]">
</$button></$fieldmangler> {{$:/core/images/done-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Save/Caption}}/></span>
</$list>
</$button>
</$fieldmangler>
\end \end
<<save-tiddler-button>> <<save-tiddler-button>>