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
AllowIme => false
Also adds `AllowWordNavigation => false` to password text box.
OverlayColourProvider
`RNG.Next` is exclusive of the upper bound, meaning that the last sample would never be played.
Would have liked to fix this in a more local way, but the structure of the dropdowns is just a pain in the ass to work with, so this will do for now.