You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the layers sidebar, when a layer only has a single color (i.e. not a scale), a box with that color is shown. The row surrounding this area is display:block, with a crosshair on hover, meaning the crosshair appears even if you aren't hovering the color box. That wrapping row should be changed to either display:inline or the hover should be scoped to the child/children spans (will need to account for canvas scales too).
The text was updated successfully, but these errors were encountered:
In the layers sidebar, when a layer only has a single color (i.e. not a scale), a box with that color is shown. The row surrounding this area is display:block, with a crosshair on hover, meaning the crosshair appears even if you aren't hovering the color box. That wrapping row should be changed to either display:inline or the hover should be scoped to the child/children spans (will need to account for canvas scales too).
The text was updated successfully, but these errors were encountered: