mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Removed a buggy transition.
This commit is contained in:
parent
fa8928c187
commit
43193aab4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue