mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Add a class around the tag count so that we can make it bold
Suggested by @giffmex
This commit is contained in:
parent
3b563e19cf
commit
fdfed22731
@ -29,7 +29,7 @@ title: $:/core/ui/MoreSideBar
|
||||
</$reveal>
|
||||
<$reveal type="match" state="$:/state/moreSideBarTabSet" text="tagsTab" qualifyTiddlerTitles="yes">
|
||||
<$list filter="[tags[]sort[title]]" itemClass="tw-menu-list-item">
|
||||
<$transclude template="$:/core/ui/TagTemplate"/> <small><$count filter="[is[current]tagging[]]"/></small>
|
||||
<$transclude template="$:/core/ui/TagTemplate"/> <small class="tw-menu-list-count"><$count filter="[is[current]tagging[]]"/></small>
|
||||
</$list>
|
||||
</$reveal>
|
||||
<$reveal type="match" state="$:/state/moreSideBarTabSet" text="missingTab" qualifyTiddlerTitles="yes">
|
||||
|
@ -333,6 +333,10 @@ a.tw-tiddlylink-external {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tw-menu-list-count {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tw-open-tiddler-list {
|
||||
<<transform-origin "0% 0%">>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user