Skip to content

Commit

Permalink
Keep run button looking active
Browse files Browse the repository at this point in the history
  • Loading branch information
whscullin committed Oct 31, 2024
1 parent a975e38 commit c60b53a
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ const SidebarHeader = styled(PageHeader)`
const StyledRunIcon = styled(RunIcon)`
cursor: pointer;
&.running,
&.clean,
&.blank {
.backgroundfill {
fill: #e9e9e9;
Expand All @@ -251,4 +250,15 @@ const StyledRunIcon = styled(RunIcon)`
fill: #a7a7a7;
}
}
&.clean {
.backgroundfill {
fill: #ffffff;
}
.foregroundstroke {
stroke: #4285f4;
}
.foregroundfill {
fill: #4285f4;
}
}
`;

0 comments on commit c60b53a

Please sign in to comment.