Commit Graph

7 Commits

Author SHA1 Message Date
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