mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-03 04:39:10 +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
|
** Links
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
button.tc-tiddlylink,
|
||||||
a.tc-tiddlylink {
|
a.tc-tiddlylink {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -154,6 +155,7 @@ a.tc-tiddlylink {
|
|||||||
color: <<colour sidebar-tiddler-link-foreground-hover>>;
|
color: <<colour sidebar-tiddler-link-foreground-hover>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.tc-tiddlylink:hover,
|
||||||
a.tc-tiddlylink:hover {
|
a.tc-tiddlylink:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user