mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 05:19:57 +00:00
Restore default styling for chosen chooser item
See https://github.com/TiddlyWiki/TiddlyWiki5/pull/8702#discussion_r1816584692
This commit is contained in:
parent
23eccd1df6
commit
c6074402bb
@ -2858,6 +2858,17 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
.tc-chosen > .tc-tiddlylink:before {
|
||||
margin-left: -10px;
|
||||
position: relative;
|
||||
content: "» ";
|
||||
}
|
||||
|
||||
.tc-chooser.tc-chooser-cards .tc-chosen > .tc-tiddlylink:before {
|
||||
margin: 0;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.tc-chooser-item .tc-tiddlylink {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
|
Loading…
Reference in New Issue
Block a user