aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

Fixes #273 Inspector can't change scene background color #277

Closed fernandojsg closed 8 years ago

fernandojsg commented 8 years ago

@dmarcos Regarding https://github.com/aframevr/aframe-inspector/issues/273 this will just inject a CSS class to the body when the inspector is opened. Right how it will change the background color when the inspector is opened to: #191919, should I maintain the scene's background color even if the inspector is opened?