From 38d5daaf12788ffc81804f2e767fc26ddf09c4ea Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 10 Nov 2024 16:52:23 +0000 Subject: [PATCH] Improve chooser chosen item highlight --- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index fc938a820..d27adce57 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -2825,6 +2825,10 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta white-space: pre-wrap; } +.tc-chooser .tc-chooser-item.tc-chosen { + outline: 2px solid <>; +} + .tc-chooser.tc-chooser-cards { display: flex; flex-wrap: wrap;