1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +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

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