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
647 stars 198 forks source link

Fix blue hover on all icon buttons #725

Closed vincentfretin closed 2 days ago

vincentfretin commented 2 weeks ago

Remove blue on hover on the icon in entity representation in right panel Add blue hover on toolbarActions icons (plus, play, save) Fix button css rules for modal to properly style the close button

vincentfretin commented 5 days ago

The changes of the css rules for the modal is just fixing the rules to add the missing ":". I guess those were lost with the switching to stylus years ago. @dmarcos

dmarcos commented 2 days ago

Thank you!