Fix side effects of PR 9316 (#9568)

* Fix color transition not working

* Fix plugin install button

* Fix remove tag button

* Update change note
This commit is contained in:
XLBilly
2026-02-04 12:43:40 +01:00
committed by GitHub
parent b236373064
commit bf7c0b575c
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ tags: $:/tags/EditTemplate
<$let backgroundColor=<<colour>> >
<span class="tc-tag-label tc-tag-list-item tc-small-gap-right"
data-tag-title=<<currentTiddler>>
style=`color:$(foregroundColor)$; background-color:$(backgroundColor)$;`
style=`color:$(foregroundColor)$; background-color:$(backgroundColor)$; --tp-remove-tag-button-color:$(foregroundColor)$`
>
<$transclude tiddler=<<icon>>/>
<$view field="title" format="text"/>