Skip to content

Commit

Permalink
Restore default styling for chosen chooser item
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Nov 5, 2024
1 parent 23eccd1 commit c607440
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions themes/tiddlywiki/vanilla/base.tid
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c607440

Please sign in to comment.