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

browser-messaging-saver
Simon Huber 2020-12-16 17:20:14 +01:00 zatwierdzone przez GitHub
rodzic 3c003364d2
commit dc83ee411d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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 {