1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-07 14:23:53 +00:00

Add missing foreground color to tc-btn-invisible (#4203)

This commit is contained in:
Simon Huber 2019-09-03 10:50:24 +02:00 committed by Jeremy Ruston
parent 16652f926f
commit 6fb2a33847

View File

@ -432,6 +432,7 @@ button svg, button img, label svg, label img {
background: none;
border: none;
cursor: pointer;
color: <<colour foreground>>;
}
.tc-btn-boxed {