Fixed spinner color bug for delete buttons

no refs.

- fixes spinner being darkgrey for red buttons
This commit is contained in:
Peter Zimon 2020-07-06 15:57:47 +02:00
parent 39c4fec9ea
commit 2e72d43dd8

View File

@ -320,7 +320,7 @@ fieldset[disabled] .gh-btn {
fill: color-mod(var(--midgrey) l(+15%));
}
.gh-btn:not(.gh-btn-blue):not(.gh-btn-green) svg.gh-icon-spinner rect {
.gh-btn:not(.gh-btn-blue):not(.gh-btn-green):not(.gh-btn-red) svg.gh-icon-spinner rect {
fill: color-mod(var(--midgrey) l(-7%));
}