From dc83ee411d4b5d84dd681157fa0ccc6e8bd7f939 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Wed, 16 Dec 2020 17:20:14 +0100 Subject: [PATCH] Fix problem with tc-btn-invisible not correct fill color (#5288) --- themes/tiddlywiki/vanilla/base.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 2d5fc82a3..ddb6fa5e9 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -483,8 +483,9 @@ button svg, button img, label svg, label img { margin: 0; background: none; border: none; - cursor: pointer; + cursor: pointer; color: <>; + fill: <>; } .tc-btn-boxed {