Skip to content

Commit

Permalink
Fixed colors for the containers of server groups (#4128)
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-s authored and anotherchrisberry committed Sep 21, 2017
1 parent 61ba0e2 commit 98dbecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/scripts/modules/core/src/cluster/rollups.less
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ running-tasks-tag {
margin: 5px 15px 0;
&.active {
border-color: var(--color-accent-g1);
background-color: var(--color-alabaster);
background-color: var(--color-accent-g3);
}
&:hover {
border-color: var(--color-accent-g1);
Expand Down Expand Up @@ -400,9 +400,9 @@ running-tasks-tag {
}
&.active {
border-color: var(--color-accent-g1);
background-color: var(--color-alabaster);
background-color: var(--color-accent-g3);
.server-group-title {
background-color: var(--color-alabaster);
background-color: var(--color-accent-g3);
}
}
}
Expand Down

0 comments on commit 98dbecc

Please sign in to comment.