atom / one-light-ui

Atom One light UI theme
MIT License
73 stars 62 forks source link

Make sure [data-path] element receives mouse events #94

Closed matthewwithanm closed 7 years ago

matthewwithanm commented 7 years ago

This makes sure the the element with the data-path attribute receives mouse events (instead of the pseudo-element), allowing us to target [data-path] in context menu items.

The corresponding PR for the dark theme is atom/one-dark-ui#195