mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Fixed #407.
This commit is contained in:
parent
8138a5b678
commit
953c9064f5
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@
|
|||
width: 300px
|
||||
height: 80px
|
||||
|
||||
//@include transition(color .10s linear) // buggy in chrome, coloring doesn't get the right edge of the word
|
||||
@include transition(color .10s linear)
|
||||
|
||||
&:hover a, &:active a
|
||||
&:hover button, &:active button
|
||||
color: #8090AA
|
||||
|
||||
canvas
|
||||
|
|
Loading…
Reference in a new issue