[ ] Unit or Functional tests are included 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.
Type: bug
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription: Fixes issue where a closed menu takes up the same space as the open menu due to it using
opacity: 0
instead ofdisplay: none
. This Fix addsdisplay: none
and uses a keyframe animation to add back thefadeIn
.Fixes: https://github.com/dojo/themes/issues/45