From 4559a8441f65cbcc3eb8ddf4b90613852b8b4216 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 19 May 2015 11:28:42 +0200 Subject: [PATCH] remove outline from logo --- app/styles/app/layouts/top.sass | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/styles/app/layouts/top.sass b/app/styles/app/layouts/top.sass index fe71dfaf..e380bbc9 100644 --- a/app/styles/app/layouts/top.sass +++ b/app/styles/app/layouts/top.sass @@ -44,12 +44,13 @@ $top-height: 55px width: 100px height: $top-height z-index: 999 - border: none !important - text-indent : -9999px + outline: none + text-indent: -9999px transition: background-color 200ms ease - background : inline-image('svg/travis-ci-logo.svg') no-repeat 0 50% + background: inline-image('svg/travis-ci-logo.svg') no-repeat 0 50% + &:hover - background : $cream-light inline-image('svg/travis-ci-logo-hover.svg') no-repeat 50% + background: $cream-light inline-image('svg/travis-ci-logo-hover.svg') no-repeat 50% .centered & margin-left: 0