1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Make tag-icons use the tag-pill-styles (#3448)

this line inherits the `fill: $(foregroundColor)$` from `<<tag-pill-styles>>` in `$:/core/macros/tags`
deleting the line makes the tag-icons fill with the computed color
This commit is contained in:
BurningTreeC 2018-11-25 11:42:47 +01:00 committed by Jeremy Ruston
parent 09ea59240a
commit 01407fa8f9

View File

@ -640,7 +640,6 @@ button.tc-untagged-label {
.tc-tag-label svg, .tc-tag-label img {
height: 1em;
width: 1em;
fill: <<colour tag-foreground>>;
vertical-align: text-bottom;
}