Correct pointer shape and color for disabled button (#5692)

* Update base.tid

this PR addresses the #5625

* Update base.tid

The extra space has been removed!
publishing-framework
Mohammad Rahmani 2021-05-23 21:43:04 +04:30 zatwierdzone przez GitHub
rodzic 2ab0474e14
commit dcba17fc5f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -505,6 +505,11 @@ button svg, button img, label svg, label img {
fill: <<colour foreground>>;
}
button:disabled.tc-btn-invisible {
cursor: default;
color: <<colour muted-foreground>>;
}
.tc-btn-boxed {
font-size: 0.6em;
padding: 0.2em;