Fix extra p tag in colour-picker (#8605)

This commit is contained in:
Leilei332
2024-09-16 11:38:55 +02:00
committed by GitHub
parent a510e4ad68
commit 0f4d6e4e47
-2
View File
@@ -10,9 +10,7 @@ tags: $:/tags/Macro
\define colour-picker-inner(actions)
<$button tag="a" tooltip="""$(colour-picker-value)$""">
$(colour-picker-update-recent)$
<$transclude $variable="__actions__"/>
<span style="display:inline-block; background-color: $(colour-picker-value)$; width: 100%; height: 100%; border-radius: 50%;"/>