From 28070f847c1b215a483a76c1aee05cefd00d64aa Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Thu, 28 Jul 2022 16:20:47 +0100 Subject: [PATCH] Ensure dirty indicator has higher CSS specificity than menu bar Fixes #6832 --- themes/tiddlywiki/vanilla/base.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 41faefb19..b3a726d30 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -2808,7 +2808,7 @@ input.tc-palette-manager-colour-input { ** Dirty indicator */ -body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg { +html body.tc-dirty span.tc-dirty-indicator, html body.tc-dirty span.tc-dirty-indicator svg { fill: <>; color: <>; }