mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-26 00:31:30 +00:00
fix disabled button if border colours are defined (#9127)
This commit is contained in:
@@ -96,6 +96,12 @@ html button {
|
||||
fill: <<colour button-foreground>>;
|
||||
background: <<colour button-background>>;
|
||||
border-color: <<colour button-border>>;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button:disabled {
|
||||
cursor: default;
|
||||
color: <<colour muted-foreground>>;
|
||||
}
|
||||
|
||||
button:disabled svg {
|
||||
|
||||
Reference in New Issue
Block a user