Summary
Hi
The colour used for orphaned object is to light/simular to an normal object, it makes it to hard to find orphaned objects in the view.
|
background-color: themed('light-argo-gray-2') !important; |
Motivation
I cant see the difference between normal and orphaned object in the UI. light-argo-gray-2 is to simular, it makes it hard to find orphane objects. If you for ex have lots of objects, then scanning for the orphaned ones is diffucult, when the colour is nearly the same.
Proposal
This is an easy fix, change the colour to a stronger one that stands out more againt the normal objects, gray-2 is not so good, or make it so that orphaned objects stand out more with for ex. a css border or simular.
Summary
Hi
The colour used for orphaned object is to light/simular to an normal object, it makes it to hard to find orphaned objects in the view.
argo-cd/ui/src/app/applications/components/application-resource-tree/application-resource-tree.scss
Line 107 in b3eda0f
Motivation
I cant see the difference between normal and orphaned object in the UI. light-argo-gray-2 is to simular, it makes it hard to find orphane objects. If you for ex have lots of objects, then scanning for the orphaned ones is diffucult, when the colour is nearly the same.
Proposal
This is an easy fix, change the colour to a stronger one that stands out more againt the normal objects, gray-2 is not so good, or make it so that orphaned objects stand out more with for ex. a css border or simular.