mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-30 17:38:02 +00:00
Correct text & fill colors on some disabled buttons
This commit is contained in:
@@ -510,6 +510,10 @@ button:disabled.tc-btn-invisible {
|
||||
color: <<colour muted-foreground>>;
|
||||
}
|
||||
|
||||
button:disabled > .tc-btn-text {
|
||||
color: <<colour muted-foreground>>;
|
||||
}
|
||||
|
||||
.tc-btn-boxed {
|
||||
font-size: 0.6em;
|
||||
padding: 0.2em;
|
||||
@@ -883,7 +887,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
||||
fill: <<colour sidebar-controls-foreground>>;
|
||||
}
|
||||
|
||||
.tc-page-controls button:hover svg, .tc-page-controls a:hover svg {
|
||||
.tc-page-controls button:not(:disabled):hover svg, .tc-page-controls a:hover svg {
|
||||
fill: <<colour sidebar-controls-foreground-hover>>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user