From 39d705b2c3de2ccb4cde63147ea8c6b945d7197a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 15 Jul 2019 19:08:29 +0200 Subject: [PATCH] hide "new issue" on "produits eo" page --- stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 8981099..a2e019c 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -385,3 +385,7 @@ div.jenkins-FAILURE { div.journal ul.details { color: inherit; } + +.project-prod-eo #main-menu li a.new-issue { + display: none; +}