okcjs / thunderplains-hexo

ThunderPlains Website Powered by Hexo.io
http://thunderplainsconf.com
1 stars 3 forks source link

attempt to address 'pointer' cursor issue raised by Montana on twitter #1

Closed ryoe closed 10 years ago

ryoe commented 10 years ago

This is an attempt to address the concern raised by @calcnerd256 on twitter regarding the 'pointer' cursor when js is disabled.

This PR will make the cursor pointer only appear when js is enabled, but makes no attempt to display the content that would be revealed when clicked with js enabled. Perhaps this PR can generate some discussion about how best to reveal the talk descriptions when js is not enabled.

the-simian commented 10 years ago

I just read over the code, and it looks pretty straightforward. I'll try to run it locally tommorrow and inspect it visually (as one must do with css).

Thank you very much for helping :) You rock.

vlucas commented 10 years ago

Thanks for the updates, but the main styles are in main.sass, and the main.css is generated from that. So these changes will be obliterated on the next update. We'll have to get these changes in the main SASS file so we don't lose them.

ryoe commented 10 years ago

Doh! Thanks @vlucas. I won't be able to look at that until tonight.

the-simian commented 10 years ago

was fixed in a previous feature, closing.