euphoria-io / heim

A real-time community platform.
https://euphoria.io
Other
872 stars 47 forks source link

Animate homepage logo on focus #34

Closed rmasoni closed 9 years ago

rmasoni commented 9 years ago

Keyboard navigation ftw!

chromakode commented 9 years ago

:+1:

chromakode commented 9 years ago

Thanks for this! Unfortunately this style wasn't enough to make the logo animate -- the anchor element is actually a child of .welcome, so a :focus style wasn't being set. The solution was a little more in-depth, which I've committed here:

https://github.com/euphoria-io/heim/commit/e57f27203101a880e6a5ac2bbc79583500a7ebc7

rmasoni commented 9 years ago

Cool, thanks for fixing it!