GlobalAction.Back
Turns out to be an osu!-side issue. The colour transform was being shortcutted for the non-displayed case, which meant it was not in a good state in time for the first hover. Closes https://github.com/ppy/osu/issues/18163#issuecomment-1120747301
This reverts commit 51aa17eb52.
51aa17eb52
OverlayColourProvider
OsuDropdown
Reduce size of dropdown chevron Co-authored-by: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
Implements IHasAccentColour for conformity to rest of project. Also fixes a nullref when opening the login menu.