Add fill: <<colour button-foreground>> to html button in vanilla/base (#5250)

browser-messaging-saver
Simon Huber 2020-12-10 18:33:42 +01:00 zatwierdzone przez GitHub
rodzic 0d2b6cf837
commit 78c2beb640
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -82,6 +82,7 @@ input[type="search"] {
html button {
line-height: 1.2;
color: <<colour button-foreground>>;
fill: <<colour button-foreground>>;
background: <<colour button-background>>;
border-color: <<colour button-border>>;
}