1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-12 03:38:05 +00:00

Fix problem with tc-btn-invisible not correct fill color (#5288)

This commit is contained in:
Simon Huber
2020-12-16 17:20:14 +01:00
committed by GitHub
parent 3c003364d2
commit dc83ee411d

View File

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