mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Fixed spinner color bug for delete buttons
no refs. - fixes spinner being darkgrey for red buttons
This commit is contained in:
parent
39c4fec9ea
commit
2e72d43dd8
@ -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%));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user