From 01407fa8f9a80f7084049936193e634da67db265 Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Sun, 25 Nov 2018 11:42:47 +0100 Subject: [PATCH] Make tag-icons use the tag-pill-styles (#3448) this line inherits the `fill: $(foregroundColor)$` from `<>` in `$:/core/macros/tags` deleting the line makes the tag-icons fill with the computed color --- themes/tiddlywiki/vanilla/base.tid | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 401022128..d97b49caa 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -640,7 +640,6 @@ button.tc-untagged-label { .tc-tag-label svg, .tc-tag-label img { height: 1em; width: 1em; - fill: <>; vertical-align: text-bottom; }