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

Correct text & fill colors on some disabled buttons

This commit is contained in:
Cindy Ruan 2021-06-09 22:32:18 -07:00
parent 9f00f1ee16
commit e7dbb7e712

View File

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