mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-01 23:37:38 +00:00
* Bidirectional improvements for core classes * Fix Control Panel table text direction * Switch to logical properties * Add -webkit-margin-* properties * Improve backward compatibility * Use supports CSS at-rule for fallback * Tiddler controls, alert, TOC update. * tc-tree & testcase update * .tc-sidebar-scrollable use new syntax * Snow white use standard value * Update divider * Avoid negative logic * Remove :dir rules at the moment * Use property procedures * Add change note * Update blockquote * Update unfold banner * Update tiddlerinfo close button * Group supports rule * Update tiddler title icon * Fix wrong float and margin
15 lines
582 B
Plaintext
15 lines
582 B
Plaintext
title: $:/core/ui/TiddlerInfo
|
|
|
|
\whitespace trim
|
|
<div style="position:relative;">
|
|
<div class="tc-tiddler-controls tc-tiddler-info-controls">
|
|
<$reveal state="$:/config/TiddlerInfo/Mode" type="match" text="sticky">
|
|
<$button set=<<tiddlerInfoState>> setTo="" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class="tc-btn-invisible">
|
|
{{$:/core/images/close-button}}
|
|
</$button>
|
|
</$reveal>
|
|
</div>
|
|
</div>
|
|
|
|
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" default={{$:/config/TiddlerInfo/Default}}/>
|