Skip to content

Commit

Permalink
fix(ui): show orphaned as gray. fixes: argoproj#11180 (argoproj#11218)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
  • Loading branch information
alexef authored and ashutosh16 committed Nov 23, 2022
1 parent 83c45b0 commit 0a95a42
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
}

&--orphaned {
background-color: lighten($argo-color-gray-4, 10%);
@include themify($themes) {
background-color: themed('light-argo-gray-2');
}
}

&--load-balancer {
Expand Down

0 comments on commit 0a95a42

Please sign in to comment.