mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04: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>
|
||||||
<$reveal type="match" state="$:/state/moreSideBarTabSet" text="tagsTab" qualifyTiddlerTitles="yes">
|
<$reveal type="match" state="$:/state/moreSideBarTabSet" text="tagsTab" qualifyTiddlerTitles="yes">
|
||||||
<$list filter="[tags[]sort[title]]" itemClass="tw-menu-list-item">
|
<$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>
|
</$list>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
<$reveal type="match" state="$:/state/moreSideBarTabSet" text="missingTab" qualifyTiddlerTitles="yes">
|
<$reveal type="match" state="$:/state/moreSideBarTabSet" text="missingTab" qualifyTiddlerTitles="yes">
|
||||||
|
@ -333,6 +333,10 @@ a.tw-tiddlylink-external {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tw-menu-list-count {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.tw-open-tiddler-list {
|
.tw-open-tiddler-list {
|
||||||
<<transform-origin "0% 0%">>
|
<<transform-origin "0% 0%">>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user