Removed a buggy transition.

This commit is contained in:
Scott Erickson 2014-01-27 18:58:27 -08:00
parent fa8928c187
commit 43193aab4a

View file

@ -23,7 +23,7 @@
font-size: 40px font-size: 40px
width: 300px width: 300px
height: 80px height: 80px
@include transition(color .10s linear) //@include transition(color .10s linear) // buggy in chrome, coloring doesn't get the right edge of the word
&:hover a, &:active a &:hover a, &:active a
color: #8090AA color: #8090AA