diff --git a/core/wiki/macros/dumpvariables.tid b/core/wiki/macros/dumpvariables.tid index 0874ad331..92e186edb 100644 --- a/core/wiki/macros/dumpvariables.tid +++ b/core/wiki/macros/dumpvariables.tid @@ -67,6 +67,7 @@ tags: $:/tags/Global \procedure dv-toggleState() <$action-setfield $tiddler=<> text={{{ [get[text]] +[toggle[yes],[no]] }}}/> +<> \end \procedure dv-toggleInfoState() @@ -210,8 +211,8 @@ tags: $:/tags/Global <% endif %> <% if [get[text]match[yes]] %> - <$button actions=<> - class="tc-btn-invisible tc-small-gap-left" + <$button actions=<> + class="tc-btn-details tc-btn-invisible tc-small-gap-left" > <% if [get[text]match[yes]] %> {{$:/core/images/up-arrow}} diff --git a/themes/tiddlywiki/vanilla/flexible-form-styles.tid b/themes/tiddlywiki/vanilla/flexible-form-styles.tid index 60a1e0393..cae773e54 100644 --- a/themes/tiddlywiki/vanilla/flexible-form-styles.tid +++ b/themes/tiddlywiki/vanilla/flexible-form-styles.tid @@ -87,6 +87,11 @@ tags: $:/tags/Stylesheet } +.tc-variables-results button.tc-btn-details svg { + width: .9em; + height: .9em; +} + .btn-fld { padding: 0 2px; grid-area: btn-fld;