1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 02:37:14 +00:00

correctly add the data-tiddler-title value

This commit is contained in:
BurningTreeC 2024-10-11 16:49:31 +02:00
parent 9a8a971eee
commit a9f9d0a45e

View File

@ -22,7 +22,7 @@ tags: $:/tags/Stylesheet
<$set name="CSSEscapedTitle" value={{{ [<filteredTiddler>escapecss[]] }}}>
[data-tiddler-title={{{ [<CSSEscapedTitle>] }}}].tc-tiddler-frame {
[data-tiddler-title="<<CSSEscapedTitle>>"].tc-tiddler-frame {
outline: 2px solid <<colour primary>>;
}