mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +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:
parent
2ab0474e14
commit
dcba17fc5f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user