Hi Tobias
> I'll make a pull request as buttons can do what links can't and yet I may
want them to look the same.
The obvious solution is to change CSS definitions like this:
a.tc-tiddlylink {
text-decoration: none;
font-weight: normal;
color: <<colour tiddler-link-foreground>>;
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes
links impossible to select */
}
To:
.tc-tiddlylink {
text-decoration: none;
font-weight: normal;
color: <<colour tiddler-link-foreground>>;
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes
links impossible to select */
}
The trouble is that that is not a fully backwards compatible change because
it changes the specificity of the rule, which affects the specificity of
rules needed to override it. That means that it might affect the operation
of published stylesheet tweaks. Since it reduces the specificity it may not
matter too much, but I think it's going to need careful testing before we
can be confident of that.
Best wishes
Jeremy.
On Mon, Dec 8, 2014 at 5:15 PM, Tobias Beer <[email protected]> wrote:
> > Anyway, you will need some extra style.
>> You have to define your own CSS with blue color and underline when
>> hovering.
>>
>
> I'll make a pull request as buttons can do what links can't and yet I may
> want them to look the same.
>
> Best wishes, Tobias.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>
--
Jeremy Ruston
mailto:[email protected]
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.