1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

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

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;