mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-24 05:21:01 -08:00
Improve chooser chosen item highlight
This commit is contained in:
parent
297ae7eccb
commit
38d5daaf12
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue