Aerilius / sketchup-console-plus

A better Ruby Console and IDE for integrated development in SketchUp.
MIT License
42 stars 16 forks source link

Feature highlight array shows two blue frames when hovering array elements #15

Open Aerilius opened 7 years ago

Aerilius commented 7 years ago

When hovering an element (or array of elements) that can be visualized (SketchUp entity, point, vector), it is highlighted in the console by a blue frame (using css hover rule). Hovering an element inside an array should only show the blue frame only around the element, not anymore around the array. issue15 In CSS, if a child element receives the "hover" state, all of its parents also have the "hover" state. It does not deactivate on the parent.

Aerilius commented 7 years ago

Need to use JavaScript to toggle the highlight frame (instead of CSS)?

Aerilius commented 7 years ago

Also elements seem to wrap on multiple lines (no more than one per line anymore).