From d7c1bfb035743ea801765ec42795a39345178dde Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Mon, 31 Jul 2017 09:50:05 +0200 Subject: [PATCH] Hide Service UI Configure button only in Scope. (#2766) --- client/app/styles/_base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app/styles/_base.scss b/client/app/styles/_base.scss index c3d4be41a..2bc0c44bd 100644 --- a/client/app/styles/_base.scss +++ b/client/app/styles/_base.scss @@ -9,8 +9,8 @@ url("../../node_modules/materialize-css/fonts/roboto/Roboto-Regular.ttf"); } -// TODO: Remove this line once the configure button stops being added to Scope. -.setup-nav-button { display: none; } +// TODO: Remove this line once Service UI CONFIGURE button stops being added to Scope. +.scope-wrapper .setup-nav-button { display: none; } .browsehappy { margin: 0.2em 0;