mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-01 19:59:09 +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;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-chooser .tc-chooser-item.tc-chosen {
|
||||||
|
outline: 2px solid <<colour primary>>;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-chooser.tc-chooser-cards {
|
.tc-chooser.tc-chooser-cards {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user