1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-23 11:56:56 +00:00

Correct pointer shape and color for disabled button ()

* Update base.tid

this PR addresses the 

* Update base.tid

The extra space has been removed!
This commit is contained in:
Mohammad Rahmani 2021-05-23 21:43:04 +04:30 committed by GitHub
parent 2ab0474e14
commit dcba17fc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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