From f9a438ce5264bac93fae8b8960fbb54c5476a04f Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Fri, 4 Apr 2014 13:23:18 +0200 Subject: [PATCH] Remove project picker from the top bar in which we witness the disappearance of the the aforemntioned project picker widget from the top bar, as if by magic. Change-Id: I8ffbeff0b4316970413fc6354a2a863dfb8d8371 Closes-bug: #1298276 --- .../static/infrastructure/less/infrastructure.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tuskar_ui/infrastructure/static/infrastructure/less/infrastructure.less b/tuskar_ui/infrastructure/static/infrastructure/less/infrastructure.less index 113d1e985..bd5ed043f 100644 --- a/tuskar_ui/infrastructure/static/infrastructure/less/infrastructure.less +++ b/tuskar_ui/infrastructure/static/infrastructure/less/infrastructure.less @@ -26,3 +26,8 @@ .fullscreen-workflow-body { overflow: auto; } + +// hide the project switcher from the top bar +#tenant_switcher { + visibility: hidden; +}