4450385458
Commit c86a977564e5 removed :pressed from the list of styles which highlight panel buttons, so the button highlight is now lost when mousing over menu items. This is not the behavior we want, the buttons should keep their highlight while being "active". Rather than adding back the pseudo class to the CSS, let buttons use the :active pseudo class when the menu is open, which makes more sense than :pressed anyway.