lumapps / lumX

The first responsive front-end framework based on Angular & Google Material Design specifications
https://ui.lumapps.com
MIT License
1.96k stars 274 forks source link

fix(dropdown): add mask only if hover is false #606

Closed philippeBchn closed 6 years ago

philippeBchn commented 6 years ago

When we open a dropdown, the mask is useful only if we open the dropdown by a click. If the directive has a lx-hover = true the dropdown will been closed when the dropdown loses its hover state.