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

This commit is contained in:
Simon Huber
2020-12-16 16:20:14 +00:00
committed by GitHub
parent 3c003364d2
commit dc83ee411d
+2 -1
View File
@@ -483,8 +483,9 @@ button svg, button img, label svg, label img {
margin: 0;
background: none;
border: none;
cursor: pointer;
cursor: pointer;
color: <<colour foreground>>;
fill: <<colour foreground>>;
}
.tc-btn-boxed {