remove outline from logo
This commit is contained in:
parent
621b5750f0
commit
4559a8441f
|
@ -44,12 +44,13 @@ $top-height: 55px
|
||||||
width: 100px
|
width: 100px
|
||||||
height: $top-height
|
height: $top-height
|
||||||
z-index: 999
|
z-index: 999
|
||||||
border: none !important
|
outline: none
|
||||||
text-indent : -9999px
|
text-indent: -9999px
|
||||||
transition: background-color 200ms ease
|
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
|
&: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 &
|
.centered &
|
||||||
margin-left: 0
|
margin-left: 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user