From fdfed22731c11e5bddd1286bc8cabbba3a527c60 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 23 Aug 2013 18:39:27 +0100 Subject: [PATCH] Add a class around the tag count so that we can make it bold Suggested by @giffmex --- core/ui/MoreSideBar.tid | 2 +- themes/tiddlywiki/snowwhite/base.tid | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/ui/MoreSideBar.tid b/core/ui/MoreSideBar.tid index 765ffbfbf..b62c94b4a 100644 --- a/core/ui/MoreSideBar.tid +++ b/core/ui/MoreSideBar.tid @@ -29,7 +29,7 @@ title: $:/core/ui/MoreSideBar <$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"/> <$count filter="[is[current]tagging[]]"/> +<$transclude template="$:/core/ui/TagTemplate"/> <$count filter="[is[current]tagging[]]"/> <$reveal type="match" state="$:/state/moreSideBarTabSet" text="missingTab" qualifyTiddlerTitles="yes"> diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index e42794298..25be30d36 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -333,6 +333,10 @@ a.tw-tiddlylink-external { white-space: nowrap; } +.tw-menu-list-count { + font-weight: bold; +} + .tw-open-tiddler-list { <> }