mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +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:
parent
09ea59240a
commit
01407fa8f9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user