Fix buttons no longer coloured using `OverlayColourProvider`
RoundedButton
OsuButton
This reverts commit 172524ff8a.
172524ff8a
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
Split `SearchTextBox` implementation for reusability
SearchTextBox
Add "distance spacing" support in editor for osu! ruleset
BasicSearchTextBox
This reverts commit 51aa17eb52.
51aa17eb52
Not sure how or when this happened.
ShearedButton
ShearedToggleButton
PopupScreenTitle
ShearedOverlayHeader
This will allow for reuse with the first-run overlay.
Seemingly harmless schedule delay ommission meant that the textbox may not be in a state it can handle the incoming focus event. Regressed in https://github.com/ppy/osu/pull/14345#discussion_r690697501.
DangerousButton
GetTooltipText
TooltipText
OsuSlider.TooltipText
This reverts commit abba49fd8f.
abba49fd8f
private set
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
OsuSliderBar