From c6074402bbdcb8ef04c575090499874d02339a56 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 5 Nov 2024 10:24:01 +0000 Subject: [PATCH] Restore default styling for chosen chooser item See https://github.com/TiddlyWiki/TiddlyWiki5/pull/8702#discussion_r1816584692 --- themes/tiddlywiki/vanilla/base.tid | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 921495cdb..fc938a820 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -2858,6 +2858,17 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta cursor:default; } +.tc-chosen > .tc-tiddlylink:before { + margin-left: -10px; + position: relative; + content: "ยป "; +} + +.tc-chooser.tc-chooser-cards .tc-chosen > .tc-tiddlylink:before { + margin: 0; + content: ""; +} + .tc-chooser-item .tc-tiddlylink { display: block; text-decoration: none;