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!
This commit is contained in:
Mohammad Rahmani
2021-05-23 18:13:04 +01:00
committed by GitHub
parent 2ab0474e14
commit dcba17fc5f
+5
View File
@@ -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;