diff --git a/src/css/themes/blue/components/_Icon.scss b/src/css/themes/blue/components/_Icon.scss index d4ddf2961..0615388eb 100644 --- a/src/css/themes/blue/components/_Icon.scss +++ b/src/css/themes/blue/components/_Icon.scss @@ -22,10 +22,6 @@ fill: $blue1; } - .stalled.icon { - div { background: $gold2; } - } - .sound-on.icon, .sound-off.icon { polygon { fill: $blue1; @@ -33,4 +29,8 @@ } } } + + .stalled.icon { + div { background: $gold2; } + } } diff --git a/src/css/themes/green/components/_Icon.scss b/src/css/themes/green/components/_Icon.scss index 20e3a80b0..2f08ace97 100644 --- a/src/css/themes/green/components/_Icon.scss +++ b/src/css/themes/green/components/_Icon.scss @@ -24,9 +24,9 @@ background: unset; fill: $green1; } + } - .stalled.icon { - div { background: $green1; } - } + .stalled.icon { + div { background: $green1; } } }