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 %>