From 8a6899aeeac56c710020bed676558e51b985516e Mon Sep 17 00:00:00 2001 From: zmagod Date: Mon, 17 Oct 2016 09:59:12 +0200 Subject: [PATCH] restyled team switch dropdown --- app/assets/stylesheets/themes/scinote.scss | 5 ++--- app/views/shared/_navigation.html.erb | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index d3370eb5b..962fa9598 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -556,11 +556,10 @@ a[data-toggle="tooltip"] { // Global team switch #team-switch { - background: $color-theme-primary; word-wrap: break-word; - span { - color: $color-white; + i { + margin-right: 5px; } li { diff --git a/app/views/shared/_navigation.html.erb b/app/views/shared/_navigation.html.erb index ba115d01b..811acf058 100644 --- a/app/views/shared/_navigation.html.erb +++ b/app/views/shared/_navigation.html.erb @@ -104,6 +104,7 @@ <% if current_user.organizations.length > 1 %>