From e7dbb7e712e5cd23e57ec068b9fe9ed3bbaf4617 Mon Sep 17 00:00:00 2001 From: Cindy Ruan <80615570+cdruan@users.noreply.github.com> Date: Wed, 9 Jun 2021 22:32:18 -0700 Subject: [PATCH] Correct text & fill colors on some disabled buttons --- themes/tiddlywiki/vanilla/base.tid | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index d5454a32d..3d04cce8f 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -510,6 +510,10 @@ button:disabled.tc-btn-invisible { color: <>; } +button:disabled > .tc-btn-text { + color: <>; +} + .tc-btn-boxed { font-size: 0.6em; padding: 0.2em; @@ -883,7 +887,7 @@ button.tc-btn-invisible.tc-remove-tag-button { fill: <>; } -.tc-page-controls button:hover svg, .tc-page-controls a:hover svg { +.tc-page-controls button:not(:disabled):hover svg, .tc-page-controls a:hover svg { fill: <>; }