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): fix dropdown visibility when closed #637

Closed hchevallier closed 5 years ago

hchevallier commented 5 years ago

Problem

The dropdown menu was only hidden with an opacity: 0, so it remained selectable even when the dropdown menu was closed.

Fix

Added visibility hidden/visible to prevent any events on the dropdown without modifying current behavior (styles, animations, ...)