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:
parent
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user