Commit Graph

11 Commits

Author SHA1 Message Date
7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
f1c17129eb Add support for 'disabled' sample variation to HoverClickSounds 2022-11-03 17:47:49 +09:00
298efa5391 Fix broken ShearedButton autosizing logic 2022-08-01 22:04:16 +02:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
21e1576b2f Fix appearance of sheared button borders after click
The border would previously get brighter after click, but then dim
instantly when the flash layer has fully faded out. The underlying issue
there is https://github.com/ppy/osu-framework/issues/5191, but
`ShearedButton` was placing the flashing layer incorrectly anyway, as
the intent was that it should also apply to the border.
2022-05-21 20:53:23 +02:00
f9a1d9df56 Reduce scale effect slightly (was feeling too bouncy) 2022-05-02 20:32:33 +09:00
55949e8407 Make disabled sheared buttons darker 2022-05-02 20:32:33 +09:00
52a8f3848d Expose font size and add big button test 2022-04-26 18:14:57 +09:00
cd197a9380 Reduce the hover lightening effect slightly 2022-04-26 18:11:03 +09:00
4bc4ff179a Add flash effect on click 2022-04-26 18:03:34 +09:00
9f33e627de Split out ShearedButton from ShearedToggleButton 2022-04-26 17:31:55 +09:00