Hey everyone,
I'm trying to apply a yellow background to all listed shadow tiddlers that
have been altered in the list.
This way I can quickly scroll down the very lengthy list of shadow tiddlers
and quickly discern which ones are defaults and which ones are not.
I can successfully display the shadow tiddlers in a list like so:
<$list filter="[all[shadows]sort[title]]"/>
And the altered shadow tiddlers have a slightly lighter black color which
is hard to quickly discern in such a lengthy list.
So, I decided to attempt to give the altered shadow tidders within the
list, a yellow background color to quickly set them apart from the others.
But if I do something like shown below, the listed shadows simply line wrap
and are not listed one per line. All the shadow tiddler titles are now
listed on a single line which is not desired. Although the yellow
highlight does successfully distinguish the altered shadow tiddlers now:
<style>
.my-class .tc-tiddlylink.tc-tiddlylink-resolves {
background-color: yellow;
}
</style>
@@.my-class
<$list filter="[all[shadows]sort[title]]"/>
@@
Anyone know how I can fix this line wrap problem?
Thanks,
-Doug
--
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/1eddb1c6-9475-4bdc-9fbc-8d2703e1c05c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.