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:
parent
297ae7eccb
commit
38d5daaf12
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user