1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-20 22:16:52 +00:00

Improve chooser chosen item highlight

This commit is contained in:
Jeremy Ruston 2024-11-10 16:52:23 +00:00
parent 297ae7eccb
commit 38d5daaf12

View File

@ -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 <<colour primary>>;
}
.tc-chooser.tc-chooser-cards {
display: flex;
flex-wrap: wrap;