RailsCasts Pro episodes are now free!

Learn more or hide this

mxstrand's Profile

GitHub User: mxstrand

Comments by

Avatar

When implementing the disable/grey-out feature on the "Draw Winner" button, the button wasn't "greying out" for me due to missing CSS styling in the layout.css.scss file.

During the first Ember railscast, I had grabbed the CSS styling per the below link. That CSS file however lacks the necessary styling for the grey-out.

Ember railscast #1 CSS
https://github.com/railscasts/408-ember-part-1/blob/master/raffler-after/app/assets/stylesheets/layout.css.scss

Ember railscast #2 CSS
https://github.com/railscasts/410-ember-part-2/blob/master/raffler-before/app/assets/stylesheets/layout.css.scss