From 44e4364e5bdea0976a83219ba16b6d1ca6508bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 26 Mar 2019 11:07:58 +0100 Subject: [PATCH] don't display deployments where patch is not deployed --- stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/application.css b/stylesheets/application.css index 52ce841..af379d9 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -338,6 +338,7 @@ ul#deployed { } ul#deployed li.nok { + display: none; color: #aaa; }