T160918: Adjust the personal header to align with the design styleguide listed specs that need to be implemented, among which one can find "The menu will include all the usual links and will open on click but also on hover to reduce friction in the navigation".
During development, patch got big and we decided to add open-on-hover support later.
My desired behavior would be opening on hover, but staying open if user clicks before mouse leaves the handle. That would prevent accidental closing when menu opens on hover and user clicks, because hover may come unexpected.
When mouse leaves menu handle and menu items, menu should close after some number of seconds. If mouse enters before that, closing on click will work.