We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a4c09 commit 8b8055cCopy full SHA for 8b8055c
1 file changed
ui/src/app/applications/components/application-resource-tree/application-resource-tree.scss
@@ -106,6 +106,12 @@
106
@include themify($themes) {
107
background-color: themed('light-argo-gray-2') !important;
108
}
109
+ background-image: linear-gradient(
110
+ to right,
111
+ $argo-status-warning-color 0,
112
+ $argo-status-warning-color 4px,
113
+ transparent 4px
114
+ );
115
116
117
&--grouped-node {
0 commit comments