mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
Improve readability of the editor save-button (#7225)
This commit is contained in:
parent
2426cc668d
commit
fb8e5d1417
@ -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>>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user