Constant isolate of hovered elements
- by nailer
I'm trying to make an element isolation tool, where:
All elements are shaded
Selected elements, while hovered, are not shaded
Originally, looking at the image lightbox implementations, I thought of appending an overlay to the document, then raising the z-index of elements upon hover. However this technique does not work in this case, as the…