From 290787db123f27c4340271d75658d1e01d1fdd8a Mon Sep 17 00:00:00 2001 From: Jonny-vb Date: Thu, 5 Dec 2024 17:11:44 +0000 Subject: [PATCH] Change icon colour for disabled pipelines to be more visible --- src/main/frontend/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/frontend/main.scss b/src/main/frontend/main.scss index a94da8f..ddff4e5 100644 --- a/src/main/frontend/main.scss +++ b/src/main/frontend/main.scss @@ -342,6 +342,11 @@ background-color: #494D4E !important; color: #9C9E9E !important; } + + .icon-disabled .svg-icon { + color: white; + fill: white; + } } $colors: (