Details marker not disappearing in list-search

Hi all

See the sliders with the black triangles in Stroll notes 2022.

The black triangles should not be there. They should be +

This is the CSS that should make this change but does not work for some reason: Stroll notes 2022

This is the list-item-template I am using to display each item in the list: Stroll notes 2022

I deleted other details elements stylesheets to see if they were causing conflicts, but it still does not work.

Is the list-search macro what is blocking the CSS? Or am I doing something wrong?

I am pretty enthused about this because it creates a three-level outline combining tags and backlinks. One could conceivably read eveything from this one tiddler.

Thanks for any help, insight and feedback.

I doubt anyone else would want this set up, though, since it is very much tailored for my multi-level way of taking notes: domain (tag), topic (tiddler backlinked from notes), source (tiddler tagged .source, used to generate the notes with a new button), note (tiddler tagged .note), footnote (tiddler in popup linked to from note).

But maybe it will inspire someone to create something similar that works for them.

Try this Dave…

summary::marker {
 content:"+";
}

Thanks CodaCoder. Actually the problem was that I forgot to re-tag the stylesheet tiddler $:/tags/Stylesheet. Oops!

See the final results at Stroll notes 2022