You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI of Argo CD changed where no .nav-bar class is present anymore.
In the new release the class changed to .sidebar.
The documentation still has the old implementation referenced to modify the menu color which can be changed optionally.
The documentation here should be fixed and changed to reference the new sidebar class.
The old color suggestions might not be the best (linear-gradient does not match with Argo CD style anymore?).
I would suggest to change it as in this commit here:
Description
The UI of Argo CD changed where no
.nav-bar
class is present anymore.In the new release the class changed to
.sidebar
.The documentation still has the old implementation referenced to modify the menu color which can be changed optionally.
The documentation here should be fixed and changed to reference the new
sidebar
class.The old color suggestions might not be the best (linear-gradient does not match with Argo CD style anymore?).
I would suggest to change it as in this commit here:
fty4@e853963
Do you agree? Or how should this be changed?
original Argo CD style
Only class change
class and color change
The text was updated successfully, but these errors were encountered: