dojo / themes

Dojo Framework Themes
11 stars 19 forks source link

Fix Select taking up space on page when closed #41

Closed tomdye closed 5 years ago

tomdye commented 5 years ago

Type: bug

The following has been addressed in the PR:

Description: Fixes issue where a closed menu takes up the same space as the open menu due to it using opacity: 0 instead of display: none. This Fix adds display: none and uses a keyframe animation to add back the fadeIn.

Fixes: https://github.com/dojo/themes/issues/45