1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-23 15:36:52 +00:00

allows to style buttons as though internal links

by assigning class="tc-btn-invisible tc-tiddlylink"
This commit is contained in:
Tobias Beer 2014-12-11 17:34:43 +01:00
parent 7034c429f6
commit 2e50ddc213

View File

@ -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;
}