Skip to content

Commit 8b8055c

Browse files
committed
fix(ui): make orphaned resources more visible
Signed-off-by: dhruvac29 <dhruvac29@users.noreply.github.com>
1 parent f7a4c09 commit 8b8055c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ui/src/app/applications/components/application-resource-tree/application-resource-tree.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@
106106
@include themify($themes) {
107107
background-color: themed('light-argo-gray-2') !important;
108108
}
109+
background-image: linear-gradient(
110+
to right,
111+
$argo-status-warning-color 0,
112+
$argo-status-warning-color 4px,
113+
transparent 4px
114+
);
109115
}
110116

111117
&--grouped-node {

0 commit comments

Comments
 (0)