Created by: keithlayne
This PR addresses #349 (closed).
Notes:
- Behavior seemed inconsistent when
app/assets/stylesheets/administrate/customize.scss
was empty, but seemed to work as expected with only a comment - Testing this was weird. I tried to come up with something that wouldn't break the example app, but still reliably demonstrate behavior.
- Capybara gave me unintuitive results - checking visibility didn't seem to work at all,
display:none
seemed to make the div totally invisible to Capybara.
This seems too simple to screw up, but if I missed something please let me know.