kopia lustrzana https://github.com/miklobit/TiddlyWiki5
allows to style buttons as though internal links
by assigning class="tc-btn-invisible tc-tiddlylink"print-window-tiddler
rodzic
7034c429f6
commit
2e50ddc213
|
@ -139,6 +139,7 @@ table tfoot tr td {
|
|||
** Links
|
||||
*/
|
||||
|
||||
button.tc-tiddlylink,
|
||||
a.tc-tiddlylink {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
|
@ -154,6 +155,7 @@ a.tc-tiddlylink {
|
|||
color: <<colour sidebar-tiddler-link-foreground-hover>>;
|
||||
}
|
||||
|
||||
button.tc-tiddlylink:hover,
|
||||
a.tc-tiddlylink:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue