Hi all,
As I was not aware of the list-after trick for CSS-tiddlers until now, I have
used another method to overcome the effect: specifity.
In CSS the most specific definition wins. In my cases I usually added some
super- or middle-classes to my definition. This makes them not only win over
less specific definitions, it adds also security to target the desired elements
only.
Example: Instead of
.tc-search-drop-down a.tc-tiddlylink:hover { …
I used an additional class from a surrounding element:
.tc-sidebar-lists .tc-search-drop-down a.tc-tiddlylink:hover { …
Good night and good luck!
Thomas
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/b9d7ba7b-b025-4505-857e-93070f876a64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.