From 2011e138f4cc805f672f937a0a499f080d5da7be Mon Sep 17 00:00:00 2001 From: brian ally Date: Tue, 27 Oct 2015 17:59:10 -0400 Subject: [PATCH 1/4] Changed GH logo to be a bg image in css rather than inline imageto ensure URL is correct. --- app/styles/app.scss | 5 +++++ app/templates/components/user-menu.hbs | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/styles/app.scss b/app/styles/app.scss index 86f8cd7c..1fc3f984 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -74,10 +74,15 @@ body { line-height: normal; border-radius: 3px; + img { width: $topbar-control-height; height: $topbar-control-height; } + + &.unauthenticated { + background-image: url("../images/github32-inverse-faf2ee.svg"); + } } } diff --git a/app/templates/components/user-menu.hbs b/app/templates/components/user-menu.hbs index d660ec02..cd366ec8 100644 --- a/app/templates/components/user-menu.hbs +++ b/app/templates/components/user-menu.hbs @@ -18,9 +18,7 @@ {{else}}
  • - - - + {{/if}} {{/if}} {{else}}
  • - + + + {{/if}} {{/if}} {{else}}
  • - - - + {{/if}} {{/if}}